Browsing Visual Basic 6
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.
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.
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'.
______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.
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.
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.
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.