Advertisement

Results for "Author: chetan sarva"

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

3_2004-2005 #134836
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.

3_2004-2005 #137602
HTML Code Parser

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

3_2004-2005 #138426
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

3_2004-2005 #139143
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.

3_2004-2005 #142661
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

4_2005-2006 #150647
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

4_2005-2006 #150648
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

4_2005-2006 #150649
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.

4_2005-2006 #150650
HTML Code Parser

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

4_2005-2006 #150651
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.

5_2007-2008 #173165
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

5_2007-2008 #173166
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

5_2007-2008 #173167
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.

5_2007-2008 #173168
HTML Code Parser

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

5_2007-2008 #173169
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.

6_2008-2009 #195683
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

6_2008-2009 #195684
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

6_2008-2009 #195685
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.

6_2008-2009 #195686
HTML Code Parser

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

Languages
Top Categories
Global Discovery