Results for "Author: jay"
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)
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)
This is a simple, easy to use function that shows how to load a bitmap from a file then bitblit it to a window.
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.
This code will show you some of the hidden secrets of the DrawFrame API function!
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 :)
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!
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.
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.
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
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
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!
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.
This is a simple, easy to use function that shows how to load a bitmap from a file then bitblit it to a window.
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)
This code will show you some of the hidden secrets of the DrawFrame API function!
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 :)
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!
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.
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.