Advertisement

Results for "Author: charles kistler"

ASP_Volume3 #55432
Slider_Mixer_Control_Upgrade_3.5

The original author of this code is Mike Payne. Kenneth Foster expanded his work, adding the horizontal style and several more properties. Version 3.5: When drawing a new control, the code looks at the aspect ratio of the new control and sets the Style property accordingly. Toggling the Style property of the control swaps the width/height dimensions, thus preventing the control from shrinking to a small square as in previous versions. Version 3.4: The Enable property has been added. I can't believe I overlooked that one. There is another zip file in the main zip file called FaderBW.zip. It is the same control as the main control except it does not have colored buttons. See the readme.txt in the zip file for more information. Version 3.3: A non-fatal calculation error that only occurred when changing the style and button size while in the IDE has been fixed. The slider now has colored buttons. Version 3.2: Thanks to ThePiper for pointing out a crash when using large values for Min/Max/Value. This has been fixed. Version 3.1: I cleaned up the ReDraw, DrawPicAtValue, and OneIncrement code. The original tick marks would draw every n pixels. I changed them to be evenly spaced apart. By setting the TickMarkCnt = Max - Min - 1, the slider will snap to the tick marks. Version 3.0: I added the Border on/off property, the Min property, corrected a minor bug in the border drawing procedure and added a little error checking when reading property values.

ASP_Volume3 #55433
Special Folders

Ever wonder about the special folders in Windows XP or Vista? Folders like the user data, CD burning cache, and others? This program will get the actual paths to these folders, and you can explore the folder or copy the path to the clipboard.

4_2005-2006 #160729
Slider_Mixer_Control_Upgrade_3.5

The original author of this code is Mike Payne. Kenneth Foster expanded his work, adding the horizontal style and several more properties. Version 3.5: When drawing a new control, the code looks at the aspect ratio of the new control and sets the Style property accordingly. Toggling the Style property of the control swaps the width/height dimensions, thus preventing the control from shrinking to a small square as in previous versions. Version 3.4: The Enable property has been added. I can't believe I overlooked that one. There is another zip file in the main zip file called FaderBW.zip. It is the same control as the main control except it does not have colored buttons. See the readme.txt in the zip file for more information. Version 3.3: A non-fatal calculation error that only occurred when changing the style and button size while in the IDE has been fixed. The slider now has colored buttons. Version 3.2: Thanks to ThePiper for pointing out a crash when using large values for Min/Max/Value. This has been fixed. Version 3.1: I cleaned up the ReDraw, DrawPicAtValue, and OneIncrement code. The original tick marks would draw every n pixels. I changed them to be evenly spaced apart. By setting the TickMarkCnt = Max - Min - 1, the slider will snap to the tick marks. Version 3.0: I added the Border on/off property, the Min property, corrected a minor bug in the border drawing procedure and added a little error checking when reading property values.

4_2005-2006 #160730
Special Folders

Ever wonder about the special folders in Windows XP or Vista? Folders like the user data, CD burning cache, and others? This program will get the actual paths to these folders, and you can explore the folder or copy the path to the clipboard.

5_2007-2008 #183247
Slider_Mixer_Control_Upgrade_3.5

The original author of this code is Mike Payne. Kenneth Foster expanded his work, adding the horizontal style and several more properties. Version 3.5: When drawing a new control, the code looks at the aspect ratio of the new control and sets the Style property accordingly. Toggling the Style property of the control swaps the width/height dimensions, thus preventing the control from shrinking to a small square as in previous versions. Version 3.4: The Enable property has been added. I can't believe I overlooked that one. There is another zip file in the main zip file called FaderBW.zip. It is the same control as the main control except it does not have colored buttons. See the readme.txt in the zip file for more information. Version 3.3: A non-fatal calculation error that only occurred when changing the style and button size while in the IDE has been fixed. The slider now has colored buttons. Version 3.2: Thanks to ThePiper for pointing out a crash when using large values for Min/Max/Value. This has been fixed. Version 3.1: I cleaned up the ReDraw, DrawPicAtValue, and OneIncrement code. The original tick marks would draw every n pixels. I changed them to be evenly spaced apart. By setting the TickMarkCnt = Max - Min - 1, the slider will snap to the tick marks. Version 3.0: I added the Border on/off property, the Min property, corrected a minor bug in the border drawing procedure and added a little error checking when reading property values.

5_2007-2008 #183248
Special Folders

Ever wonder about the special folders in Windows XP or Vista? Folders like the user data, CD burning cache, and others? This program will get the actual paths to these folders, and you can explore the folder or copy the path to the clipboard.

6_2008-2009 #205765
Slider_Mixer_Control_Upgrade_3.5

The original author of this code is Mike Payne. Kenneth Foster expanded his work, adding the horizontal style and several more properties. Version 3.5: When drawing a new control, the code looks at the aspect ratio of the new control and sets the Style property accordingly. Toggling the Style property of the control swaps the width/height dimensions, thus preventing the control from shrinking to a small square as in previous versions. Version 3.4: The Enable property has been added. I can't believe I overlooked that one. There is another zip file in the main zip file called FaderBW.zip. It is the same control as the main control except it does not have colored buttons. See the readme.txt in the zip file for more information. Version 3.3: A non-fatal calculation error that only occurred when changing the style and button size while in the IDE has been fixed. The slider now has colored buttons. Version 3.2: Thanks to ThePiper for pointing out a crash when using large values for Min/Max/Value. This has been fixed. Version 3.1: I cleaned up the ReDraw, DrawPicAtValue, and OneIncrement code. The original tick marks would draw every n pixels. I changed them to be evenly spaced apart. By setting the TickMarkCnt = Max - Min - 1, the slider will snap to the tick marks. Version 3.0: I added the Border on/off property, the Min property, corrected a minor bug in the border drawing procedure and added a little error checking when reading property values.

6_2008-2009 #205766
Special Folders

Ever wonder about the special folders in Windows XP or Vista? Folders like the user data, CD burning cache, and others? This program will get the actual paths to these folders, and you can explore the folder or copy the path to the clipboard.

7_2009-2012 #228283
Slider_Mixer_Control_Upgrade_3.5

The original author of this code is Mike Payne. Kenneth Foster expanded his work, adding the horizontal style and several more properties. Version 3.5: When drawing a new control, the code looks at the aspect ratio of the new control and sets the Style property accordingly. Toggling the Style property of the control swaps the width/height dimensions, thus preventing the control from shrinking to a small square as in previous versions. Version 3.4: The Enable property has been added. I can't believe I overlooked that one. There is another zip file in the main zip file called FaderBW.zip. It is the same control as the main control except it does not have colored buttons. See the readme.txt in the zip file for more information. Version 3.3: A non-fatal calculation error that only occurred when changing the style and button size while in the IDE has been fixed. The slider now has colored buttons. Version 3.2: Thanks to ThePiper for pointing out a crash when using large values for Min/Max/Value. This has been fixed. Version 3.1: I cleaned up the ReDraw, DrawPicAtValue, and OneIncrement code. The original tick marks would draw every n pixels. I changed them to be evenly spaced apart. By setting the TickMarkCnt = Max - Min - 1, the slider will snap to the tick marks. Version 3.0: I added the Border on/off property, the Min property, corrected a minor bug in the border drawing procedure and added a little error checking when reading property values.

7_2009-2012 #228284
Special Folders

Ever wonder about the special folders in Windows XP or Vista? Folders like the user data, CD burning cache, and others? This program will get the actual paths to these folders, and you can explore the folder or copy the path to the clipboard.

Languages
Top Categories
Global Discovery