Tools Links Login

Browsing Visual Basic 6

Prev   Next

Change Internet Explorer Start page with only 2 lines of code!!!
Change Internet Explorer Start page with only 2 lines of code!!!Please vote for my code if you like itOriginal Author: Design7 SoftwareCodeSet wshshell = CreateObject("WScript.
Posted:2003-06-01, 83 views

Advanced Command Line parser
This codes stripes a command line; like for example this:/d "c:program filessample dir with white spacesand more" /s "S100-01" "S200-01" "S300-01" /n 7 /indexInto variables you can use within your applications.
Posted:2003-06-01, 90 views

multiple arguments
Do you want to pass multiple arguments to your function/method? There are two ways to do this using unbound array or you can use 'ParamArray'.
Posted:2003-06-01, 91 views

______LINE super
SUPERLINE - Awesome! Draws even thick lines in dashes and dots!SEE SCREENSHOTKeywords: graphics, graph, shape, rectangle, ellipse, polyline, polygon, border, borderwidth,solid, dash, dot, dashdot, dashdotdot, drawwidth, drawstyle, drawmode, gdiOriginal Author: pietro ing.
Posted:2003-06-01, 106 views

A few things you may not have known
Just a few things about vb that will probably be helpful to you once in a while.
Posted:2003-06-01, 130 views

Winsock Very Handy Tips !
This code shows all the handy tips of winsock such as connect until connected if disconnected close the conenction and a few more bits of winsock code !Original Author: Skull HackerCodeOk in your VB project if you are making any type of program eg.
Posted:2003-06-01, 357 views

Quick N! (Factorial) calculation using Double!
Explain a metodology for a quick computation ofN! ( factorial) suggestion and optimization are wellcomed!Original Author: michele berardiCodeDim N As Double, b As Double, c As Double, p As Double'' Fast Way To Calculate N! ( N Factorial)'' A is N' using visual basic my original algorithm' is adapted to the vb limits.
Posted:2003-06-01, 102 views

Prev   Next