Advertisement

Results for "Volume: 2002C"

2002C #14623
Simple (but full) Webserver III

This is a simple webserver I made just to demonstrate how a webserver sends and recieves information from the client. This webserver allows you to configure the port to listen on and your home directory. The default document is set to be index.html, but you can change that under the winsock1_dataarival(...). It also featues a graphical representation of the computers that connect to you and a progress bar for transfers. This webserver has a simple IP log which shows the IP addresses of those who connect to you, and a more sophisticated log which shows all the information that the client sends to you. If you like this, please vote for me :) --"if only one man in the world could see and the rest were blind, they'd say he's crazy too"--

2002C #10456
http client comparison

This code shows how to perform an http GET or POST from your VB program using 6 different methods: xmlhttp (msxml), WinInet (dll), WinInet (ocx), WebBrowser control, AspHttp, AspTear. Some methods only run when you install the 3rd party components from their Web sites. Hints how to get them are in the code. For more information and to get future updates please visit my Homepage.

2002C #15623
[ [ A Perl/CGI code Editor with syntax checking

This is a MUST SEE!! Great code PLEASE VOTE

2002C #15778
PcmRiffADSR

PcmRiffADSR (upgraded PcmRiff project with ADSR envelope capabilities) generates and mixes Sine Wave based data to produce a standard Type 1 Riff File (.WAV) in either 8-bit, 16-bit or 24-bit bandwidths at just about any sample rate. The files generated are standard files that can be used with any application, including samplers or sounds for your PC. Complete and extensive demo project included. This variation on the original PcmRiff code includes the addition of an envelope generator for more dynamic sound shapes. Package also includes the original PcmRiff project.

2002C #15785
Access_TO_XML

Using this Program one can browse for Access Database through Network or local computer, pick a table you want to make an XML file from, and finally push a button to create a file in XML format. One can also display the newly created XML file and print it into Textbox with further "copy-and-paste". For database browsing I used an API call: GetOpenFileName Lib "comdlg32.dll" instead of bulky CommonDialog Control. For getting a tablenames of the database I used OpenSchema(adSchemaTables)for create Connection and then simply added tablenames into Combobox. Then I used File access VB feature to write an XML file from access table, reading column names and columns, converting it into XML format and writing on disk. The last feature this program has to print out a newly created XML file into Textbox for analysis and, if necessary, "copy-and-paste".

2002C #11332
Game Programming in Visual Basic - Lesson Two

This article is lesson two in my mini-series of "Game Programming in Visual Basic". If you like it or even dislike please tell me what was wrong and what was good. PLEASE EVERYONE VOTE, IT ONLY TAKES A FEW SECONDS!!!!

2002C #15784
Cyber Cafe Billing Calculation Program

It can be used in Cyber Cafe for billing calculation. Rates are according to indian market.

2002C #13094
Cool Direct X8 Side scroller

This is a very good side scrolling game which has lots of nice effects and a few enemies in it. It took me a while so please vote if you like it.

2002C #10192
Attachment Ripper - Outlook

Outlook Attachment Ripper: This utility will allow you to extract the mails and the attachment from the Outlook folders. This will work even if your outlook has multiple and recursive folders. This Utility can: 1. Extract Email. 2. Extract Attachment. 3. Delete Attachments. 4. Delete mails and attachments. 5. Set the target directory. 6. Specify the Source Folder (Outlook). Please VOTE, if you feel its useful to PSC.... thanks

2002C #15700
Flat Controls

These is an easy way to create your own ocx controls. Has a Flat Command and a Flat Combo Box you could use it to your advantage and create your own flat controls, and i'll be updating this as soon as i finish the flat scroll bar, check box, option button, and frame..

2002C #15688
Dir Maker

Make any level directories, such as: MakeDir "c:\abc\1234\aaaa\1111\6666\ggggggggg\dddddddddd\ssssssss\7676\dsdsds"

2002C #14624
A New Cool Way To Load Browse For Folder Dialog(Updated)

Remember the old one page module to load Browse For Folder!? This code makes it in four or five lines :) Just a reference to shell32.dll class: dim SH as New Shell and that's all. In fact, shell32.dll supports many functions. I have included some of them such as tiling and cascading windows and running System Properties, getting folder details and.... Download the source code to see how and if you liked it please remember to leave comments and vote! I developed this yesterday on my XP. If you have any idea, I'll be glad to know. Update Note: I checked compatibility. This is supported in Win 98 etc.

2002C #11221
Fast Mask Fades and Single Picture Sprite Creation!

This little ap is a powerful addition to anyone's library of code. It produces fast fades and fade effects using an unusual "masking" technique. It will also take your "single" fade in picture and produce the two required for sprite transparency! It does this by converting the background color to the two mask colors needed in sprite transparency. This assuming the background is of a solid color of course. This will save alot of time not having to edit two pictures. As for the masking technique used in the fades a tiny 20 x 20 pixel black and white mask is used. This tiny mask is expanded by the ap and passed over the sprite in a user entered X, Y scanning fashion. The sprite will bleed thru the white portions of the mask as it is being scanned, unto the main picture. And maintain sprite transparency! I have tried to make the ap as easy to use and as self explanatory as possible. To get an idea of the program's function you might try to use the default pictures and scan values for the masks. To change masks or pictures simply click on the appropiate box. Changing masks will change the default scan values for you. After you get the hang of it you may want to try making your own masks with Window's Paint. I have included 14 masks in this zip along with a few pictures. If you are into graphics, fades, etc, you will want to check this out! Have fun! PS: I tried to include a sceenshot but PSC don't seem to take it.

2002C #15588
MSNClient 1.1/File Transfer

This next version of the MSNClient. A few minor bugs were fixed and file transfer is now included. Read the README file included with this zip as it contains some important information about this code. I wanted to wait until I hade voice and video done but I am working on other things right now and this was just laying on my hd. If you like the code, please comment or vote as feedback is always important.

2002C #15779
PcmRiff2

The same code module behind PcmRiff and PcmRiffADSR with frequency modulation (FM) synthesis and amplitude modulation (AM) subroutines. This is a bit complex to form a suitable demo in a short amount of time, but the FM technique is the same used by Yamaha FM synthesizers (i.e., DX-7), tone modules and sound cards. Replace your original modRiff.bas with this beastie, and your capabilities are a bit more extensive. PS - this variation *should* work just fine (not directly tested), just attenuate the modulating wave or wave mix, and life should be wonderful.

2002C #15638
A more realistic starfield

This is a fairly good starfield which has a couple of features like speed, roll and amount of stars (100-10000) in it. The effects work best in the dark as the stars are all single pixels and sometimes you may even get a little motion sickness from it too. :D

2002C #15771
cyber cafe management (cafe cyber

This is a exciting project on cyber cafe management...it is a great example of network programming...The entire process is automatic....u can manage upto 28 clients in a n/w using this software....user's are shown the time left and other informa in their screen...they are assigned username and random password for authentification....unique gui...backup...etc..etc............just vote for me!

2002C #14947
LAN chat v1.1

This is LAN chat (UPDATED), I think it's one of the best chat programs here on PSC, it uses the winsock.ocx can accept multiple connections! You can see what other people are running on theyre computers! It displays commercial messages and if you get any connection errors, you can run a portscan! If you are not chatting over a LAN, you can even request a connection over the Internet so check out the code ;)

2002C #15711
Alphablended Mousetrails

The code makes a picture follow the mouse in a "Motion Blur"-like Motion. Set picture 2's picture to everything, what's on your drive. The code is very simple, enhance it or just leave it behind...

2002C #15364
EuroDepth (Superior Fast Picture Color Depth Changer)

This will change the depth of an image in the matter of milliseconds. This is as fast as PhotoShop. It includes the Visual Basic Source Code to the .dll and a demo to show how quick it is. I didn't have time to comment this. Its for a image editor I'm working on. Please leave feedback and vote if you like it. (If PSC deletes the .dll's just compile it and put one in the demo folder to run it) -James-

Languages
Top Categories
Global Discovery