Advertisement

Results for "Author: ebred"

ASP_Volume2 #27186
Form Hook (callBacks)

This code demonstates how to make a form "Stick" to the edges of the screen if the form is released a certain distance from the screen. Also, I think this is neat, if you have a scroll mouse, you can move the form up and down by scrolling the mouse wheel. The things mentioned above are done using windows messages to determine if the mouse button has been released and to determine which way the scroll whell has been moved. Please feel free to add things onto this. Comments are always very welcome.Thnx

ASP_Volume2 #27434
KeyBoardHook

This code will work for win 2000 and XP. It hooks the systems keyboard and runs a callback function to determine if the "delete" key has been hit and disables the delete (system wide not just application wide). This program could also be easily resigned as a keylogger if you feel the need to do so, also it may be used to disable any number of keys you wish. In the LowLevelKetBoardProc just use debug.print xpInfo.vkCode and you will see the value of the key and you could set that value to de disabled (as VK_DELETE is currently.) When I get a chance I will also try to make it for the other MS OS's ***************Warning******************** Since this program uses callbacks DO NOT HIT THE END BUTTON IN VB'S IDE .....YOU WILL CRASH.

ASP_Volume2 #37103
Menu Bitmaps class

This project has a class that adds bitmaps to the menus of a standard form. The class also resizes the bitmaps to a nice size. This is done via one sub method in the class. Please vote for me if you like it!! thanks

ASP_Volume3 #60674
Menu Bitmaps class

This project has a class that adds bitmaps to the menus of a standard form. The class also resizes the bitmaps to a nice size. This is done via one sub method in the class. Please vote for me if you like it!! thanks

ASP_Volume3 #60675
KeyBoardHook

This code will work for win 2000 and XP. It hooks the systems keyboard and runs a callback function to determine if the "delete" key has been hit and disables the delete (system wide not just application wide). This program could also be easily resigned as a keylogger if you feel the need to do so, also it may be used to disable any number of keys you wish. In the LowLevelKetBoardProc just use debug.print xpInfo.vkCode and you will see the value of the key and you could set that value to de disabled (as VK_DELETE is currently.) When I get a chance I will also try to make it for the other MS OS's ***************Warning******************** Since this program uses callbacks DO NOT HIT THE END BUTTON IN VB'S IDE .....YOU WILL CRASH.

ASP_Volume3 #60676
Form Hook (callBacks)

This code demonstates how to make a form "Stick" to the edges of the screen if the form is released a certain distance from the screen. Also, I think this is neat, if you have a scroll mouse, you can move the form up and down by scrolling the mouse wheel. The things mentioned above are done using windows messages to determine if the mouse button has been released and to determine which way the scroll whell has been moved. Please feel free to add things onto this. Comments are always very welcome.Thnx

C_Volume2 #68248
Form Hook (callBacks)

This code demonstates how to make a form "Stick" to the edges of the screen if the form is released a certain distance from the screen. Also, I think this is neat, if you have a scroll mouse, you can move the form up and down by scrolling the mouse wheel. The things mentioned above are done using windows messages to determine if the mouse button has been released and to determine which way the scroll whell has been moved. Please feel free to add things onto this. Comments are always very welcome.Thnx

C_Volume2 #68496
KeyBoardHook

This code will work for win 2000 and XP. It hooks the systems keyboard and runs a callback function to determine if the "delete" key has been hit and disables the delete (system wide not just application wide). This program could also be easily resigned as a keylogger if you feel the need to do so, also it may be used to disable any number of keys you wish. In the LowLevelKetBoardProc just use debug.print xpInfo.vkCode and you will see the value of the key and you could set that value to de disabled (as VK_DELETE is currently.) When I get a chance I will also try to make it for the other MS OS's ***************Warning******************** Since this program uses callbacks DO NOT HIT THE END BUTTON IN VB'S IDE .....YOU WILL CRASH.

C_Volume2 #78165
Menu Bitmaps class

This project has a class that adds bitmaps to the menus of a standard form. The class also resizes the bitmaps to a nice size. This is done via one sub method in the class. Please vote for me if you like it!! thanks

Java_Volume1 #86792
Form Hook (callBacks)

This code demonstates how to make a form "Stick" to the edges of the screen if the form is released a certain distance from the screen. Also, I think this is neat, if you have a scroll mouse, you can move the form up and down by scrolling the mouse wheel. The things mentioned above are done using windows messages to determine if the mouse button has been released and to determine which way the scroll whell has been moved. Please feel free to add things onto this. Comments are always very welcome.Thnx

