Difference between revisions of "Links"

From HashVB
Jump to: navigation, search
(General)
m (Adjusted positioning slightly)
Line 11: Line 11:
 
* [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnanchor/html/vb6anchor.asp VB6 online help] - An online version of the VB6 help in MSDN
 
* [http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnanchor/html/vb6anchor.asp VB6 online help] - An online version of the VB6 help in MSDN
 
* [http://msdn.microsoft.com/library/ MSDN library online] - Everything you need to know about windows and the API
 
* [http://msdn.microsoft.com/library/ MSDN library online] - Everything you need to know about windows and the API
* [http://www.xtremevbtalk.com XtremeVBTalk] - one of the oldest support forums for VB on the web, experts are always around to help
 
  
 
== VB Sites ==
 
== VB Sites ==
Line 25: Line 24:
 
* [http://www.devx.com/ DevX.com] - Articles and source code sorted by difficulty degree.
 
* [http://www.devx.com/ DevX.com] - Articles and source code sorted by difficulty degree.
 
* [http://www.xtremevbtalk.com/showthread.php?t=228015 EliteVB Archive] - Articles and source code for various things (this is an archive of the EliteVB site)
 
* [http://www.xtremevbtalk.com/showthread.php?t=228015 EliteVB Archive] - Articles and source code for various things (this is an archive of the EliteVB site)
* [http://www.xtremevbtalk.com/showthread.php?t=98285 GDI+ Type Library for VB6] - A complete type library with additional samples for GDI+ in VB6
+
* [http://www.xtremevbtalk.com XtremeVBTalk] - one of the oldest support forums for VB on the web, experts are always around to help
  
 
=== Communications ===
 
=== Communications ===
Line 37: Line 36:
 
* [http://www.shrinkwrapvb.com/ Shrinkwrap VB] - Older site about VfW video capture and AVI generation in VB
 
* [http://www.shrinkwrapvb.com/ Shrinkwrap VB] - Older site about VfW video capture and AVI generation in VB
 
* [http://directx4vb.vbgamer.com/DirectX4VB/ DirectX4VB] - The source for DirectX and multimedia programming in Visual Basic
 
* [http://directx4vb.vbgamer.com/DirectX4VB/ DirectX4VB] - The source for DirectX and multimedia programming in Visual Basic
 +
* [http://www.xtremevbtalk.com/showthread.php?t=98285 GDI+ Type Library for VB6] - A complete type library with additional samples for GDI+ in VB6
  
 
=== Performance ===
 
=== Performance ===

Revision as of 00:30, 13 June 2006

There are HUNDREDS of VB sites out there, but no one can remember them all. Here is a selection...

Please note that this is a wiki so feel free to add your own links in the appropiate section or to remove/correct any links found to be dead.

Support

  • How to ask questions - If you expect to get an answer, try giving as much information as possible
  • Google - Contrary to popular belief, you are most likely NOT the first person to come across your problem.
  • Google guide - How to use Google effectively
  • VB6 online help - An online version of the VB6 help in MSDN
  • MSDN library online - Everything you need to know about windows and the API

VB Sites

General

  • Karl E. Petersons classic VB code - A site devoted to Classic VB (VB6) code, samples, etc...
  • VB Accelerator - Free code/libraries/information on anything (VB related)
  • VBWire - Visual Basic news and information source
  • VBnet - Visual Basic developers resource centre
  • Spider-Bit - Visual Basic products/tutorials/sources
  • GH-Gold VB Keycodes - Special keys used in VB - If you need to use special characters like Carriage Return, Backspace, etc (note you can see a list of most keywords in VB by pressing Ctrl+Space or Ctrl+J).
  • VBRun - The Microsoft Visual Basic 6 resource center.
  • DevX.com - Articles and source code sorted by difficulty degree.
  • EliteVB Archive - Articles and source code for various things (this is an archive of the EliteVB site)
  • XtremeVBTalk - one of the oldest support forums for VB on the web, experts are always around to help

Communications

Games

  • GPWiki - The Visual Basic game programming wiki

Graphics

  • Shrinkwrap VB - Older site about VfW video capture and AVI generation in VB
  • DirectX4VB - The source for DirectX and multimedia programming in Visual Basic
  • GDI+ Type Library for VB6 - A complete type library with additional samples for GDI+ in VB6

Performance

  • VBSpeed - For all the speed junkies, you'll find lots of very fast functions and excellent optimisation tips here

Strings

Tutorials

  • Luckey's vb gaming site - If you need to develop you own game using VB, this is for you. Tutorials and sources available.

Source code sites

Databases

Connection strings

Media libraries

Icons

Programming practices

Standards

  • NTFS documentation - A bit off for Visual Basic, but still, one of the BEST resources for NTFS information.

3rd party utilities

VB extras

  • ApiViewer 2004 - An updated version of ApiViewer, contains all declarations from Windows XP and lower.
  • MZ-Tools - A plugin to VB with a host of very useful features

Install creators

Editors

  • REd - Fully COM controllable and modular resource editor (still under development)
  • Resource Hacker - Simple easy to use resource editor
  • UltraEdit32

Humour