Advertisement

Results for "Author: chetan sarva"

2002ASP #760
Docking Windows in an MDI Environment

This code enables you to have an MDI Child form "dock" with the MDI form like the toolbar found in the VB5/6 IDE and in various other applications. It can dock to any of the four sides of the form. Currently only support for one toolbar is there (i.e. the toolbar in VB as opposed to the project explorer and properties on the right side). This functionality may come soon.. If you find any bugs, please let me know via email or post the solution here.. An executable is also included. This code is a variation of the post found here: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=3843 It *REQUIRES* the MsgHook32 OCX found here: http://www.mvps.org/vb/code/msghook.zip

2002ASP #761
Color Spy Exampe w/ Zoom

This is an exampe of a simple "color spy" that gets the RGB values and HTML color code of the pixel under the mouse cursor. It also adds a small zoom window with a crosshair so you can easily choose the color you want. Example uses various API's for getting the pixel color, mouse position, and drawing the zoomed view of the screen. Code is based on examples by Plastik (http://www.dosfx.com/~plastik/vb.htm) and Rocky Clark

2002ASP #762
Load and Save TreeView's to/from a text file

These are two functions I wrote to save and load a treeview's nodes (saves the .text, .tag, and .key properties) to and from a text file. This is a very simple code and should be very easy to incorporate to any project.

2002ASP #763
Drag & Drop Re-ordering of ListView Items

Shows how to re-order items in a listview by dragging and dropping them in their new position. Also shows how to give the user a nice visual cue for the new position. Items can also be re-ordered using the scrollbar.

2002C #9364
Docking Windows in an MDI Environment

This code enables you to have an MDI Child form "dock" with the MDI form like the toolbar found in the VB5/6 IDE and in various other applications. It can dock to any of the four sides of the form. Currently only support for one toolbar is there (i.e. the toolbar in VB as opposed to the project explorer and properties on the right side). This functionality may come soon.. If you find any bugs, please let me know via email or post the solution here.. An executable is also included. This code is a variation of the post found here: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=3843 It *REQUIRES* the MsgHook32 OCX found here: http://www.mvps.org/vb/code/msghook.zip

2002C #9365
Color Spy Exampe w/ Zoom

This is an exampe of a simple "color spy" that gets the RGB values and HTML color code of the pixel under the mouse cursor. It also adds a small zoom window with a crosshair so you can easily choose the color you want. Example uses various API's for getting the pixel color, mouse position, and drawing the zoomed view of the screen. Code is based on examples by Plastik (http://www.dosfx.com/~plastik/vb.htm) and Rocky Clark

2002C #9366
Load and Save TreeView's to/from a text file

These are two functions I wrote to save and load a treeview's nodes (saves the .text, .tag, and .key properties) to and from a text file. This is a very simple code and should be very easy to incorporate to any project.

2002C #9367
Drag & Drop Re-ordering of ListView Items

Shows how to re-order items in a listview by dragging and dropping them in their new position. Also shows how to give the user a nice visual cue for the new position. Items can also be re-ordered using the scrollbar.

2002VB #17968
Docking Windows in an MDI Environment

This code enables you to have an MDI Child form "dock" with the MDI form like the toolbar found in the VB5/6 IDE and in various other applications. It can dock to any of the four sides of the form. Currently only support for one toolbar is there (i.e. the toolbar in VB as opposed to the project explorer and properties on the right side). This functionality may come soon.. If you find any bugs, please let me know via email or post the solution here.. An executable is also included. This code is a variation of the post found here: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=3843 It *REQUIRES* the MsgHook32 OCX found here: http://www.mvps.org/vb/code/msghook.zip

2002VB #17969
Color Spy Exampe w/ Zoom

This is an exampe of a simple "color spy" that gets the RGB values and HTML color code of the pixel under the mouse cursor. It also adds a small zoom window with a crosshair so you can easily choose the color you want. Example uses various API's for getting the pixel color, mouse position, and drawing the zoomed view of the screen. Code is based on examples by Plastik (http://www.dosfx.com/~plastik/vb.htm) and Rocky Clark

2002VB #17970
Load and Save TreeView's to/from a text file

These are two functions I wrote to save and load a treeview's nodes (saves the .text, .tag, and .key properties) to and from a text file. This is a very simple code and should be very easy to incorporate to any project.

2002VB #17971
Drag & Drop Re-ordering of ListView Items

Shows how to re-order items in a listview by dragging and dropping them in their new position. Also shows how to give the user a nice visual cue for the new position. Items can also be re-ordered using the scrollbar.

ASP_Volume2 #29539
Drag & Drop Re-ordering of ListView Items

Shows how to re-order items in a listview by dragging and dropping them in their new position. Also shows how to give the user a nice visual cue for the new position. Items can also be re-ordered using the scrollbar.

ASP_Volume2 #32305
HTML Code Parser

This function parses through HTML code and returns an array filled with the tags and their values.

ASP_Volume2 #33129
Docking Windows in an MDI Environment

This code enables you to have an MDI Child form "dock" with the MDI form like the toolbar found in the VB5/6 IDE and in various other applications. It can dock to any of the four sides of the form. Currently only support for one toolbar is there (i.e. the toolbar in VB as opposed to the project explorer and properties on the right side). This functionality may come soon.. If you find any bugs, please let me know via email or post the solution here.. An executable is also included. This code is a variation of the post found here: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=3843 It *REQUIRES* the MsgHook32 OCX found here: http://www.mvps.org/vb/code/msghook.zip

ASP_Volume2 #33846
Load and Save TreeView's to/from a text file

These are two functions I wrote to save and load a treeview's nodes (saves the .text, .tag, and .key properties) to and from a text file. This is a very simple code and should be very easy to incorporate to any project.

ASP_Volume2 #37364
Color Spy Exampe w/ Zoom

This is an exampe of a simple "color spy" that gets the RGB values and HTML color code of the pixel under the mouse cursor. It also adds a small zoom window with a crosshair so you can easily choose the color you want. Example uses various API's for getting the pixel color, mouse position, and drawing the zoomed view of the screen. Code is based on examples by Plastik (http://www.dosfx.com/~plastik/vb.htm) and Rocky Clark

ASP_Volume3 #45350
Color Spy Exampe w/ Zoom

This is an exampe of a simple "color spy" that gets the RGB values and HTML color code of the pixel under the mouse cursor. It also adds a small zoom window with a crosshair so you can easily choose the color you want. Example uses various API's for getting the pixel color, mouse position, and drawing the zoomed view of the screen. Code is based on examples by Plastik (http://www.dosfx.com/~plastik/vb.htm) and Rocky Clark

ASP_Volume3 #45351
Docking Windows in an MDI Environment

This code enables you to have an MDI Child form "dock" with the MDI form like the toolbar found in the VB5/6 IDE and in various other applications. It can dock to any of the four sides of the form. Currently only support for one toolbar is there (i.e. the toolbar in VB as opposed to the project explorer and properties on the right side). This functionality may come soon.. If you find any bugs, please let me know via email or post the solution here.. An executable is also included. This code is a variation of the post found here: http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=3843 It *REQUIRES* the MsgHook32 OCX found here: http://www.mvps.org/vb/code/msghook.zip

ASP_Volume3 #45352
Load and Save TreeView's to/from a text file

These are two functions I wrote to save and load a treeview's nodes (saves the .text, .tag, and .key properties) to and from a text file. This is a very simple code and should be very easy to incorporate to any project.

Languages
Top Categories
Global Discovery