Results for "Volume: 2002C"
This small code creates a custom animated icon in your taskbar. You can put your own images in the imagelist, create your own popup menu when rightclicking on the icon. Use this code and build your own application around it!
This code enables you to download and send e-mail, which will automatically put your attachments into a given directory.
This code will Close any application based on its windows caption
These are two functions I wrote to save and load a treeview's nodes (saves the .text, .tag, and .key properties) to and from a text file. This is a very simple code and should be very easy to incorporate to any project.
You want to send 10 or more files using your VB program but you always get an error, well not any more, here is the solution. Enjoy!
This code gets ALL of the keys on a 101 key keyboard. The only limitation is that the program still cannot get compound keystrokes like "Alt + Tab" or "Shift + 2" (for an @ symbol). I know its a little lengthy, and I could compact it smaller, but it gets the job done.
Updated email program. This code allows you to download multiple attachments and copy them into a directory. The program then replys to the author with a message or/and attachment automatically.
This application generates a tree from ALL windows running in windows. You can find the handle of every window, see its position, hide it etc. Nice tool for finding handles, but also for impressing your friends, when you hide a button in e.g. Word!!!
I wrote this code to learn a little bit about string manipulation. Although I will deffinatly not claim it's uncrackable, it is deffinatly a little less bulky than some of the others. Not to mention since i submited the code anyone could just use the decryption on it. But anyway, it may be of some help, although I will admit it's a bit slow with large files. I am trying to find ways to improve it's speed. Any ideas are welcome.
Here is a Calendar Class that can be used as a replacement for the Microsoft one. No additional files have to be attached to your project, simply put calendar.cls(+two more support classes) in your project, stick a picture box on your form, write 3 lines of code, and you have a fully functioning CALENDAR with multiselect, dropdown and etc.
have u ever download source that was created in vb6 and u still have vb5 cuz u dont wanna shell out $$$? now u dont need to, this program makes vb6 files compatible with both vb6 and vb5!!!!!! this is also a great OLE and Hex Editing example and a great utility whether or not u use the code!
Hi folks this application haven't used any databases You can store images of the concerned easy navigation, sorting, finding with respect to any field, its really nice to maintain your friends and business addresses Entire source code is available in ZIP format can store web, email, phone, fax numbers also sorting acording to any field and field entry ...enjoy happy programming
Copy a file in binary mode. You can easily implement a prograssbar with the value of the variable "iPercent". Change the buffer size for various use: SMAPLE: 10240 for normal mode; 2048 for network; ...
With this code you can scroll text smoothly in any direction without needing any API calls. All you need is a PictureBox control, a Label control, and a timer. The code is fully commented and has examples for scrolling in the four main directions.
hides program in crtl-alt-menu one line of code
Make the backcolor property of a form acts like a VB-Setup Program
You Ever Want To Do A Program That Connect You With Your Friend, Chat With Them Or Send Them Files, Here's The Key For You! Just Connect Them In The Server Client And Have Fun!
This cool little program allows you to send message boxes to a remote computer over a network or the internet. You can change the message type (i.e. exclamation, question, information), the buttons that will be displayed (i.e. OkOnly, YesNo, AbortRetryIgnore). And finally, the result of the button that the remote computer clicks will be sent back to you, allowing you to have your own chat with the use of message boxes.
Visual Basic Screen Saver walks you through the process of building a screen saver in VB as well as explaining why. From setting up the project to knowing what parameters are passed to a screensaver at run time. Includes the tutorial in windows .hlp format as well as complete screensaver source code.
Basically, it uses a random number generator to display 3 different cards in the form window. The name says it all "SlotPoker"... I have not programmed any bells or whistles, you can do that if you wish.