Results for "Volume: ASP_Volume2"
Simplifies the use of the winsock control in creating a client/server connection of TCP/UDP IP network. The winsock control was extremely clumsy when you need to make multiple connection (EX: server application) you were limited in the number of connection you could have because VB's control array limitation (approx. 32000). When a connection was lost, you needed to sort through the array, remove the 'dead' control and re-index the array. Also there was a bug in the earlier versions of the winsock control where only the last control added to the array could send data. What I have done was created an activeX .dll that you could reference in your project that mimicks the winsock control. Instead of using an array of controls, every connection is added to a collection (collection manipulation is much better and easier than an array). Plus I have added serveral useful server functions, such as .BroadcastAll (send data to all connections), .KillSocketOnClose (removes connections from the collection automatically when the connection is lost), .CreateServer (creates the server with one line of code), ect. PLEASE NOTE: When compiling this project, make sure that the Winsock control is referenced. This code still uses it for all the dirty work.
Visual Basic applications doesn't have Windows XP's Visual Themes, so with a Resource File included in the Zip, you can do it!, you just add it to any project, compile EXE and see the results! Easy? PD: This doesn't use a Manifest File in the app directory, this is just a resource file that i have found in some Windows Programs, like Notepad...
This is a class for SMTP. SMTP is use for sending mail. I have write it into a class for easily of use. It also support of multi-receiver, which mean can send an email to more than one poeple in once time. It is more like a learning version then application. But it can be use in any application. I have include a demo to teach how to send an email. There will be 3 steps to send email. Every code is in comment.
Produces a rendered 3d image from a 2d bitmap. Allows the user to rotate the image, or animate it & also change the height scale. Really easy code, produces some great effects, works best wwith 256 * 256 pixel greyscale images(I've included some to play with), but also produces some quite bizarre effects with any .bmp or .jpg. I did a sort of clumsy version of this a while back, but this is completely rewritten. Uses Raul Fragoso's rotating image routine Submitted on: 3/12/2002, thanks Raul for that one. Have fun.
New and improved database application for storing Serial numbers and CD/Product Keys. It uses DAO 3.6 (part of MDAC, downloadable from Microsoft) flex grid, simple encode/decode function for keeping the database "secure." Let me know what you think, I dont care about the votes. Sorry, but I did NOT include ANY actual serial numbers or CD/Product Keys.
Exaple of using MS-Chart control and ADO database. Load data (by projet id, by dates) into 2 dim array and graph it. Ability to Save/Print/Copy graph .
Your User(s) Can Now Add Custom Control's To Your Project (Like VB)
With Tool You Can Open Multiple CD Tray As You Can . I Found That PSC Doesn't Have Any Program Like This And Everyone Wanted To Know How To Open Multiple CD Tray . Well I Hope That It Would Help You And . VOTE For ME
This Advanced Tool Can Download Any Thing From A Web Site , Server etc.. Just Download It And Test It And It Is Also Free From Errors . VOTE For ME
This OCX Is Perfect Alot Of Functions Alot Of Code Alot Of Everything You Can Use It When You Want To Create Your Own FORM STYLE So Give It A Shot And VOTE For ME
Converts any image into RTF or HTML. You can create a picture out of words, symbols or numbers. Display pictures on webpages made completely from the page's text.
"Advanced Google Search Engine" and an "IP Holder Identidier" & "Domain Registration Identifier" , I added the IP address identifier abd the domain Identifier to the previus version i posted , This program have all the fearures of Advanced Google Search engine which are display language, search with these words, search with the exact phrase, search without these words, search with @ least one word, search only pages in a certain language, # of results per page, search only certain files format , don't search certain file format , search only in those updated during certain period , search with a certain site , ........ etc , note: about 60+ % of the code is written using prepheral vb program i did due to the similarity in in some lines of the code , **********please vote and comment if you want***********
Great working Mid to wave (and Mp3!!). Very useful to me because is fast and it works! ;)
Sphere by Robert Rayment. (Update with Latitude shift & Long for Byte Array) Demo of spherical wrap, rotate and tilt. Win98 (Zip 21 KB).
If you would prefer not to fool around with the Windows Registry, you can save a user's options in a random access file instead. Random access files are fast (much faster than database files) and allow you to organize the user uptions as database-like records that may be accessed separately from one another. You can overwrite a single record without affecting or even needing to read the others. This code also shows how to give the user a right-click option to change the size of or hide the toolbar. Finally, it shows an optional splash screen. If your users hate splash screens (most do), but your graphic artist insists that you include one, give the user the option of shutting it off. Note: You need the icons included in this zip file for this code to run right.
This code provides a series of class objects to access some of the most common API routines. There as also some expansion to the standard API calls that i have written myself. This is a work in progress and will change from time to time as i add more functionality to it, i plan to add full FTP and SMTP objects to the dll in the coming weeks. If anyone can improve on the existing code then please feel free to do so, please also send me the updated code so that i can update this library and comment it with your changes. Please also vote for this if you think it deserves a vote. Thanks AMMENDMENT: Fixed bug in Zero memory function which caused a fatal exception error. Added Network routines, MapNetworkDrive, DisconnectNetworkDrive.
This code makes easy the creation of databases and tables in a MySQL Server.
This program is a collection of the capabilities of using the Registery To Get Data about Your PC and Writing Data Again, It Conatins The Following : 1) Special Folder's Path's : ( ONLY 5 LINES OF CODE ) ( 'Desktop' , 'Programs' , 'Favorites' , 'History' ,Administrative Tools; AppData;cookies;desktop;favorites ;fonts;history;Local AppData;Local settings;my music;my pictures my vedio;nethood;personal;printhood;programs;recent;send to;start menu;startup;templates) 2)The Previous Keywords Used in Search , This words can't be removed , Now You can Remove it Very Easy or even replace it , 3) The History of URL Visited , You can remove only one or two URLs or whatever without Loosing the Rest , 4) Changing the HomePage , ALL THAT WITHOUT ANY API'S , A FREE API CODE . ****** NO One LINE OF API IS USED*************
This is a super fast open port scanner (whit no timer !!) (am 12 year old)
This control uses an invisible mask along with a mask type of text, numeric, or date. A user can only type in an entry that fits the mask (see html page included). There is plenty of code in here that could be ripped out and placed in other controls.