Advertisement

Results for "Author: jameson king"

ASP_Volume3 #46695
Put a form (or any window) in the TRAY! [Updated #4]

In my endeavor the make a weather program for my computer that would scroll weather information, I came to make this code. I was looking for a place to scroll the information without bothering any other programs and without the form taking focus. I was looking for the perfect place. I found it but it was of course occupied by something else. That something else was the task tray (Those small little icons and the clock in the bottom right hand corner of most windows computers). Well I said to myself how shall I take that area. I thought I would simply shape my form to that of the trays window. Then make my form a child of that window and set it's position to the topmost. Well my idea was correct and it works perfectly. You can use this technique for any window, it is far less involved then many other attempts witch require sub-classing. The window will resize to the RECT of the tray when the Task bar is resize and or moved and call the form to repaint also. I hope all of you can get something useful out of this I know have. *NEW* YOU can now resize the tray by doing a call ResizeTray (Number to resize by,A 1 or a 2 for rither making it larger or smaller) so call resizetray 11,1 would add eleven icons to the tray and call resizetray 11,2 would subtract eleven icons

ASP_Volume3 #46696
Put a form in the System Tray. Now you can rezise the system tray for more room![Update #3]

In my endeavor the make a weather program for my computer that would scroll weather information, I came to make this code. I was looking for a place to scroll the information without bothering any other programs and without the form taking focus. I was looking for the perfect place. I found it but it was of course occupied by something else. That something else was the task tray (Those small little icons and the clock in the bottom right hand corner of most windows computers). Well I said to myself how shall I take that area. I thought I would simply shape my form to that of the trays window. Then make my form a child of that window and set it's position to the topmost. Well my idea was correct and it works perfectly. You can use this technique for any window, it is far less involved then many other attempts witch require sub-classing. The window will resize to the RECT of the tray when the Task bar is resize and or moved and call the form to repaint also. I hope all of you can get something useful out of this I know have. *NEW* YOU can now resize the tray by doing a call ResizeTray (Number to resize by, A 1 or a 2 for either making it larger or smaller) So call resizetray 11,1 would add eleven icons to the tray and call resizetray 11,2 would subtract eleven icons

ASP_Volume3 #46697
PureGold TitleBar Control (Also Great demonstartion of the drawborder API)

An excellent emample on how to use the drawcaption API all in a nice OCX included in it is a form with some exmaples of what it can do! Even alpha blending the form is possible, or creating your own task bar buttons ;) NEW: 1) Ttitle Bar Feature that when the mouse is over the titlebar the bar draws a border around itself and looks as if its moving up to meet the mouse! 2) All Bugs Fixed (when working in design mode the control would cause vb to do some strange stuff) 3) Mouse Enter and MouseLeve events now Available! Check it out :)

ASP_Volume3 #46698
PureGold Flat Push Button (Updated) 2

PureGold Button Control features a sleek thin 3D border insted of the ugly thick border on standerd windows. It also has four other styles of borders for you to try (yes even the classic thick border one), and now MOST inportant of all it has the mouse over feature meaning the button is flat untill the mouse is over it!

ASP_Volume3 #46699
DrawFrame Secrets!

This code will show you some of the hidden secrets of the DrawFrame API function!

ASP_Volume3 #46700
MSWNSCK Licencer

If you are having trouble with VS4-6 saying that MIcrosoft Winsock Control is not LICENCED then use these files to fix the problem. This will not however register the files use the regsrv32.exe to do that.

ASP_Volume3 #46701
CPG Port Scanner! (Fast as Hell)

This is by far the fastest port scanner I've ever used and/or made. Check this... It can scan 5,000 ports in one minute and one second. that's almost 82 ports a second. Now its written in VB, So out there someone some of you have seen better (maybe?) but I doubt it was written in VB and using a 56k line. In any case please check this out and tell me what you think of the method.

ASP_Volume3 #46702
Multiple Winsock Connections, and MORE

Yep this is like other examples... If you take out these features: 1) Built-In Database 2) Sign-In already built in. 3) If user not signed in after 18-20 seconds there kicked off network! The Database also has many features you can add onto it. It isnt a standerd database, infact I built the whole thing. Everything is commented; Check this out this isn't your moms Winscok Connection Example!

4_2005-2006 #151992
Put a form (or any window) in the TRAY! [Updated #4]

In my endeavor the make a weather program for my computer that would scroll weather information, I came to make this code. I was looking for a place to scroll the information without bothering any other programs and without the form taking focus. I was looking for the perfect place. I found it but it was of course occupied by something else. That something else was the task tray (Those small little icons and the clock in the bottom right hand corner of most windows computers). Well I said to myself how shall I take that area. I thought I would simply shape my form to that of the trays window. Then make my form a child of that window and set it's position to the topmost. Well my idea was correct and it works perfectly. You can use this technique for any window, it is far less involved then many other attempts witch require sub-classing. The window will resize to the RECT of the tray when the Task bar is resize and or moved and call the form to repaint also. I hope all of you can get something useful out of this I know have. *NEW* YOU can now resize the tray by doing a call ResizeTray (Number to resize by,A 1 or a 2 for rither making it larger or smaller) so call resizetray 11,1 would add eleven icons to the tray and call resizetray 11,2 would subtract eleven icons

4_2005-2006 #151993
Put a form in the System Tray. Now you can rezise the system tray for more room![Update #3]

In my endeavor the make a weather program for my computer that would scroll weather information, I came to make this code. I was looking for a place to scroll the information without bothering any other programs and without the form taking focus. I was looking for the perfect place. I found it but it was of course occupied by something else. That something else was the task tray (Those small little icons and the clock in the bottom right hand corner of most windows computers). Well I said to myself how shall I take that area. I thought I would simply shape my form to that of the trays window. Then make my form a child of that window and set it's position to the topmost. Well my idea was correct and it works perfectly. You can use this technique for any window, it is far less involved then many other attempts witch require sub-classing. The window will resize to the RECT of the tray when the Task bar is resize and or moved and call the form to repaint also. I hope all of you can get something useful out of this I know have. *NEW* YOU can now resize the tray by doing a call ResizeTray (Number to resize by, A 1 or a 2 for either making it larger or smaller) So call resizetray 11,1 would add eleven icons to the tray and call resizetray 11,2 would subtract eleven icons

4_2005-2006 #151994
PureGold TitleBar Control (Also Great demonstartion of the drawborder API)

An excellent emample on how to use the drawcaption API all in a nice OCX included in it is a form with some exmaples of what it can do! Even alpha blending the form is possible, or creating your own task bar buttons ;) NEW: 1) Ttitle Bar Feature that when the mouse is over the titlebar the bar draws a border around itself and looks as if its moving up to meet the mouse! 2) All Bugs Fixed (when working in design mode the control would cause vb to do some strange stuff) 3) Mouse Enter and MouseLeve events now Available! Check it out :)

