Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Links to VB Code Examples and Downloads (S to Z)

Code Links

Links to VB Code Examples and Downloads (S to Z)

by  Alt255  Posted    (Edited  )
_________________________________________________________________________________________________
[color red]Links: "Services" to "WinHelp"[/color]
_________________________________________________________________________________________________
If you have any useful links to contribute, email them to me. I will merge them with the other links and note your contributions. Comments regarding ways to organize this FAQ and make it easier to use are also appreciated.
(Note that links listed without a description consist of general "how to" discussions.)
[color red]FAQ Collaborators:[/color]
[tab]Alt255
[tab](Your handle belongs here)

[color red]Web Sites Linked to This FAQ[/color]
[tab]http://www.andreavb.f2s.com/
[tab]http://blackbeltvb.com/
[tab]http://www.vbapi.com/
[tab]http://www.vbexplorer.com/
[tab]http://www.vbsquare.com/
[tab]http://www.vbworld.com/

Contents of faq222-288... Links to VB Code Examples and Downloads (S to Z)
[tab]Services
[tab]Shell
[tab]Strings
[tab]Synchronization
[tab]System Information
[tab]Time
[tab]Timers
[tab]Tool Help
[tab]Users and Usage
[tab]Visual Basic IDE
[tab]Window Classes
[tab]Window Procedures
[tab]Window Properties
[tab]Windows
[tab]Win Help
Contents of faq222-283... Links to VB Code Examples and Downloads (A to E)
[tab]Accessibility
[tab]Add-Ins
[tab]API Basics
[tab]CD-ROM
[tab]Clipboard
[tab]COM
[tab]Computer
[tab]Common Dialog
[tab]Controls
[tab]Control Panel
[tab]Database
[tab]Desktop and Start Menu
[tab]Devices
[tab]Display
[tab]Encryption
[tab]Errors
Contents of faq222-286... Links to VB Code Examples and Downloads (F to I)
[tab]File System
[tab]Fonts & Text
[tab]Handles
[tab]HTML
[tab]Icons
[tab]INI Files
[tab]Input Devices (Keyboard/Mouse/Joystick)
[tab]Internet
Contents of faq222-287... Links to VB Code Examples and Downloads (J to R)
[tab]Math
[tab]Memory
[tab]Menus
[tab]Messages
[tab]Miscellanous API
[tab]Miscellaneous Functions
[tab]MS-Office
[tab]Multimedia
[tab]National Language Support
[tab]Network
[tab]Number Systems
[tab]Objects
[tab]OO Development
[tab]OOP
[tab]Passwords
[tab]Ports
[tab]Processes & Threads
[tab]Printers and Printing
[tab]Plugins
[tab]Random numbers
[tab]Registry

