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 (J to R)

Code Links

Links to VB Code Examples and Downloads (J to R)

by  Alt255  Posted    (Edited  )
_________________________________________________________________________________________________
[color red]Links: "Math" to "Registry"[/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-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
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

[color red]Math[/color]
[tab]API Calls
[tab][tab]MulDiv http://www.vbapi.com/ref/m/muldiv.html
[color red]Memory[/color]
[tab]API Calls
[tab][tab]CopyMemory http://www.vbapi.com/ref/c/copymemory.html
[tab][tab]FillMemory http://www.vbapi.com/ref/f/fillmemory.html
[tab][tab]GlobalAlloc http://www.vbapi.com/ref/g/globalalloc.html
[tab][tab]GlobalFree http://www.vbapi.com/ref/g/globalfree.html
[tab][tab]GlobalLock http://www.vbapi.com/ref/g/globallock.html
[tab][tab]GlobalMemoryStatus http://www.vbapi.com/ref/g/globalmemorystatus.html
[tab][tab]GlobalMemoryStatusEx http://www.vbapi.com/ref/g/globalmemorystatusex.html
[tab][tab]GlobalUnlock http://www.vbapi.com/ref/g/globalunlock.html
[tab][tab]MoveMemory http://www.vbapi.com/ref/m/movememory.html
[tab][tab]ZeroMemory http://www.vbapi.com/ref/z/zeromemory.html
[tab]Getting the free memory http://www.vb-world.net/api/tip112.html
[color red]Menus[/color]
[tab]http://blackbeltvb.com/free/dynamenu.htm
[tab]API Calls
[tab][tab]CreatePopupMenu http://www.vbapi.com/ref/c/createpopupmenu.html
[tab][tab]DestroyMenu http://www.vbapi.com/ref/d/destroymenu.html
[tab][tab]GetMenu http://www.vbapi.com/ref/g/getmenu.html
[tab][tab]GetMenuItemCount http://www.vbapi.com/ref/g/getmenuitemcount.html
[tab][tab]GetMenuItemInfo http://www.vbapi.com/ref/g/getmenuiteminfo.html
[tab][tab]GetSystemMenu http://www.vbapi.com/ref/g/getsystemmenu.html
[tab][tab]InsertMenuItem http://www.vbapi.com/ref/i/insertmenuitem.html
[tab][tab]SetMenuItemInfo http://www.vbapi.com/ref/s/setmenuiteminfo.html
[tab][tab]TrackPopupMenu http://www.vbapi.com/ref/t/trackpopupmenu.html
[tab][tab]TrackPopupMenuEx http://www.vbapi.com/ref/t/trackpopupmenuex.html
[tab]Adding bitmaps http://www.vb-world.net/api/tip64.html
[tab]Display menu status http://blackbeltvb.com/free/menustat.htm
[tab]Popup menus
[tab][tab]http://blackbeltvb.com/free/coolmenu.htm
[tab][tab]http://blackbeltvb.com/free/systray2.htm
[tab][tab]http://blackbeltvb.com/free/webbmenu.htm
[tab]Selecting items in other programs http://blackbeltvb.com/free/menusel.htm
[tab]Getting system menu items http://blackbeltvb.com/free/menusels.htm
[tab]Creating a toolbar http://www.vbexplorer.com/vb_feature/july2000/july2000.asp
[tab]Dockable toolbar http://www.vbsquare.com/controls/dockablebar/
[tab]Create Office 97 style toolbar http://www.vbworld.com/activex/tip63.html
[tab]Subclassing http://www.vbworld.com/demos/subclassmenus/
[tab]Show status messages http://www.vbsquare.com/controls/tip419.html
[color red]Messages[/color]
[tab]API Calls
[tab][tab]SendMessage http://www.vbapi.com/ref/s/sendmessage.html
[color red]Miscellanous API[/color]
[tab]Create a console application http://www.vbworld.com/api/console/[tab]
[tab]Sleep http://www.vbapi.com/ref/s/sleep.html
[color red]Miscellaneous Functions[/color]
[tab]Latitude and Longitude http://blackbeltvb.com/free/latlong.htm
[color red]MS-Office[/color]
[tab]Access
[tab][tab]http://www.vbexplorer.com/library/access01.asp
[tab][tab]Dealing with null strings http://www.vbworld.com/databases/tip42.html
[tab]Word
[tab][tab]Spell check http://www.vbworld.com/activex/tip81.html
[tab][tab]Creating reports http://www.vbworld.com/activex/wordreportsdemo/
[tab]Detect and run MS-Office apps
[tab][tab] http://www.vb-world.net/api/tip468.html
[tab][tab] http://www.vbexplorer.com/office_vb.asp
[color red]Multimedia[/color]
[tab]http://www.vbexplorer.com/library/winmm.htm
[tab]Media Control Interface (MCI) API Calls
[tab][tab]mciGetErrorString http://www.vbapi.com/ref/m/mcigeterrorstring.html
[tab][tab]mciSendString http://www.vbapi.com/ref/m/mcisendstring.html
[tab]Graphics
[tab][tab]Animation
[tab][tab][tab]http://www.vbexplorer.com/gdi.asp
[tab][tab][tab]Pixels http://blackbeltvb.com/free/getpixel.htm
[tab][tab]Basics
[tab][tab][tab]http://www.vbexplorer.com/library/graphics.htm
[tab][tab][tab]http://blackbeltvb.com/free/mcisamp.htm
[tab][tab][tab]http://blackbeltvb.com/free/mdibackg.htm
[tab][tab][tab]http://www.vbworld.com/graphics/vbgraphics/
[tab][tab]BitBlit http://www.vbexplorer.com/library/bitbltprimer.htm
[tab][tab]Bitmaps (API Calls)
[tab][tab][tab]BitBlt http://www.vbapi.com/ref/b/bitblt.html
[tab][tab][tab]ExtFloodFill http://www.vbapi.com/ref/e/extfloodfill.html
[tab][tab][tab]GetPixel http://www.vbapi.com/ref/g/getpixel.html
[tab][tab][tab]SetPixel http://www.vbapi.com/ref/s/setpixel.html
[tab][tab][tab]SetPixelV http://www.vbapi.com/ref/s/setpixelv.html
[tab][tab][tab]StretchBlt http://www.vbapi.com/ref/s/stretchblt.html
[tab][tab]Brushes (API Calls)
[tab][tab][tab]CreateHatchBrush http://www.vbapi.com/ref/c/createhatchbrush.html
[tab][tab][tab]CreateSolidBrush http://www.vbapi.com/ref/c/createsolidbrush.html
[tab][tab][tab]GetBrushOrgEx http://www.vbapi.com/ref/g/getbrushorgex.html
[tab][tab][tab]SetBrushOrgEx http://www.vbapi.com/ref/s/setbrushorgex.html
[tab][tab]Direct3d http://www.vbexplorer.com/vb_feature/nov2000/d3d_Index.asp
[tab][tab]Figures (API Calls)
[tab][tab][tab]AngleArc http://www.vbapi.com/ref/a/anglearc.html
[tab][tab][tab]Arc http://www.vbapi.com/ref/a/arc.html
[tab][tab][tab]ArcTo http://www.vbapi.com/ref/a/arcto.html
[tab][tab][tab]Chord http://www.vbapi.com/ref/c/chord.html
[tab][tab][tab]Ellipse http://www.vbapi.com/ref/e/ellipse.html
[tab][tab][tab]FillRect http://www.vbapi.com/ref/f/fillrect.html
[tab][tab][tab]FrameRect http://www.vbapi.com/ref/f/framerect.html
[tab][tab][tab]GetArcDirection http://www.vbapi.com/ref/g/getarcdirection.html
[tab][tab][tab]InvertRect http://www.vbapi.com/ref/i/invertrect.html
[tab][tab][tab]LineTo http://www.vbapi.com/ref/l/lineto.html
[tab][tab][tab]MoveToEx http://www.vbapi.com/ref/m/movetoex.html
[tab][tab][tab]Pie http://www.vbapi.com/ref/p/pie.html
[tab][tab][tab]PolyBezier http://www.vbapi.com/ref/p/polybezier.html
[tab][tab][tab]PolyBezierTo http://www.vbapi.com/ref/p/polybezierto.html
[tab][tab][tab]Polyline http://www.vbapi.com/ref/p/polyline.html
[tab][tab][tab]PolylineTo http://www.vbapi.com/ref/p/polylineto.html
[tab][tab][tab]PolyPolyline http://www.vbapi.com/ref/p/polypolyline.html
[tab][tab][tab]Polygon http://www.vbapi.com/ref/p/polygon.html
[tab][tab][tab]PolyPolygon http://www.vbapi.com/ref/p/polypolygon.html
[tab][tab][tab]Rectangle http://www.vbapi.com/ref/r/rectangle.html
[tab][tab][tab]RoundRect http://www.vbapi.com/ref/r/roundrect.html
[tab][tab][tab]SetArcDirection http://www.vbapi.com/ref/s/setarcdirection.html
[tab][tab]Painting & Drawing (API Calls)
[tab][tab][tab]GetWindowRgn http://www.vbapi.com/ref/g/getwindowrgn.html
[tab][tab][tab]SetWindowRgn http://www.vbapi.com/ref/s/setwindowrgn.html
[tab][tab]Pens (API Calls)
[tab][tab][tab]CreatePen http://www.vbapi.com/ref/c/createpen.html
[tab][tab][tab]CreatePenIndirect http://www.vbapi.com/ref/c/createpenindirect.html
[tab][tab]Rectangles (API Calls)
[tab][tab][tab]CopyRect http://www.vbapi.com/ref/c/copyrect.html
[tab][tab][tab]EqualRect http://www.vbapi.com/ref/e/equalrect.html
[tab][tab][tab]InflateRect http://www.vbapi.com/ref/i/inflaterect.html
[tab][tab][tab]IntersectRect http://www.vbapi.com/ref/i/intersectrect.html
[tab][tab][tab]IsRectEmpty http://www.vbapi.com/ref/i/isrectempty.html
[tab][tab][tab]OffsetRect http://www.vbapi.com/ref/o/offsetrect.html
[tab][tab][tab]PtInRect http://www.vbapi.com/ref/p/ptinrect.html
[tab][tab][tab]SetRect http://www.vbapi.com/ref/s/setrect.html
[tab][tab][tab]SetRectEmpty http://www.vbapi.com/ref/s/setrectempty.html
[tab][tab][tab]SubtractRect http://www.vbapi.com/ref/s/subtractrect.html
[tab][tab][tab]UnionRect http://www.vbapi.com/ref/u/unionrect.html
[tab][tab]Regions (API Calls)
[tab][tab][tab]CombineRgn http://www.vbapi.com/ref/c/combinergn.html
[tab][tab][tab]CreateEllipticRgn http://www.vbapi.com/ref/c/createellipticrgn.html
[tab][tab][tab]CreateEllipticRgnIndirect http://www.vbapi.com/ref/c/createellipticrgnindirect.html
[tab][tab][tab]CreatePolygonRgn http://www.vbapi.com/ref/c/createpolygonrgn.html
[tab][tab][tab]CreatePolyPolygonRgn http://www.vbapi.com/ref/c/createpolypolygonrgn.html
[tab][tab][tab]CreateRectRgn http://www.vbapi.com/ref/c/createrectrgn.html
[tab][tab][tab]CreateRectRgnIndirect http://www.vbapi.com/ref/c/createrectrgnindirect.html
[tab][tab][tab]CreateRoundRectRgn http://www.vbapi.com/ref/c/createroundrectrgn.html
[tab][tab][tab]EqualRgn http://www.vbapi.com/ref/e/equalrgn.html
[tab][tab][tab]FillRgn http://www.vbapi.com/ref/f/fillrgn.html
[tab][tab][tab]FrameRgn http://www.vbapi.com/ref/f/framergn.html
[tab][tab][tab]GetPolyFillMode http://www.vbapi.com/ref/g/getpolyfillmode.html
[tab][tab][tab]GetRgnBox http://www.vbapi.com/ref/g/getrgnbox.html
[tab][tab][tab]InvertRgn http://www.vbapi.com/ref/i/invertrgn.html
[tab][tab][tab]OffsetRgn http://www.vbapi.com/ref/o/offsetrgn.html
[tab][tab][tab]PtInRegion http://www.vbapi.com/ref/p/ptinregion.html
[tab][tab][tab]RectInRegion http://www.vbapi.com/ref/r/rectinregion.html
[tab][tab][tab]SetPolyFillMode http://www.vbapi.com/ref/s/setpolyfillmode.html
[tab][tab]Miscellaneous
[tab][tab][tab]Move image [tab]http://blackbeltvb.com/free/picmove.htm
[tab][tab][tab]Rotate Image http://blackbeltvb.com/free/picrotat.htm
[tab][tab]Working with regions
[tab][tab] [tab]http://blackbeltvb.com/free/regions.htm
[tab][tab][tab]Transparent regions
[tab][tab][tab][tab]http://blackbeltvb.com/free/edgescan.htm
[tab][tab][tab][tab]http://blackbeltvb.com/free/flicker.htm
[tab][tab][tab]Forms http://blackbeltvb.com/free/scrnback.htm
[tab][tab][tab]Wireframes http://blackbeltvb.com/free/rotate.htm
[tab]Sound
[tab][tab]Audio (API Calls)
[tab][tab][tab]auxGetDevCaps http://www.vbapi.com/ref/a/auxgetdevcaps.html
[tab][tab][tab]auxGetNumDevs http://www.vbapi.com/ref/a/auxgetnumdevs.html
[tab][tab][tab]auxGetVolume http://www.vbapi.com/ref/a/auxgetvolume.html
[tab][tab][tab]auxSetVolume http://www.vbapi.com/ref/a/auxsetvolume.html
[tab][tab][tab]PlaySound http://www.vbapi.com/ref/p/playsound.html
[tab][tab][tab]sndPlaySound http://www.vbapi.com/ref/s/sndplaysound.html
[tab][tab][tab]waveOutGetDevCaps http://www.vbapi.com/ref/w/waveoutgetdevcaps.html
[tab][tab][tab]waveOutGetNumDevs http://www.vbapi.com/ref/w/waveoutgetnumdevs.html
[tab][tab][tab]waveOutGetVolume http://www.vbapi.com/ref/w/waveoutgetvolume.html
[tab][tab][tab]waveOutSetVolume http://www.vbapi.com/ref/w/waveoutsetvolume.html
[tab][tab]Wavs
[tab][tab][tab]http://www.vbexplorer.com/sound.asp
[tab][tab][tab]http://blackbeltvb.com/free/sndplay.htm
[tab][tab][tab]http://blackbeltvb.com/free/sndres.htm
[tab][tab][tab]http://blackbeltvb.com/free/wavpitch.htm
[tab][tab][tab]http://blackbeltvb.com/free/cdrecord.htm
[tab][tab][tab]http://www.vbworld.com/demos/sound/
[tab]MDI
[tab][tab]http://blackbeltvb.com/free/midinote.htm
[tab]MP3
[tab][tab]http://www.vbworld.com/graphics/tip507.html
[color red]National Language Support[/color]
[tab]API Calls
[tab][tab]GetCurrencyFormat http://www.vbapi.com/ref/g/getcurrencyformat.html
[tab][tab]GetDateFormat http://www.vbapi.com/ref/g/getdateformat.html
[tab][tab]GetNumberFormat http://www.vbapi.com/ref/g/getnumberformat.html
[tab][tab]GetThreadLocale http://www.vbapi.com/ref/g/getthreadlocale.html
[tab][tab]GetTimeFormat http://www.vbapi.com/ref/g/gettimeformat.html
[tab][tab]SetThreadLocale http://www.vbapi.com/ref/s/setthreadlocale.html
[color red]Network[/color]
[tab]DialUp Network http://blackbeltvb.com/free/dun.htm
[tab]General TCP/IP http://www.vbexplorer.com/reports.html
[tab]Connect/Disconnect network drive http://www.andreavb.f2s.com/tip030017.html
[tab]Mapping Network Resources http://blackbeltvb.com/free/wnet.htm
[tab]Get Primary Domain Controller http://www.andreavb.f2s.com/tip100006.html
[tab]Get time & date on domain http://www.andreavb.f2s.com/tip100005.html
[tab]Load default browser http://www.andreavb.f2s.com/tip100004.html
[tab]Control Winsock connection http://www.andreavb.f2s.com/tip100003.html
[tab]Terminate active RAS connections http://www.andreavb.f2s.com/tip100001.html
[tab]Winsock (API Calls)
[tab][tab]gethostbyaddr http://www.vbapi.com/ref/g/gethostbyaddr.html
[tab][tab]gethostbyname http://www.vbapi.com/ref/g/gethostbyname.html
[tab][tab]gethostname http://www.vbapi.com/ref/g/gethostname.html
[tab][tab]htonl http://www.vbapi.com/ref/h/htonl.html
[tab][tab]inet_addr http://www.vbapi.com/ref/i/inet_addr.html
[tab][tab]inet_nota http://www.vbapi.com/ref/i/inet_ntoa.html
[tab][tab]WSACleanup http://www.vbapi.com/ref/w/wsacleanup.html
[tab][tab]WSAGetLastError http://www.vbapi.com/ref/w/wsagetlasterror.html
[tab][tab]WSAStartup http://www.vbapi.com/ref/w/wsastartup.html
[tab]Winsock file transfer http://www.vbworld.com/demos/winsock/
[color red]Number Systems[/color]
[tab]Hex and Binary translations http://blackbeltvb.com/free/hexbin.htm
[color red]Objects[/color]
[tab]Hooking focus http://blackbeltvb.com/free/hookfocs.htm
[color red]OO Development[/color]
[tab]http://www.vbexplorer.com/wrox/sample172X.asp
[color red]OOP[/color]
[tab]http://www.vbexplorer.com/ooptutor.asp
[color red]Passwords[/color]
[tab]Decoding PWL files http://blackbeltvb.com/free/pwldecod.htm
[tab]Verify windows password http://www.vbsquare.com/api/winpass-demo/
[color red]Ports[/color]
[tab]Enumerate ports http://www.andreavb.f2s.com/tip040003.html
[tab]Available COM ports http://www.andreavb.f2s.com/tip040001.html
[color red]Processes & Threads[/color]
[tab]API Calls
[tab][tab]GetEnvironmentVariable http://www.vbapi.com/ref/g/getenvironmentvariable.html
[tab][tab]SetEnvironmentVariable http://www.vbapi.com/ref/s/setenvironmentvariable.html
[tab]Active tasks
[tab][tab]http://www.andreavb.f2s.com/tip020014.html
[tab][tab]http://www.vb-world.net/api/tip147.html
[tab]Show EXE names http://blackbeltvb.com/free/exename.htm
[tab]Get windows handles (VB4) http://blackbeltvb.com/free/gethwnd4.htm
[tab]Kill running app
[tab][tab]http://blackbeltvb.com/free/shellter.htm
[tab][tab]http://www.vb-world.net/api/tip2.html
[tab]Search for a handle http://blackbeltvb.com/free/winsrch.htm
[color red]Printers and Printing[/color]
[tab]API Calls
[tab][tab]ClosePrinter http://www.vbapi.com/ref/c/closeprinter.html
[tab][tab]EndDoc http://www.vbapi.com/ref/e/enddoc.html
[tab][tab]EndPage http://www.vbapi.com/ref/e/endpage.html
[tab][tab]EnumJobs http://www.vbapi.com/ref/e/enumjobs.html
[tab][tab]EnumPrinters http://www.vbapi.com/ref/e/enumprinters.html
[tab][tab]OpenPrinter http://www.vbapi.com/ref/o/openprinter.html
[tab][tab]StartDoc http://www.vbapi.com/ref/s/startdoc.html
[tab][tab]StartPage http://www.vbapi.com/ref/s/startpage.html
[tab]Printing
[tab][tab]Forms http://blackbeltvb.com/free/prntform.htm
[tab][tab]Word Wrap http://blackbeltvb.com/free/wrap.htm
[tab][tab]Horizontal line http://www.andreavb.f2s.com/tip070011.html
[tab][tab]Text at position http://www.andreavb.f2s.com/tip070010.html
[tab][tab]Detect end of page http://www.andreavb.f2s.com/tip070009.html
[tab][tab]Align text
[tab][tab][tab]http://www.andreavb.f2s.com/tip070008.html
[tab][tab][tab]http://www.andreavb.f2s.com/tip070002.html
[tab][tab]Aligned Textbox[tab]http://www.andreavb.f2s.com/tip070003.html
[tab][tab]Network jobs waiting http://www.andreavb.f2s.com/tip070007.html
[tab][tab]Text files http://www.andreavb.f2s.com/tip070006.html
[tab][tab]Get default printer http://www.andreavb.f2s.com/tip070005.html
[tab][tab]Picture box http://www.andreavb.f2s.com/tip070004.html
[tab][tab]Fit picture on page http://www.andreavb.f2s.com/tip070001.html
[tab][tab]Report in Access Database http://www.andreavb.f2s.com/tip110002.html
[color red]Plugins[/color]
[tab]Creating plugin support http://blackbeltvb.com/free/plugins.htm
[color red]Random numbers[/color]
[tab] http://www.vbexplorer.com/random/random_numbers_1.asp
[color red]Registry[/color]
[tab]http://blackbeltvb.com/free/registry.htm
[tab]http://www.andreavb.f2s.com/tip080001.html
[tab]http://www.andreavb.f2s.com/tip080003.html
[tab]http://www.vbworld.com/demos/registry/
[tab]API Calls
[tab][tab]RegCloseKey http://www.vbapi.com/ref/r/regclosekey.html
[tab][tab]RegCreateKeyEx http://www.vbapi.com/ref/r/regcreatekeyex.html
[tab][tab]RegDeleteKey http://www.vbapi.com/ref/r/regdeletekey.html
[tab][tab]RegDeleteValue http://www.vbapi.com/ref/r/regdeletevalue.html
[tab][tab]RegEnumKeyEx http://www.vbapi.com/ref/r/regenumkeyex.html
[tab][tab]RegEnumValue http://www.vbapi.com/ref/r/regenumvalue.html
[tab][tab]RegOpenKeyEx http://www.vbapi.com/ref/r/regopenkeyex.html
[tab][tab]RegQueryValueEx http://www.vbapi.com/ref/r/regqueryvalueex.html
[tab][tab]RegSetValueEx http://www.vbapi.com/ref/r/regsetvalueex.html
[tab]Trial version limitations http://www.andreavb.f2s.com/tip080006.html

(A to E faq222-283) (F to I faq222-286) (S to Z faq222-288)
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