Advertisement

Results for "Author: jay"

Java_Volume1 #96202
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

Java_Volume1 #97078
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

Java_Volume1 #97500
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!

Java_Volume1 #100403
Making a menu using winapi non-mfc

This code shows how to easily and quickly create a menu on a non-mfc window using winapi. I this code is versatile, and extremely useful as I for one hate resources. This example deals with making a "file --> exit" menu. The methods used in making this apply to all menus.

Java_Volume1 #100410
Load a BMP from a file

This is a simple, easy to use function that shows how to load a bitmap from a file then bitblit it to a window.

Java_Volume1 #101715
Language Filter

This code is an example of using Regular Expressions in VBScript/ASP, in order to parse certain words (in this example, swear words, but you can add any words you wish), and return them partially hidden (and less offending) with asterisks. (Example: netscape --> n******e)

1_2002 #105734
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!

1_2002 #105735
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

1_2002 #105736
DrawFrame Secrets!

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

1_2002 #105737
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 :)

1_2002 #105738
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.

1_2002 #105739
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.

1_2002 #105740
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

1_2002 #111880
Load a BMP from a file

This is a simple, easy to use function that shows how to load a bitmap from a file then bitblit it to a window.

1_2002 #111881
Making a menu using winapi non-mfc

This code shows how to easily and quickly create a menu on a non-mfc window using winapi. I this code is versatile, and extremely useful as I for one hate resources. This example deals with making a "file --> exit" menu. The methods used in making this apply to all menus.

1_2002 #112199
Language Filter

This code is an example of using Regular Expressions in VBScript/ASP, in order to parse certain words (in this example, swear words, but you can add any words you wish), and return them partially hidden (and less offending) with asterisks. (Example: netscape --> n******e)

2_2002-2004 #116192
DrawFrame Secrets!

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

2_2002-2004 #116789
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 :)

2_2002-2004 #117190
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!

2_2002-2004 #117444
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.

Languages
Top Categories
Global Discovery