[color red]Services[/color]
[tab]Control NT services http://www.andreavb.f2s.com/tip060002.html
[tab]Enumerate services (NT WS) http://www.andreavb.f2s.com/tip060005.html[tab]
[tab]Shutdown Win9x
[tab][tab]http://www.andreavb.f2s.com/tip020002.html
[tab][tab]http://www.vb-world.net/api/tip12.html
[tab][tab]http://www.vbworld.com/demos/exitwindows/
[tab]ExitWindowsEx http://www.vbapi.com/ref/e/exitwindowsex.html[tab]
[tab]Shutdown WinNT http://www.andreavb.f2s.com/tip060003.html
[tab]Shutdown remote (NT) http://www.andreavb.f2s.com/tip060004.html
[color red]Shell[/color]
[tab]API Calls
[tab][tab]ExitWindowsDialog http://www.vbapi.com/ref/e/exitwindowsdialog.html
[tab][tab]PickIconDlg http://www.vbapi.com/ref/p/pickicondlg.html
[tab][tab]RestartDialog http://www.vbapi.com/ref/r/restartdialog.html
[tab][tab]SHAddToRecentDocs http://www.vbapi.com/ref/s/shaddtorecentdocs.html
[tab][tab]SHBrowseForFolder http://www.vbapi.com/ref/s/shbrowseforfolder.html
[tab][tab]Shell_NotifyIcon http://www.vbapi.com/ref/s/shell_notifyicon.html
[tab][tab]ShellExecute http://www.vbapi.com/ref/s/shellexecute.html
[tab][tab]ShellExecuteEx http://www.vbapi.com/ref/s/shellexecuteex.html
[tab][tab]SHEmptyRecycleBin http://www.vbapi.com/ref/s/shemptyrecyclebin.html
[tab][tab]SHFileOperation http://www.vbapi.com/ref/s/shfileoperation.html
[tab][tab]SHFreeNameMappings http://www.vbapi.com/ref/s/shfreenamemappings.html
[tab][tab]SHGetFileInfo http://www.vbapi.com/ref/s/shgetfileinfo.html
[tab][tab]SHGetFolderLocation http://www.vbapi.com/ref/s/shgetfolderlocation.html
[tab][tab]SHGetFolderPath http://www.vbapi.com/ref/s/shgetfolderpath.html
[tab][tab]SHGetPathFromIDList http://www.vbapi.com/ref/s/shgetpathfromidlist.html
[tab][tab]SHGetSpecialFolderLocation http://www.vbapi.com/ref/s/shgetspecialfolderlocation.html
[tab][tab]SHGetSpecialFolderPath http://www.vbapi.com/ref/s/shgetspecialfolderpath.html
[tab][tab]SHQueryRecycleBin http://www.vbapi.com/ref/s/shqueryrecyclebin.html
[tab][tab]SHUpdateRecycleBinIcon http://www.vbapi.com/ref/s/shupdaterecyclebinicon.html
[tab]Shell and wait to finish
[tab][tab]http://blackbeltvb.com/free/shellwat.htm
[tab][tab]http://www.andreavb.f2s.com/tip020004.html
[tab][tab]http://www.vb-world.net/api/tip5.html
[color red]Strings[/color]
[tab]http://www.vbexplorer.com/focus/strings_tutorial.asp
[tab]http://blackbeltvb.com/free/parseit.htm
[tab]http://www.vbworld.com/demos/parsestring/
[tab]API Calls
[tab][tab]CharLower http://www.vbapi.com/ref/c/charlower.html
[tab][tab]CharUpper http://www.vbapi.com/ref/c/charupper.html
[tab][tab]CompareString http://www.vbapi.com/ref/c/comparestring.html
[tab][tab]lstrcmp http://www.vbapi.com/ref/l/lstrcmp.html
[tab][tab]lstrcmpi http://www.vbapi.com/ref/l/lstrcmpi.html
[tab][tab]lstrcpy http://www.vbapi.com/ref/l/lstrcpy.html
[tab][tab]lstrcpyn http://www.vbapi.com/ref/l/lstrcpyn.html
[tab][tab]lstrlen http://www.vbapi.com/ref/l/lstrlen.html
[color red]Synchronization[/color]
[tab]API Calls
[tab][tab]WaitForSingleObject http://www.vbapi.com/ref/w/waitforsingleobject.html
[color red]System Information[/color]
[tab]API Calls
[tab][tab]GetComputerName http://www.vbapi.com/ref/g/getcomputername.html
[tab][tab]GetSysColor http://www.vbapi.com/ref/g/getsyscolor.html
[tab][tab]GetSystemDirectory http://www.vbapi.com/ref/g/getsystemdirectory.html
[tab][tab]GetTempPath http://www.vbapi.com/ref/g/gettemppath.html
[tab][tab]GetUserName http://www.vbapi.com/ref/g/getusername.html
[tab][tab]GetVersionEx http://www.vbapi.com/ref/g/getversionex.html
[tab][tab]GetWindowsDirectory http://www.vbapi.com/ref/g/getwindowsdirectory.html
[tab][tab]SetSysColors http://www.vbapi.com/ref/s/setsyscolors.html
[tab]Processor http://www.andreavb.f2s.com/tip020012.html
[tab]Get the Windows platform
[tab][tab]http://www.andreavb.f2s.com/tip020005.html
[tab][tab]http://www.vbworld.com/demos/windows/
[tab]See how long Windows has been running http://www.vb-world.net/api/tip14.html
[tab]Get the start-up mode http://www.vb-world.net/api/tip77.html
[color red]Time[/color]
[tab]API Calls
[tab][tab]CompareFileTime http://www.vbapi.com/ref/c/comparefiletime.html
[tab][tab]FileTimeToLocalFileTime http://www.vbapi.com/ref/f/filetimetolocalfiletime.html
[tab][tab]FileTimeToSystemTime http://www.vbapi.com/ref/f/filetimetosystemtime.html
[tab][tab]GetLocalTime http://www.vbapi.com/ref/g/getlocaltime.html
[tab][tab]GetSystemTime http://www.vbapi.com/ref/g/getsystemtime.html
[tab][tab]GetSystemTimeAsFileTime http://www.vbapi.com/ref/g/getsystemtimeasfiletime.html
[tab][tab]GetTickCount http://www.vbapi.com/ref/g/gettickcount.html
[tab][tab]GetTimeZoneInformation http://www.vbapi.com/ref/g/gettimezoneinformation.html
[tab][tab]LocalFileTimeToFileTime http://www.vbapi.com/ref/l/localfiletimetofiletime.html
[tab][tab]SetSystemTime http://www.vbapi.com/ref/s/setsystemtime.html
[tab][tab]SystemTimeToFileTime http://www.vbapi.com/ref/s/systemtimetofiletime.html
[color red]Timers[/color]
[tab]API Calls
[tab][tab]KillTimer http://www.vbapi.com/ref/k/killtimer.html
[tab][tab]QueryPerformanceCounter http://www.vbapi.com/ref/q/queryperformancecounter.html
[tab][tab]QueryPerformanceFrequency http://www.vbapi.com/ref/q/queryperformancefrequency.html
[tab][tab]SetTimer http://www.vbapi.com/ref/s/settimer.html
[color red]Tool Help[/color]
[tab]API Calls
[tab][tab]CreateToolhelp32Snapshot http://www.vbapi.com/ref/c/createtoolhelp32snapshot.html
[tab][tab]Process32First http://www.vbapi.com/ref/p/process32first.html
[tab][tab]Process32Next http://www.vbapi.com/ref/p/process32next.html
[color red]Users and Usage[/color]
[tab]Automatic (NT) logon http://www.andreavb.f2s.com/tip080002.html
[tab]Get user name
[tab][tab]http://www.andreavb.f2s.com/tip020008.html
[tab][tab]http://www.vb-world.net/api/tip20.html
[tab]Enumerate logged on users (NT) http://www.andreavb.f2s.com/tip060006.html
[tab]Enumerate domain & local users (NT) http://www.andreavb.f2s.com/tip060001.html
[tab]Logging usage http://www.vb-world.net/api/tip120.html
[tab]Logging executable usage http://www.vb-world.net/api/tip121.html
[color red]Visual Basic IDE[/color]
[tab]See if app is running in IDE http://www.vbworld.com/api/tip506.html
[color red]Window Classes[/color]
[tab]API Calls
[tab][tab]GetClassInfo http://www.vbapi.com/ref/g/getclassinfo.html
[tab][tab]GetClassInfoEx http://www.vbapi.com/ref/g/getclassinfoex.html
[tab][tab]GetClassLong http://www.vbapi.com/ref/g/getclasslong.html
[tab][tab]GetClassName http://www.vbapi.com/ref/g/getclassname.html
[tab][tab]GetWindowLong http://www.vbapi.com/ref/g/getwindowlong.html
[tab][tab]RegisterClass http://www.vbapi.com/ref/r/registerclass.html
[tab][tab]RegisterClassEx http://www.vbapi.com/ref/r/registerclassex.html
[tab][tab]SetClassLong http://www.vbapi.com/ref/s/setclasslong.html
[tab][tab]SetWindowLong http://www.vbapi.com/ref/s/setwindowlong.html
[tab][tab]UnregisterClass http://www.vbapi.com/ref/u/unregisterclass.html
[color red]Window Procedures[/color]
[tab]API Calls
[tab][tab]CallWindowProc http://www.vbapi.com/ref/c/callwindowproc.html
[tab][tab]DefWindowProc http://www.vbapi.com/ref/d/defwindowproc.html
[color red]Window Properties[/color]
[tab]API Calls
[tab][tab]EnumPropsEx http://www.vbapi.com/ref/e/enumpropsex.html
[tab][tab]GetProp http://www.vbapi.com/ref/g/getprop.html
[tab][tab]RemoveProp http://www.vbapi.com/ref/r/removeprop.html
[tab][tab]SetProp http://www.vbapi.com/ref/s/setprop.html
[color red]Windows[/color]
[tab]API Calls
[tab][tab]BringWindowToTop http://www.vbapi.com/ref/b/bringwindowtotop.html
[tab][tab]CreateWindowEx http://www.vbapi.com/ref/c/createwindowex.html
[tab][tab]DestroyWindow http://www.vbapi.com/ref/d/destroywindow.html
[tab][tab]EnableWindow http://www.vbapi.com/ref/e/enablewindow.html
[tab][tab]EnumChildWindows http://www.vbapi.com/ref/e/enumchildwindows.html
[tab][tab]EnumThreadWindows http://www.vbapi.com/ref/e/enumthreadwindows.html
[tab][tab]EnumWindows http://www.vbapi.com/ref/e/enumwindows.html
[tab][tab]FindWindow http://www.vbapi.com/ref/f/findwindow.html
[tab][tab]FindWindowEx http://www.vbapi.com/ref/f/findwindowex.html
[tab][tab]FlashWindow http://www.vbapi.com/ref/f/flashwindow.html
[tab][tab]GetActiveWindow http://www.vbapi.com/ref/g/getactivewindow.html
[tab][tab]GetDesktopWindow http://www.vbapi.com/ref/g/getdesktopwindow.html
[tab][tab]GetForegroundWindow http://www.vbapi.com/ref/g/getforegroundwindow.html
[tab][tab]GetParent http://www.vbapi.com/ref/g/getparent.html
[tab][tab]GetTopWindow http://www.vbapi.com/ref/g/gettopwindow.html
[tab][tab]GetWindow http://www.vbapi.com/ref/g/getwindow.html
[tab][tab]GetWindowRect http://www.vbapi.com/ref/g/getwindowrect.html
[tab][tab]GetWindowText http://www.vbapi.com/ref/g/getwindowtext.html
[tab][tab]GetWindowTextLength http://www.vbapi.com/ref/g/getwindowtextlength.html
[tab][tab]GetWindowThreadProcessId http://www.vbapi.com/ref/g/getwindowthreadprocessid.html
[tab][tab]IsChild http://www.vbapi.com/ref/i/ischild.html
[tab][tab]IsIconic http://www.vbapi.com/ref/i/isiconic.html
[tab][tab]IsWindow http://www.vbapi.com/ref/i/iswindow.html
[tab][tab]IsWindowEnabled http://www.vbapi.com/ref/i/iswindowenabled.html
[tab][tab]IsZoomed http://www.vbapi.com/ref/i/iszoomed.html
[tab][tab]MoveWindow http://www.vbapi.com/ref/m/movewindow.html
[tab][tab]SetActiveWindow http://www.vbapi.com/ref/s/setactivewindow.html
[tab][tab]SetForegroundWindow http://www.vbapi.com/ref/s/setforegroundwindow.html
[tab][tab]SetParent http://www.vbapi.com/ref/s/setparent.html
[tab][tab]SetWindowPos http://www.vbapi.com/ref/s/setwindowpos.html
[tab][tab]SetWindowText http://www.vbapi.com/ref/s/setwindowtext.html
[tab][tab]ShowWindow http://www.vbapi.com/ref/s/showwindow.html
[tab][tab]WindowFromPoint http://www.vbapi.com/ref/w/windowfrompoint.html
[tab]Always on top
[tab][tab]http://blackbeltvb.com/free/ontop.htm
[tab][tab]http://www.vb-world.net/api/tip4.html
[tab]Disable minimize button http://blackbeltvb.com/free/nomin.htm
[tab]Regions http://www.vbworld.com/demos/winrgn/[tab]
[tab]View Class name & text http://blackbeltvb.com/free/classspy.htm
[color red]Win Help[/color]
[tab]http://www.vbexplorer.com/winhelpapi.asp
[tab]http://www.vbworld.com/api/helpapi/
[tab]http://www.vb-world.net/api/helpapi/
[tab]API Calls
[tab][tab]WinHelp http://www.vbapi.com/ref/w/winhelp.html

(A to E faq222-283) (F to I faq222-286) (J to R faq222-287)
Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top