Java_Volume1 #87040
KeyBoardHook

This code will work for win 2000 and XP. It hooks the systems keyboard and runs a callback function to determine if the "delete" key has been hit and disables the delete (system wide not just application wide). This program could also be easily resigned as a keylogger if you feel the need to do so, also it may be used to disable any number of keys you wish. In the LowLevelKetBoardProc just use debug.print xpInfo.vkCode and you will see the value of the key and you could set that value to de disabled (as VK_DELETE is currently.) When I get a chance I will also try to make it for the other MS OS's ***************Warning******************** Since this program uses callbacks DO NOT HIT THE END BUTTON IN VB'S IDE .....YOU WILL CRASH.

Java_Volume1 #96709
Menu Bitmaps class

This project has a class that adds bitmaps to the menus of a standard form. The class also resizes the bitmaps to a nice size. This is done via one sub method in the class. Please vote for me if you like it!! thanks

2_2002-2004 #113940
Form Hook (callBacks)

This code demonstates how to make a form "Stick" to the edges of the screen if the form is released a certain distance from the screen. Also, I think this is neat, if you have a scroll mouse, you can move the form up and down by scrolling the mouse wheel. The things mentioned above are done using windows messages to determine if the mouse button has been released and to determine which way the scroll whell has been moved. Please feel free to add things onto this. Comments are always very welcome.Thnx

2_2002-2004 #114187
KeyBoardHook

This code will work for win 2000 and XP. It hooks the systems keyboard and runs a callback function to determine if the "delete" key has been hit and disables the delete (system wide not just application wide). This program could also be easily resigned as a keylogger if you feel the need to do so, also it may be used to disable any number of keys you wish. In the LowLevelKetBoardProc just use debug.print xpInfo.vkCode and you will see the value of the key and you could set that value to de disabled (as VK_DELETE is currently.) When I get a chance I will also try to make it for the other MS OS's ***************Warning******************** Since this program uses callbacks DO NOT HIT THE END BUTTON IN VB'S IDE .....YOU WILL CRASH.

2_2002-2004 #123856
Menu Bitmaps class

This project has a class that adds bitmaps to the menus of a standard form. The class also resizes the bitmaps to a nice size. This is done via one sub method in the class. Please vote for me if you like it!! thanks

3_2004-2005 #132483
Form Hook (callBacks)

This code demonstates how to make a form "Stick" to the edges of the screen if the form is released a certain distance from the screen. Also, I think this is neat, if you have a scroll mouse, you can move the form up and down by scrolling the mouse wheel. The things mentioned above are done using windows messages to determine if the mouse button has been released and to determine which way the scroll whell has been moved. Please feel free to add things onto this. Comments are always very welcome.Thnx

3_2004-2005 #132731
KeyBoardHook

This code will work for win 2000 and XP. It hooks the systems keyboard and runs a callback function to determine if the "delete" key has been hit and disables the delete (system wide not just application wide). This program could also be easily resigned as a keylogger if you feel the need to do so, also it may be used to disable any number of keys you wish. In the LowLevelKetBoardProc just use debug.print xpInfo.vkCode and you will see the value of the key and you could set that value to de disabled (as VK_DELETE is currently.) When I get a chance I will also try to make it for the other MS OS's ***************Warning******************** Since this program uses callbacks DO NOT HIT THE END BUTTON IN VB'S IDE .....YOU WILL CRASH.

3_2004-2005 #142400
Menu Bitmaps class

This project has a class that adds bitmaps to the menus of a standard form. The class also resizes the bitmaps to a nice size. This is done via one sub method in the class. Please vote for me if you like it!! thanks

4_2005-2006 #165971
Menu Bitmaps class

This project has a class that adds bitmaps to the menus of a standard form. The class also resizes the bitmaps to a nice size. This is done via one sub method in the class. Please vote for me if you like it!! thanks

4_2005-2006 #165972
KeyBoardHook

This code will work for win 2000 and XP. It hooks the systems keyboard and runs a callback function to determine if the "delete" key has been hit and disables the delete (system wide not just application wide). This program could also be easily resigned as a keylogger if you feel the need to do so, also it may be used to disable any number of keys you wish. In the LowLevelKetBoardProc just use debug.print xpInfo.vkCode and you will see the value of the key and you could set that value to de disabled (as VK_DELETE is currently.) When I get a chance I will also try to make it for the other MS OS's ***************Warning******************** Since this program uses callbacks DO NOT HIT THE END BUTTON IN VB'S IDE .....YOU WILL CRASH.

Languages
Top Categories
Global Discovery