Advertisement

Results for "Author: hardstream"

ASP_Volume3 #63894
ActiveX Checkbox V1

An ActiveX checkbox, you can use the default skin or create images (in paint) and use them as checkbox skins by code!

ASP_Volume3 #63895
Download example

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

ASP_Volume3 #63896
Little Design thingy (Uses GDI+,png) ..:D -***MUST SEE***-

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

ASP_Volume3 #63897
Listbox Replacement Class V1.2

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

ASP_Volume3 #63898
Accurate MouseOver function

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

4_2005-2006 #169191
ActiveX Checkbox V1

An ActiveX checkbox, you can use the default skin or create images (in paint) and use them as checkbox skins by code!

4_2005-2006 #169192
Download example

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

4_2005-2006 #169193
Little Design thingy (Uses GDI+,png) ..:D -***MUST SEE***-

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

4_2005-2006 #169194
Listbox Replacement Class V1.2

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

4_2005-2006 #169195
Accurate MouseOver function

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

5_2007-2008 #191709
ActiveX Checkbox V1

An ActiveX checkbox, you can use the default skin or create images (in paint) and use them as checkbox skins by code!

5_2007-2008 #191710
Download example

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

5_2007-2008 #191711
Little Design thingy (Uses GDI+,png) ..:D -***MUST SEE***-

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

5_2007-2008 #191712
Listbox Replacement Class V1.2

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

5_2007-2008 #191713
Accurate MouseOver function

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

6_2008-2009 #214227
ActiveX Checkbox V1

An ActiveX checkbox, you can use the default skin or create images (in paint) and use them as checkbox skins by code!

6_2008-2009 #214228
Download example

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

6_2008-2009 #214229
Little Design thingy (Uses GDI+,png) ..:D -***MUST SEE***-

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

6_2008-2009 #214230
Listbox Replacement Class V1.2

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

6_2008-2009 #214231
Accurate MouseOver function

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

Languages
Top Categories
Global Discovery