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 (A to E)

Code Links

Links to VB Code Examples and Downloads (A to E)

by  Alt255  Posted    (Edited  )
_________________________________________________________________________________________________
[color red]Links: "Accessibilty" to "Errors"[/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.a1vbcode.com/
[tab]http://www.andreavb.f2s.com/
[tab]http://blackbeltvb.com/
[tab]http://www.citilink.com/
[tab]http://codeguru.earthweb.com/
[tab]http://www.planet-source-code.com/
[tab]http://msdn.microsoft.com/
[tab]http://www.matthart.com/
[tab]http://support.microsoft.com/
[tab]http://www.vbapi.com/
[tab]http://www.vbexplorer.com/
[tab]http://www.vbsquare.com/
[tab]http://www.vbworld.com/
[tab]http://www.smithvoice.com/
[tab]http://www.sqlexperts.com/

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
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


(A to E faq222-283) (F to I faq222-286) (J to R faq222-287) (S to Z faq222-288)

[color red]Accessibility[/color]
[tab]API Calls
[tab][tab]GetSystemMetrics http://www.vbapi.com/ref/g/getsystemmetrics.html
[tab][tab]SystemParametersInfo http://www.vbapi.com/ref/s/systemparametersinfo.html
[color red]Add-Ins[/color]
[tab]http://www.vbexplorer.com/addinmain.asp
[color red]API Basics[/color]
[tab]http://www.vbexplorer.com/library/introapi.htm
[tab]http://www.vbexplorer.com/wrox01.asp
[tab]http://www.vbworld.com/api/winapi/
[tab]Callback http://www.vbsquare.com/api/tip449.html
[tab]Subclassing http://www.vbsquare.com/api/subcls/
[color red]Arrays[/color]
[tab]http://www.vbexplorer.com/vararray.asp
[tab]Pass array to and from a procedure http://www.vbexplorer.com/vb_feature/oct2000/passing_array_to_function.asp
[color red]CD-ROM[/color]
[tab]Open & Close CD-ROM drive http://www.vb-world.net/api/tip24.html
[color red]Clipboard[/color]
[tab]View Clipboard http://blackbeltvb.com/free/clipview.htm
[color red]COM[/color]
[tab]http://www.vbexplorer.com/wrox/vbcomsamp.asp
[color red]Computer[/color]
[tab]Change name
[tab][tab]http://www.andreavb.f2s.com/tip020007.html
[tab][tab]http://www.vb-world.net/api/tip74.html
[tab]Change registered owner http://www.vb-world.net/api/tip85.html
[tab]Obtain name http://www.andreavb.f2s.com/tip020006.html
[color red]Common Dialog[/color]
[tab]API Calls
[tab][tab]ChooseColor http://www.vbapi.com/ref/c/choosecolor.html
[tab][tab]ChooseFont http://www.vbapi.com/ref/c/choosefont.html
[tab][tab]CommDlgExtendedError http://www.vbapi.com/ref/c/commdlgextendederror.html
[tab][tab]GetOpenFileName http://www.vbapi.com/ref/g/getopenfilename.html
[tab][tab]GetSaveFileName http://www.vbapi.com/ref/g/getsavefilename.html
[tab][tab]PrintDlg http://www.vbapi.com/ref/p/printdlg.html
[tab]Browse folders
[tab][tab]http://www.andreavb.f2s.com/tip020003.html
[tab][tab]http://www.vbworld.com/api/tip505.html
[tab]Center Common Dialog http://blackbeltvb.com/free/centrdlg.htm
[tab]Choose color dialog
[tab][tab]http://www.vbworld.com/demos/choosecolor/
[tab][tab]http://www.vbsquare.com/controls/tip347.html
[tab]Find file dialog box http://www.vbworld.com/api/tip503.html
[tab]Find/Replace dialog http://www.vbsquare.com/controls/findrep/
[tab]File dialog http://www.vbexplorer.com/file_dialog/file_dialog.asp
[tab]File Properties dialog http://blackbeltvb.com/free/fileprop.htm
[tab]Font Dialog http://blackbeltvb.com/free/choosfnt.htm
[tab]Format floppy http://www.andreavb.f2s.com/tip030004.html
[tab]Message Boxes (API Calls)
[tab][tab]MessageBox http://www.vbapi.com/ref/m/messagebox.html
[tab][tab]MessageBoxEx http://www.vbapi.com/ref/m/messageboxex.html
[tab][tab]MessageBoxIndirect http://www.vbapi.com/ref/m/messageboxindirect.html
[tab]Open/Save Dialog http://www.vbworld.com/demos/opensave/
[tab]Port settings
[tab][tab]http://www.andreavb.f2s.com/tip040002.html
[tab][tab]http://www.vb-world.net/api/tip124.html
[tab]Properties dialog http://www.vb-world.net/api/tip37.html
[tab]Run dialog box http://www.vbworld.com/api/tip496.html
[tab]Save As Dialog http://blackbeltvb.com/free/cmdialog.htm
[tab]System Reboot dialog http://www.vb-world.net/api/tip485.html
[color red]Controls[/color]
[tab]ActiveX
[tab][tab]http://www.vbworld.com/activex/controls/
[tab][tab]http://www.vbsquare.com/activex/begobjects/
[tab][tab]http://www.vbsquare.com/activex/activexguide/
[tab][tab]http://www.vbsquare.com/activex/makecont1/
[tab][tab]ASP Components http://www.vbsquare.com/activex/aspdev/
[tab][tab]Alarm control http://www.vbworld.com/activex/alarm/[tab][tab]
[tab][tab]COM interface http://www.vbsquare.com/activex/com/
[tab][tab]Hide taskbar with a control http://www.vbworld.com/activex/tip86.html
[tab][tab]OLE[tab]
[tab][tab][tab]API Calls[tab]
[tab][tab][tab][tab]CoTaskMemFree http://www.vbapi.com/ref/c/cotaskmemfree.html
[tab][tab][tab]Automation
[tab][tab][tab][tab]http://www.vbexplorer.com/ole1.asp
[tab][tab][tab][tab]http://www.vbsquare.com/activex/oleautomation/[tab][tab]
[tab]Allow end-user to move controls
[tab][tab]http://www.vbsquare.com/controls/tip445.html
[tab][tab]http://www.vbsquare.com/controls/tip266.html
[tab]Common Controls (API Calls)
[tab][tab]InitCommonControlsEx http://www.vbapi.com/ref/i/initcommoncontrolsex.html
[tab]Create at runtime
[tab][tab]http://www.andreavb.f2s.com/tip020013.html
[tab][tab]http://www.vbexplorer.com/vb_feature/april2000/april2000.asp
[tab]Creating custom controls http://www.vbexplorer.com/flapflag.asp
[tab]Command button
[tab][tab]Align caption http://www.vbsquare.com/controls/tip320.html
[tab]Combo box
[tab][tab]Type-ahead http://www.vbsquare.com/controls/tip465.html
[tab][tab]Add check boxes http://www.vbsquare.com/controls/tip329.html
[tab][tab]Drop down with code http://www.vbsquare.com/controls/tip330.html
[tab][tab]Show or hide dropdown http://www.vbsquare.com/controls/tip263.html
[tab]Drive, Dir & File list boxes
[tab][tab]Handle errors http://www.vbsquare.com/controls/tip461.html
[tab][tab]Open a file http://www.vbsquare.com/controls/tip460.html
[tab]Forms
[tab][tab]Add "about box" to control menu http://www.vb-world.net/api/tip83.html
[tab][tab]Center text in title bar http://www.vbsquare.com/controls/tip312.html

[tab]Closing http://blackbeltvb.com/free/closefrm.htm
[tab]Detect if form is loaded http://www.vbsquare.com/controls/tip302.html
[tab]Using "What's This?" help http://www.vbsquare.com/controls/tip281.html
[tab]Form size limiter http://www.vbworld.com/demos/minmax/
[tab]Scrolling http://www.vbworld.com/controls/tip480.html
[tab]Resizing
[tab][tab]http://www.vbworld.com/controls/tip489.html
[tab][tab]http://www.vbsquare.com/controls/tip305.html
[tab]Stick a form to another window http://blackbeltvb.com/free/sticky4.htm
[tab]Subclassing http://www.andreavb.f2s.com/tip020015.html
[tab]Tiled background http://www.andreavb.f2s.com/tip050005.html
[tab]Custom tooltips http://www.andreavb.f2s.com/tip050007.html
[tab]Progress bar in a status bar http://www.andreavb.f2s.com/tip050006.html
[tab]Faded background http://www.andreavb.f2s.com/tip050004.html
[tab]OnMoving event http://www.andreavb.f2s.com/tip050003.html
[tab]Control Min and Max http://www.andreavb.f2s.com/tip050002.html
[tab]Move a no-caption form http://www.andreavb.f2s.com/tip050001.html
[tab]Capture desktop http://www.vbworld.com/demos/grabdemo/
[tab]Maintaining aspect ratio http://www.vbworld.com/demos/aspect/
[tab]"Don't show this message again!" http://www.andreavb.f2s.com/tip080004.html
[tab]Grids
[tab][tab]http://blackbeltvb.com/free/snapgrd.htm
[tab]Labels
[tab][tab]Scrolling label http://www.vbworld.com/demos/scrollingtext/
[tab][tab]Blinking labels http://www.vbworld.com/demos/blinklabel/

[tab]Listbox
[tab][tab]Searching
[tab][tab][tab]http://blackbeltvb.com/free/list2top.htm
[tab][tab][tab]http://www.vbsquare.com/controls/tip272.html
[tab][tab]Select item on right-click http://www.vbsquare.com/controls/tip291.html
[tab][tab]Create horiz scrollbars
[tab][tab][tab]http://blackbeltvb.com/free/listscrl.htm
[tab][tab][tab]http://www.vbsquare.com/controls/tip323.html
[tab][tab][tab]http://blackbeltvb.com/free/listscr5.htm
[tab][tab]Clear all items http://www.vbsquare.com/controls/tip324.html
[tab][tab]Get first visible item http://www.vbsquare.com/controls/tip325.html
[tab][tab]Multi-select Listbox http://www.vbexplorer.com/vb_feature/june2000/june2000.asp
[tab][tab]Reading from file http://www.vbsquare.com/controls/tip286.html
[tab][tab]Sorting numbered items http://www.vbsquare.com/controls/tip310.html
[tab][tab]Columns http://www.vbsquare.com/controls/tip455.html
[tab][tab]Drag & Drop files http://www.vbsquare.com/controls/tip337.html
[tab][tab]Dragging file or folder http://www.vbworld.com/demos/dragdrop/
[tab]Listview
[tab][tab]Non-clickable headers http://blackbeltvb.com/free/flathead.htm
[tab][tab]Searching http://blackbeltvb.com/free/lvsearch.htm
[tab][tab]Sort items on the fly http://www.andreavb.f2s.com/tip020017.html
[tab][tab]Sorting numbers http://www.andreavb.f2s.com/tip010001.html
[tab][tab]Select entire row http://www.vbsquare.com/controls/tip299.html
[tab][tab]Using header track selection http://www.vbsquare.com/controls/tip432.html
[tab]Miscellaneous
[tab][tab]Enable/disable controls in a frame http://www.vbsquare.com/controls/tip397.html
[tab][tab]Display current item as tooltip http://www.vbsquare.com/controls/tip396.html
[tab][tab]Center control on form http://www.vbsquare.com/controls/tip258.html
[tab][tab]Making a resize control http://www.vbsquare.com/controls/resize/
[tab][tab]React to font change events http://www.vbsquare.com/controls/tip454.html
[tab][tab]Make a control 3D http://www.vbsquare.com/controls/tip257.html
[tab][tab]Flashing background http://www.vbsquare.com/controls/tip260.html
[tab][tab]Flashing foreground http://www.vbsquare.com/controls/tip261.html
[tab][tab]Sysinfo control http://www.vbsquare.com/controls/sysinfo/
[tab]MS FlexGrid
[tab][tab]Quicksort http://www.andreavb.f2s.com/tip120004.html
[tab]Picture Box
[tab][tab]Loading Images http://blackbeltvb.com/free/multipic.htm
[tab]Register & unregister controls http://www.vbworld.com/activex/tip50.html
[tab]Rich Text Box
[tab][tab]Positioning cursor http://blackbeltvb.com/free/rtbpos.htm
[tab][tab]Printing http://www.vbsquare.com/controls/tip424.html
[tab][tab]Stopping word wrap http://www.vbsquare.com/controls/tip378.html
[tab][tab]Restoring focus http://www.vbsquare.com/controls/tip450.html
[tab]Scrollbars
[tab][tab]Determine which are visible http://www.vbsquare.com/controls/tip422.html
[tab]Textbox
[tab][tab]General
[tab][tab][tab]http://www.vbworld.com/api/textboxex/
[tab][tab]Using "Autocomplete" http://www.vbworld.com/api/tip493.html
[tab][tab]Validating pasted text http://www.vbworld.com/demos/pastevalid/
[tab][tab]Reading from file http://www.vbsquare.com/controls/tip390.html
[tab][tab]Testing the locke property http://www.vbsquare.com/controls/tip321.html
[tab][tab]Multiline http://blackbeltvb.com/free/multilin.htm
[tab][tab]Duplicate typing in separate boxes http://blackbeltvb.com/free/copytype.htm
[tab][tab]Only allow numbers http://www.vbsquare.com/controls/tip309.html
[tab][tab]Select all text on focus http://www.vbsquare.com/controls/tip243.html
[tab]Treeview
[tab][tab]http://www.vbsquare.com/controls/tip314.html
[tab][tab]Adding special features http://www.vbsquare.com/controls/tip319.html
[tab][tab]Changing colors http://www.vbsquare.com/controls/tip316.html
[tab][tab]Label editing http://www.vbsquare.com/controls/tip322.html
[tab][tab]Save & Load to & from a file http://www.vbworld.com/controls/tip498.html
[tab][tab]Drag & Drop the real selected node http://www.vbsquare.com/controls/tip442.html
[tab][tab]Find a specific node http://www.vbsquare.com/controls/tip437.html
[tab][tab]Limit text entry in item http://www.vbsquare.com/controls/tip430.html
[tab][tab]Only allow numbers in text http://www.vbsquare.com/controls/tip431.html
[tab][tab]Directory Treeview http://blackbeltvb.com/free/dirview.htm
[tab]Toolbars
[tab][tab]http://blackbeltvb.com/free/cooltool.htm
[tab]XML
[tab][tab] http://www.vbsquare.com/internet/xml/index.html
[color red]Control Panel[/color]
[tab]Launch extensions
[tab][tab]http://www.andreavb.f2s.com/tip010002.html
[tab][tab]http://www.andreavb.f2s.com/tip010003.html
[tab][tab]http://www.vbexplorer.com/shellcpl.htm
[color red]Database[/color]
[tab]http://www.vb-world.net/databases/database1/
[tab]http://www.vb-world.net/databases/dbtutorial/
[tab]http://www.vbsquare.com/databases/learndb/
[tab]http://codeguru.earthweb.com/vb/Database/vbdb.shtml
[tab]Bind complex-bound controls at runtime http://support.microsoft.com/support/kb/articles/q189/6/68.asp?FR=0
[tab]Convert table to Excel spreadsheet http://support.microsoft.com/support/kb/articles/q172/0/58.asp?FR=0
[tab]Copy a database table http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=540
[tab]Count table rows before selecting them http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=106
[tab]Create custom text file import routine http://support.microsoft.com/support/kb/articles/q183/6/38.asp?FR=0
[tab]Create a database user http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=601
[tab]View database http://www.a1vbcode.com/app.asp?ID=137
[tab]Retrieve current database path http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=472
[tab]Export/Import/Convert any ISAM without automation http://www.smithvoice.com/vb5expt.htm
[tab]Filling a ListBox with table names http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=1082
[tab]Fill Combo Box with fields returned from a query http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=895
[tab]Linking tables for multi-user database http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=546
[tab]Optimizing database applications http://www.citilink.com/~jgarrick/vbasic/database/optimize.html
[tab]Query the Top N or N% records http://support.microsoft.com/support/kb/articles/q168/2/41.asp?FR=0
[tab]Respond to the Auto-Commit feature in a data control http://support.microsoft.com/support/kb/articles/q172/3/81.asp?FR=0
[tab]Trap invalid ODBC logon http://support.microsoft.com/support/kb/articles/q155/3/04.asp?FR=0
[tab]Using the procedure attributes dialog box http://support.microsoft.com/support/kb/articles/q161/0/94.asp?FR=0
[tab]Using Data Environment with parameterized queries http://support.microsoft.com/support/kb/articles/q193/8/66.asp?FR=0
[tab]Closing all DB objects http://www.vbsquare.com/databases/tip382.html[tab]
[tab]Compress http://www.vbworld.com/databases/tip482.html
[tab]Creation at runtime http://www.vb-world.net/databases/database3/
[tab]Exporting http://www.vbworld.com/databases/tip132.html
[tab]Speeding up http://www.vbworld.com/databases/tip57.html
[tab]Reusable DB class http://www.vbsquare.com/databases/dbclass/
[tab]Access
[tab][tab]Access the description of a table field http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=1010
[tab][tab]Automate a secured access database http://support.microsoft.com/support/kb/articles/q192/9/19.asp?FR=0
[tab][tab]Bypass login prompt when opening a linked table http://support.microsoft.com/support/kb/articles/q177/5/94.asp?FR=0
[tab][tab]Create database http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=962
[tab][tab]Search database http://www.matthart.com/vbhelp/vbmain.htm#DBSEARCH
[tab][tab]Update more than 40 fields http://support.microsoft.com/support/kb/articles/q192/7/16.asp?FR=0
[tab][tab]Use custom profile to alter data behavior http://support.microsoft.com/support/kb/articles/q173/6/46.asp?FR=0
[tab]ADO/DAO
[tab][tab]http://www.vbexplorer.com/vb_feature/june2000/Database_Beginner_ADO_DAO.asp
[tab][tab]http://www.vbexplorer.com/wrox/sample1061.asp
[tab]ADO[tab]
[tab][tab]Copying ADO image fields http://www.vbsquare.com/databases/tip447.html
[tab][tab]Delete records http://www.andreavb.f2s.com/tip120003.html
[tab][tab]Load Combo box http://www.andreavb.f2s.com/tip120002.html
[tab][tab]Switch from DAO to ADO http://www.vbsquare.com/databases/begado/
[tab][tab]Using Date Type http://www.vbworld.com/databases/tip134.html
[tab][tab]Connections over the Internet http://codeguru.earthweb.com/vb/articles/2063.shtml
[tab][tab]Updating and retrieving SQL Server text fields http://support.microsoft.com/support/kb/articles/q180/3/68.asp?FR=0
[tab][tab]ADO create parameter utility http://www.sqlexperts.com/utilities/ut1/ut1.asp
[tab][tab]GetChunk and AppendChunk http://support.microsoft.com/support/kb/articles/Q194/9/75.asp
[tab][tab]Bind DataReport to recordset at runtime http://support.microsoft.com/support/kb/articles/q190/4/11.asp?FR=0
[tab][tab]Create HTML using ADO and MSFlexGrid http://support.microsoft.com/support/kb/articles/q186/2/87.asp?FR=0
[tab][tab]Creating middle-tier data access components http://msdn.microsoft.com/isapi/msdnlib.idc?theURL=/library/techart/MidTier.htm
[tab][tab]Open recordsets asynchroniously http://support.microsoft.com/support/kb/articles/q190/9/88.asp
[tab][tab]Open secured Access database http://support.microsoft.com/support/kb/articles/q191/7/54.asp
[tab][tab]Using DataLink files http://support.microsoft.com/support/kb/articles/q189/6/80.asp?FR=0
[tab][tab]Using the ADO Shape command http://support.microsoft.com/support/kb/articles/q189/6/57.asp?FR=0
[tab][tab]Query an Access table with a space in its name http://support.microsoft.com/support/kb/articles/q189/6/83.asp?FR=0
[tab]Crystal Reports
[tab][tab]http://www.vbexplorer.com/vb_feature/august2000/using_crystal_reports.asp
[tab]DAO
[tab][tab]http://www.vb-world.net/databases/database2/
[tab][tab]Search Database http://blackbeltvb.com/free/dbsearch.htm
[tab][tab]Load Combo box http://www.andreavb.f2s.com/tip120001.html
[tab][tab]Linking Combo Boxes http://blackbeltvb.com/free/datacomb.htm
[tab][tab]Multi-user custom counters http://support.microsoft.com/support/kb/articles/q191/2/53.asp?FR=0
[tab][tab]A database code creator http://www.smithvoice.com/jet.htm
[tab][tab]Calling stored procedures http://support.microsoft.com/support/kb/articles/q184/7/49.asp?FR=0
[tab][tab]Use "DSN-Less" ODBC connections http://support.microsoft.com/support/kb/articles/q147/8/75.asp?FR=0
[tab][tab]Customize DAO registry to close an ODBC connection http://support.microsoft.com/support/kb/articles/q170/5/36.asp?FR=0
[tab]Oracle
[tab][tab]Accessing a database http://support.microsoft.com/support/kb/articles/q167/2/25.asp?FR=0
[tab][tab]Pass date value to stored procedure http://support.microsoft.com/support/kb/articles/q177/3/58.asp?FR=0
[tab][tab]Nested transactions http://support.microsoft.com/support/kb/articles/q187/2/89.asp?FR=0
[tab][tab]Retrieve resultsets from stored procedures http://support.microsoft.com/support/kb/articles/q174/6/79.asp?FR=0
[tab][tab]Retrieve typical resultsets from stored procedures http://support.microsoft.com/support/kb/articles/q174/9/81.asp?FR=0
[tab]RDO
[tab][tab]Retrieve the SQL QueryPlan http://support.microsoft.com/support/kb/articles/q181/8/53.asp?FR=0
[tab][tab]Call SQL system server stored procedures http://support.microsoft.com/support/kb/articles/q166/2/11.asp?FR=0
[tab][tab]Handle asynchronious processes http://support.microsoft.com/support/kb/articles/q172/0/82.asp?FR=0
[tab][tab]Keep cursor open after transaction http://support.microsoft.com/support/kb/articles/q190/1/09.asp?FR=0
[tab][tab]Passing text fields to a stored procedure http://support.microsoft.com/support/kb/articles/q187/9/45.asp?FR=0
[tab][tab]Dynamic Resultset cursors http://support.microsoft.com/support/kb/articles/q149/0/57.asp?FR=0
[tab][tab]Create and implement a user connection http://support.microsoft.com/support/kb/articles/q166/2/81.asp?FR=0
[tab][tab]Extract multiple Resultsets from stored procedures http://support.microsoft.com/support/kb/articles/q154/8/25.asp?FR=0
[tab][tab]Use "DSN-less" ODBC connections http://support.microsoft.com/support/kb/articles/q166/3/92.asp?FR=0
[tab][tab]Use ODBC API SQL Tables http://support.microsoft.com/support/kb/articles/q166/2/84.asp?FR=0
[tab][tab]Use ODBC text driver to open a delimited text http://support.microsoft.com/support/kb/articles/q187/6/70.asp?FR=0
[tab][tab]Using SQLExecDirect function http://support.microsoft.com/support/kb/articles/q154/0/46.asp?FR=0
[tab]SQL
[tab][tab]http://www.vbexplorer.com/vb_feature/june2000/SQL_for_Beginners.asp
[tab][tab]http://www.vbworld.com/databases/sqltutorial/
[tab][tab]Create master/detail form http://codeguru.earthweb.com/vb/articles/2302.shtml
[tab][tab]Configure server security with RDO and DAO http://support.microsoft.com/support/kb/articles/q183/6/21.asp?FR=0
[tab][tab]Create and remove a DSN http://support.microsoft.com/support/kb/articles/q171/1/46.asp?FR=0
[tab][tab]Extract filter criteria http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=555
[tab][tab]Handle quotes and pipes in concatenated literals http://support.microsoft.com/support/kb/articles/q178/0/70.asp?FR=0
[tab][tab]List stored procedures in SQL server database http://support.microsoft.com/support/kb/articles/q154/7/56.asp?FR=0
[tab][tab]Prgrammatically create DSN for SQL Server http://support.microsoft.com/support/kb/articles/q184/6/08.asp?FR=0
[tab][tab]Query for literal special characters in a where clause http://support.microsoft.com/support/kb/articles/q147/6/87.asp?FR=0
[tab][tab]Using SQL Server DATEPART function to get milliseconds http://support.microsoft.com/support/kb/articles/q186/2/65.asp?FR=0
[tab]Visual Foxpro
[tab][tab]Open table for Read/Write http://support.microsoft.com/support/kb/articles/q172/5/92.asp?FR=0
[color red]Desktop and Start Menu[/color]
[tab]Change wallpaper
[tab][tab]http://www.vbworld.com/demos/wallpaper/
[tab][tab]http://blackbeltvb.com/free/wallpapr.htm
[tab][tab]Color settings http://www.andreavb.f2s.com/tip090003.html
[tab]Control the speed of the start menu http://www.vb-world.net/api/tip72.html[tab][tab]
[tab]Copy to picture box http://www.andreavb.f2s.com/tip090001.html
[tab]Hide the desktop http://www.vbsquare.com/api/hideshell-demo/
[tab]Invert the desktop http://www.vbsquare.com/api/tip462.html
[tab]Start screensaver http://www.vb-world.net/api/tip146.html
[tab]System Tray
[tab][tab]Adding program to tray
[tab][tab][tab]http://blackbeltvb.com/free/systray.htm
[tab][tab][tab]http://www.vb-world.net/api/tip61.html
[tab]Task bar
[tab][tab]Show icon for borderless form http://blackbeltvb.com/free/taskicon.htm
[tab][tab]Unload application bar and desktop http://www.andreavb.f2s.com/tip020010.html
[tab][tab]Hide or show
[tab][tab][tab] http://www.andreavb.f2s.com/tip020009.html
[tab][tab][tab] http://www.vb-world.net/api/tip38.html
[color red]Devices[/color]
[tab]API Calls
[tab][tab]CreateDC http://www.vbapi.com/ref/c/createdc.html
[tab][tab]DeleteDC http://www.vbapi.com/ref/d/deletedc.html
[tab][tab]DeleteObject http://www.vbapi.com/ref/d/deleteobject.html
[tab][tab]GetDC http://www.vbapi.com/ref/g/getdc.html
[tab][tab]GetStockObject http://www.vbapi.com/ref/g/getstockobject.html
[tab][tab]ReleaseDC http://www.vbapi.com/ref/r/releasedc.html
[tab][tab]SelectObject http://www.vbapi.com/ref/s/selectobject.html
[color red]Display[/color]
[tab]Changing resolutions
[tab][tab]http://blackbeltvb.com/free/changrez.htm
[tab][tab]http://www.andreavb.f2s.com/tip090004.html
[tab]Enumerate display modes http://www.vbworld.com/demos/enumdispmodes/[tab]
[tab]Get the screen resolution http://www.vbworld.com/demos/getscreenres/
[tab]Get the color depth http://www.vbworld.com/demos/getcolourdepth/
[tab]Video settings http://www.andreavb.f2s.com/tip090002.html
[color red]Encryption[/color]
[tab]http://www.vbexplorer.com/library/encrypt.htm
[tab]http://blackbeltvb.com/free/crypt.htm
[color red]Errors[/color]
[tab]API Calls
[tab][tab]Beep http://www.vbapi.com/ref/b/beep.html
[tab][tab]GetLastError http://www.vbapi.com/ref/g/getlasterror.html
[tab][tab]MessageBeep http://www.vbapi.com/ref/m/messagebeep.html
[tab][tab]SetLastError http://www.vbapi.com/ref/s/setlasterror.html
[tab][tab]SetLastErrorEx http://www.vbapi.com/ref/s/setlasterrorex.html
[tab]Returning error levels
[tab][tab]http://blackbeltvb.com/free/errlevel.htm

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