Advertisement

Results for "Author: william w"

6_2008-2009 #216562
Service Commander 1.5

Why use the services manager and alter one service at a time when you can do them all with Service Commander? Back Up / Restore Service Profiles Start/Stop/Pause/Resume/Uninstall almost any windows service Change Service Type, Start Type, and Error Control for almost any windows service Tired of getting event log errors because you stopped a service from starting, change the error control to make it not post an error Includes Black Viper's Safe, Tweaked, and Barebone Service Profiles (www.blackviper.com) Even Includes Windows Xp Home and Pro Default Profiles so you can go back to a profile that works if you messed something up! Now With: Ascending/descending list sorting More code comments Resizable columns File info tooltips File date and info Dynamic scrollbars when window is smaller than lists Services found counter Services not found list Overwrite file prompt Command line save and restore Save and restore progress bar .1 Added Again :) New Features In 1.5!: Color Keys: Allow you to color item states in color of your choosing Click Options Choose colors by selecting a color box then choose your color Use Colored Text: Checked = Text is colored in the selected colors Unchecked = text is highlighted in the selected colors Search Columns: Right click on desired column choose 'Search This Column' Type in desired search text for the next item choose the next button Click 'Done' when finished More descriptive error messages! Change state box directly from menu without having to select state Change settings without more info window Numbers of Services Error, Changed, Not Changed, Not Found are now listed when restoring services Comments and votes are appreciated!

6_2008-2009 #216563
ADVANCED COMPILER AND LINKER

These Two Programs Allow you to have complete control over how your project is compiled and linked I originally had a linker in with my Make Windows DLL files submission this is newer than the linker helper provided with that Advanced linker allows you to: Change or add commands going to the linker to change the base address, file name, entry point, even make console programs, and change the version of windows your program will run on and just about everything else C++ lets you change. Advanced Compiler allows you to: Add or Remove Commands Going to the compiler to change to Multi Threaded applications, Processor optimizations, stack probes and just about everything C++ lets you change. Even an option to save all .obj and intermediate files from your program Well documented and brings up a switches window when you don't supply arguments, with all the possible switches you may use. Simply add CMDFILE.TXT to your programs directory to supply linker arguments. Add COMPFILE.TXT to your programs directory to add or remove Compiler arguments. Link makes a log of the linkers output and all commands sent before and after (use /Verbose in CMDFILE.TXT to see each pass) C2 Makes a log of the compiler Output and commands before and after for each file anytime COMPFILE.TXT is present in the programs directory and with the *-Save switch it'll save all files to a directory named 'Obj Files'. These programs just 'intercept' the commands to the linker and compiler from the IDE allowing you to change or add commands. Take Complete Control over your IDE today after compiling and adding the Linker and Compiler to your VB Directory (Rename C2.exe to C3.exe and Link.exe to LinkLnk.exe First!). Comments Appreciated!

6_2008-2009 #216564
New RoundedRect

No COMMERICAL USE RoundRectangle (Symmetric) William W. this roundrect function should work in windows 95 paths (WIN95=true) all the way to the present pretty darn fast comparable to the gdi Roundrect Function and its always symmetrical since it uses one arc of the ellipse for all the corners also the number of segments used to draw the corner can be specified otherwise they are calculated to be fast yet still good quality ONE Important Difference: While the GDI RoundRect is considered a filled shape This Roundrect fuction does NOT fill the shape drawn it only frames/outlines the shape if win95= true You use Polygon instead of polyline if you desire filled shapes to be drawn but you lose windows 95 path compatibility (WIN95=false) SEGMENTS you can overide this by specifying segments when calling this function otherwise its calculated Note if you have too few segments it may make shapes non-symmetric Remember when specifying segments its only for one corner so segments*4 Segments also can define quality from 0-3 above 3 segments and it defines the number of segments used to draw the figure 0=Low, 1=Med Low, 2=Med, 3= High, 4= 4 segments, 5= 5 segments, 6=...... I was looking for info on drawing Round Rectangles really could not find too much that would also work in Windows 95 I tried bezier curves but they were very hard to get perfectly symmetrical results due to the right/Bottom clipping in compatibility mode and frequently the edges were unsightly so heres my RoundRect that works in Windows 95 paths has customiziable segments and seems to output what the GDI RoundRect outputs but in a higher quality and most times faster try it out let me know if you like it sorrry to updaye so soon i found a math error that was giving weird results fixed also added a few things and optmized to the max compile it and you will really see the difference screen shot taken in IDE

6_2008-2009 #216565
Search Listview in any mode

Search a Listview in any mode (icon, list, report) searches a listview even the sub items are included Includes multiple selections (selects all matches throughout the listview) Case sensitive searches possible Restrict the search to a single column or search all columns(subitems) Fast enough to search through 20000 items as you type Upon initialization the items and subitems are appended to the tag property of each main item greatly speeding up the search. SearchListVw(Listview,Searchtext,Start,CaseSens,MultiSelect,RestrictedColumn) *Limitations* no whole word only searching no search direction (only top to bottom)

7_2009-2012 #239078
An Ole File Drop Example

this is just a OLE file drop example very simple and easy to understand drag and drop a file and select it from the list box. The name and path appears in the textbox upon selection

7_2009-2012 #239079
Active X DLL Made Into Windows DLL