4_2005-2006 #151995
PureGold Flat Push Button (Updated) 2

PureGold Button Control features a sleek thin 3D border insted of the ugly thick border on standerd windows. It also has four other styles of borders for you to try (yes even the classic thick border one), and now MOST inportant of all it has the mouse over feature meaning the button is flat untill the mouse is over it!

4_2005-2006 #151996
DrawFrame Secrets!

This code will show you some of the hidden secrets of the DrawFrame API function!

4_2005-2006 #151997
MSWNSCK Licencer

If you are having trouble with VS4-6 saying that MIcrosoft Winsock Control is not LICENCED then use these files to fix the problem. This will not however register the files use the regsrv32.exe to do that.

4_2005-2006 #151998
CPG Port Scanner! (Fast as Hell)

This is by far the fastest port scanner I've ever used and/or made. Check this... It can scan 5,000 ports in one minute and one second. that's almost 82 ports a second. Now its written in VB, So out there someone some of you have seen better (maybe?) but I doubt it was written in VB and using a 56k line. In any case please check this out and tell me what you think of the method.

4_2005-2006 #151999
Multiple Winsock Connections, and MORE

Yep this is like other examples... If you take out these features: 1) Built-In Database 2) Sign-In already built in. 3) If user not signed in after 18-20 seconds there kicked off network! The Database also has many features you can add onto it. It isnt a standerd database, infact I built the whole thing. Everything is commented; Check this out this isn't your moms Winscok Connection Example!

5_2007-2008 #174510
Put a form (or any window) in the TRAY! [Updated #4]

In my endeavor the make a weather program for my computer that would scroll weather information, I came to make this code. I was looking for a place to scroll the information without bothering any other programs and without the form taking focus. I was looking for the perfect place. I found it but it was of course occupied by something else. That something else was the task tray (Those small little icons and the clock in the bottom right hand corner of most windows computers). Well I said to myself how shall I take that area. I thought I would simply shape my form to that of the trays window. Then make my form a child of that window and set it's position to the topmost. Well my idea was correct and it works perfectly. You can use this technique for any window, it is far less involved then many other attempts witch require sub-classing. The window will resize to the RECT of the tray when the Task bar is resize and or moved and call the form to repaint also. I hope all of you can get something useful out of this I know have. *NEW* YOU can now resize the tray by doing a call ResizeTray (Number to resize by,A 1 or a 2 for rither making it larger or smaller) so call resizetray 11,1 would add eleven icons to the tray and call resizetray 11,2 would subtract eleven icons

5_2007-2008 #174511
Put a form in the System Tray. Now you can rezise the system tray for more room![Update #3]

In my endeavor the make a weather program for my computer that would scroll weather information, I came to make this code. I was looking for a place to scroll the information without bothering any other programs and without the form taking focus. I was looking for the perfect place. I found it but it was of course occupied by something else. That something else was the task tray (Those small little icons and the clock in the bottom right hand corner of most windows computers). Well I said to myself how shall I take that area. I thought I would simply shape my form to that of the trays window. Then make my form a child of that window and set it's position to the topmost. Well my idea was correct and it works perfectly. You can use this technique for any window, it is far less involved then many other attempts witch require sub-classing. The window will resize to the RECT of the tray when the Task bar is resize and or moved and call the form to repaint also. I hope all of you can get something useful out of this I know have. *NEW* YOU can now resize the tray by doing a call ResizeTray (Number to resize by, A 1 or a 2 for either making it larger or smaller) So call resizetray 11,1 would add eleven icons to the tray and call resizetray 11,2 would subtract eleven icons

5_2007-2008 #174512
PureGold TitleBar Control (Also Great demonstartion of the drawborder API)

An excellent emample on how to use the drawcaption API all in a nice OCX included in it is a form with some exmaples of what it can do! Even alpha blending the form is possible, or creating your own task bar buttons ;) NEW: 1) Ttitle Bar Feature that when the mouse is over the titlebar the bar draws a border around itself and looks as if its moving up to meet the mouse! 2) All Bugs Fixed (when working in design mode the control would cause vb to do some strange stuff) 3) Mouse Enter and MouseLeve events now Available! Check it out :)

5_2007-2008 #174513
PureGold Flat Push Button (Updated) 2

PureGold Button Control features a sleek thin 3D border insted of the ugly thick border on standerd windows. It also has four other styles of borders for you to try (yes even the classic thick border one), and now MOST inportant of all it has the mouse over feature meaning the button is flat untill the mouse is over it!

Languages
Top Categories
Global Discovery