Results for "Volume: 2002C"
Converts the Currency to Text. For Ex: 100.90 is converted as one hundred dollars and ninety cents only.
It fetches the Computer Name and User Name in a Simple way
It seems that a lot of people are having problems sending Email from VB to multiple people. Here's a procedure that should fix that.
Shows How To Create a thread and how to Operate on as well. Do a function in the background while your program shows a system modal or program modal. Allows you to create a thread set properties on it and figure out how they work.. This Program is a Multi-Threaded Program( It uses Two(2) Threads To Change Colors on the pictures. It is a pretty nice example of a program. It is probaly the only thread Example that shows how to create a real thread. Email Me if Any Problems Occur or Post Feedback. Yes, its not stable in VB6 But, im working on it...
If you want to include your program name to the pop-up menus (the one that opens when you click the right button :) ) in windows. It adds currently when you right-click the START BUTTON, in WINDOWS EXPLORER and the "My Computer" Icon. If you have anything to add please send me a copy.
This code will save and retrieve bitmap graphic files from an OLE Object field inan Access 97 database. The same principle applies to earlier versions of Access/VB, but I haven't tested them. You'll need to use the appropriate DAO library. Let me know if you find a way to save other graphic formats.
I was looking for a winamp code that went beyong the normal play, pause, and stop functions. When I couldn't find it, i made it myself. This is the best winamp module on planetsourcecode, it does more than just play and stop, it can get song length, get song position, set the song position, get the status of winamp, allows you to do just about everything winamp can do. You don't want to miss this code if your looking for code to work with winamp, for plugins or for anything. It's extremely easy to use too, even novice programmers will be able to understand.
Auto Connect Software is very small application to auto connect to your RAS or VPN services. For each connection, it checks to see if the connection is established, and if it isn't, it attempts to make a connection. It can work as a form or tray icon for using less memory.
This is a classical whois application to query on Internic (network solutions) for international domains or query for turkish domains on METU in turkey.
Is a Chat Client just like MIRC ... In Spanish , all the help file is spanish too, I developed with a friend in college, we are from Honduras Central America
This code causes the form's TitleBar and the form's TaskBar Window to Flash.
I have been hearing requests for people begging someone to get a keylogger which records logged keys when the form is not focuesed. well here is the code which takes any keys pressed and puts it into a textbox even when the form is not given the focus!!
Draw a real 3D shpere using ONLY lines. This code can be easily modified to show other 3D objects. All you need to do is an array of coordinates. It does everything else for you (display, rotation, zoom etc) HAVE YOUR PERSONAL 3D ENGINE!!!
This code will Install MSWinsock.ocx (Winsock) and MSINet.ocx (Internet Controls) and remove the crappy message about needing a license when adding the control(s) to the form! All done by a BatchFile. You do nothing but click on the batchfile!!! Its that easy! If you have had ANY ERRORS with these controls, or dont even have them, this well fix... DOWNLOAD NOW! Internet programmers MUST!
On the whole this program was written under the impression of the WinHack (v1 beta) (I am sorry for taking the name, I do not claim to have the trademark) by Wedge Software. I also added the "Window Manager" feature to it. I think it may be useful to anyone: --If you are not a programmer, then you may use it's features. --If you are a not advanced programmer then you will know: -What are some interesting Registry Keys (e.g how to change system user's name and organization) -How to create a 'Control Panel' folder, etc (thus, for instance, you may have any number of Recycle Bins on your Desktop) -How to use the registry -How to work with windows -How to reboot the computer (though this code is commented out) -Many other stuff on general VB programming -Please, read the README.TXT file, supplied with the ZIP
A simple example that allows the user to click a command button to bring up your MSOutlook, etc. with the specified E-Mail address in it's right box. This is a very useful piece of code that allows those that use your software to send you comments with a click of a button.
This is great! A 3D button with no OCX's or API's. Every thing 3D on your forms is just an illusion. Well, this one is a great illusion. Anyone can do it. Just look at the code and you will see how to use it. One button is fixed, the other one you can resize and move. Uses a regular command button and some lines. I hope you enjoy and can use this code. Please leave me some comments on what you think. Any way to make it better with out making it into an OCX. And if you already know how to do something like this, great! I don't need to hear from you with how badly it was done. Just let it go. Anyway, the rest of you, enjoy the code!
Might not be very fitting for complexe ini manipulation, but this is the simplest and easy to use code i've found. Great for the newbie i am myself. It's not my code, and i don't know who it comes from, but i thought i'd share it. Included is a VERY easy to understand sample project ! Cheers, and enjoy :)
These different ways of using the shell command will let you : Launch files without knowing the associated program(doc,bmp,zip,etc), copy files and complete directories, run dos commands, launch a browser, launch an email client with almost all fields prefilled(including body!) and loads of stuff you might think of.
The purpose of this application is to simulate fireworks in a realistic manner using gravity and direction vectors. It can be used as an EXE or a Screensaver. Single click to expode your own firework, double click to quit. The code is not very clear, as it was a quick test. I may comment it and resubit if people require explanation. Andre Powell.