Ever want to make Windows DLLs or Windows Control Panel Applets But stuck With VB Active X DLLs? Here is your answer: Now Includes: -.Def Maker Addin- Define Helper File Maker (Takes your exported functions and makes them defines for easier implementation) Def Maker (Allows you to choose routines to export) -Linker Helper- Lets you choose to make your DLL or CPL windows compatible Still allows the use of resource files Sample DLL and dll test app Info to make your DLL callable from any programming environment Updates: Fixed Decrement in Dll test app Fixed Sub Define Failure in define helper See orig. Article: http://www.windowsdevcenter.com/pub/a/windows/2005/04/26/create_dll.html?page=1

7_2009-2012 #239080
Service Commander 1.5

Why use the services manager and alter one service at a time when you can do them all with Service Commander? Back Up / Restore Service Profiles Start/Stop/Pause/Resume/Uninstall almost any windows service Change Service Type, Start Type, and Error Control for almost any windows service Tired of getting event log errors because you stopped a service from starting, change the error control to make it not post an error Includes Black Viper's Safe, Tweaked, and Barebone Service Profiles (www.blackviper.com) Even Includes Windows Xp Home and Pro Default Profiles so you can go back to a profile that works if you messed something up! Now With: Ascending/descending list sorting More code comments Resizable columns File info tooltips File date and info Dynamic scrollbars when window is smaller than lists Services found counter Services not found list Overwrite file prompt Command line save and restore Save and restore progress bar .1 Added Again :) New Features In 1.5!: Color Keys: Allow you to color item states in color of your choosing Click Options Choose colors by selecting a color box then choose your color Use Colored Text: Checked = Text is colored in the selected colors Unchecked = text is highlighted in the selected colors Search Columns: Right click on desired column choose 'Search This Column' Type in desired search text for the next item choose the next button Click 'Done' when finished More descriptive error messages! Change state box directly from menu without having to select state Change settings without more info window Numbers of Services Error, Changed, Not Changed, Not Found are now listed when restoring services Comments and votes are appreciated!

7_2009-2012 #239081
ADVANCED COMPILER AND LINKER

These Two Programs Allow you to have complete control over how your project is compiled and linked I originally had a linker in with my Make Windows DLL files submission this is newer than the linker helper provided with that Advanced linker allows you to: Change or add commands going to the linker to change the base address, file name, entry point, even make console programs, and change the version of windows your program will run on and just about everything else C++ lets you change. Advanced Compiler allows you to: Add or Remove Commands Going to the compiler to change to Multi Threaded applications, Processor optimizations, stack probes and just about everything C++ lets you change. Even an option to save all .obj and intermediate files from your program Well documented and brings up a switches window when you don't supply arguments, with all the possible switches you may use. Simply add CMDFILE.TXT to your programs directory to supply linker arguments. Add COMPFILE.TXT to your programs directory to add or remove Compiler arguments. Link makes a log of the linkers output and all commands sent before and after (use /Verbose in CMDFILE.TXT to see each pass) C2 Makes a log of the compiler Output and commands before and after for each file anytime COMPFILE.TXT is present in the programs directory and with the *-Save switch it'll save all files to a directory named 'Obj Files'. These programs just 'intercept' the commands to the linker and compiler from the IDE allowing you to change or add commands. Take Complete Control over your IDE today after compiling and adding the Linker and Compiler to your VB Directory (Rename C2.exe to C3.exe and Link.exe to LinkLnk.exe First!). Comments Appreciated!

7_2009-2012 #239082
New RoundedRect

No COMMERICAL USE RoundRectangle (Symmetric) William W. this roundrect function should work in windows 95 paths (WIN95=true) all the way to the present pretty darn fast comparable to the gdi Roundrect Function and its always symmetrical since it uses one arc of the ellipse for all the corners also the number of segments used to draw the corner can be specified otherwise they are calculated to be fast yet still good quality ONE Important Difference: While the GDI RoundRect is considered a filled shape This Roundrect fuction does NOT fill the shape drawn it only frames/outlines the shape if win95= true You use Polygon instead of polyline if you desire filled shapes to be drawn but you lose windows 95 path compatibility (WIN95=false) SEGMENTS you can overide this by specifying segments when calling this function otherwise its calculated Note if you have too few segments it may make shapes non-symmetric Remember when specifying segments its only for one corner so segments*4 Segments also can define quality from 0-3 above 3 segments and it defines the number of segments used to draw the figure 0=Low, 1=Med Low, 2=Med, 3= High, 4= 4 segments, 5= 5 segments, 6=...... I was looking for info on drawing Round Rectangles really could not find too much that would also work in Windows 95 I tried bezier curves but they were very hard to get perfectly symmetrical results due to the right/Bottom clipping in compatibility mode and frequently the edges were unsightly so heres my RoundRect that works in Windows 95 paths has customiziable segments and seems to output what the GDI RoundRect outputs but in a higher quality and most times faster try it out let me know if you like it sorrry to updaye so soon i found a math error that was giving weird results fixed also added a few things and optmized to the max compile it and you will really see the difference screen shot taken in IDE

7_2009-2012 #239083
Search Listview in any mode

Search a Listview in any mode (icon, list, report) searches a listview even the sub items are included Includes multiple selections (selects all matches throughout the listview) Case sensitive searches possible Restrict the search to a single column or search all columns(subitems) Fast enough to search through 20000 items as you type Upon initialization the items and subitems are appended to the tag property of each main item greatly speeding up the search. SearchListVw(Listview,Searchtext,Start,CaseSens,MultiSelect,RestrictedColumn) *Limitations* no whole word only searching no search direction (only top to bottom)

Languages
Top Categories
Global Discovery