Results for "Author: hardstream"
An ActiveX checkbox, you can use the default skin or create images (in paint) and use them as checkbox skins by code!
Download multiple files at the same time from the internet WITHOUT the Winsock control but a simple usercontrol! Progress indication, byte display and real Windows XP controls
Skin a form with a PNG image. Uses GDI+ and a lot of CPU :D Credit to Appeiron, who wrote the GDI+ modules :P You can also download the DLL version here @ PSC
I often find myself in need of a listbox in applications in which I don't use forms. I couldn't find anything on PSC (which would have saved me some time), so I just wrote my own. This is just a simple listbox class, no events, no confusing, never ending functions, just plain, simple VB code (I haven't used any APIs :D). The class is very small (only 2.3 kb). Also, this class can have more than 32767 items, because I've used Longs, and not Integers (like the VB listbox). V1.2 New features (since V1.0): --V1.1: 1) alphabetically sorting (module by Rde) 2) Add items somewhere in the middle of the list 3) Transport the list to a control (build-in textbox/listbox/combobox support) 4) Events --V1.2: 5) Search 6) Import from and export to a file 7) Encryption/decryption* *The encrypting/decrypting doesn't work very well. I'm not really an expert on encrypting/decrypting, so if anyone can (re-)write this for me... :D
This is probably the most accurate MouseOver function that doesn't need a handle (hWnd) input. It gets the rectangle of the control on the screen in pixels by looking to the position of the parent form and the position of the control in the form. The code also checks if the form has got a menu bar. Anywayz, just check out the code :D