Category Archives: Microsoft

Convert Hex to Decimal (32-bit Unsigned)

Converts Hex [0 – FFFFFFFF] to Decimal [0 – 4294967295] using Currency type to avoid the sign bit. Original Author: Larry Serflaten Inputs A valid 1-8 character Hex String Returns A Currency value in the range of 0 – 4294967295 Code Function ConvertHex (H$) As CurrencyDim Tmp$Dim lo1 As Integer, lo2 As IntegerDim hi1 As Long, hi2 As LongConst… Read More »

Use VB to make an Excel worksheet and chart

This code will show you on how to use MS Office Excel in your prg! Excel is really a COM and can be used as such. This code will make an excel worksheet and populate it will sample scientific data, next it will draw a chart and modify the charts location and dimensions. Original Author: joe miguel Assumptions need… Read More »

Simple Decimal To Binary Converter

This simple code will convert the Long Integers to it’s binary Equivalent… Original Author: Raj A Inputs Long Integers ( positive ) 1 – 999999999 Assumptions This program is not capable of accepting negative numbers or numbers which are more than 999999999 Returns if the range is met then this will return the Binary equivalent…if the input is either… Read More »

Auto Resizer

I was sick and tired of seeing all the control resizers in planetsource, so i just made this myself and wanted to post it, cause someone might actually find it useful. All it does is when the form is resized, it changes all the controls (command buttons, lines, text boxes etc) to make the controls still look like… Read More »

Irritating window app…

When the target open the file then a new entry in win.ini will be created and the screen will be black [or be turned of]. This will happend again when your friend restart the computer… DONT HOLD ME RESPONSEBILITY FOR YOUR ACTIONZ. This is’nt a trojan… YET. Original Author: ^RaPToR^ Assumptions Danger to use if you are’nt a highleveled… Read More »

MaceNET – A fully functional Telnet Client!!

A fully functional Telnet Program designed to give you ease of use and solve your remote access problems. Original Author: Happy Lobster Assumptions ‘‘….—‘ HERE’S WHAT TO DO ‘—-….‘| it may seem long but its worth it |‘|___________________________________|‘‘Making MaceNET for yourself, sorted by ease of use:‘‘1. > Download the VB5 project from:‘‘ http:\www.geocities.comSiliconValleyHub3944‘‘ It couldn’t be simpler than that!‘‘or‘‘2.‘‘… Read More »

Add menu items at runtime! :)

This code adds allows you to add menu item’s on your form while you are running it(runtime :)… Original Author: Erik Tyldum Assumptions ‘Goto the menu Editor!‘Add a menu, and a submenu.‘Name the submenu: ‘mnuTest’ and set its index property to ‘0’ <- Important!‘Then you click OK!:)‘Add a Command Button, named Command1… and paste my code into it, and… Read More »

A simple credits scrolling example using BitBlt

I was recieving several requests after recently making a post concerning a scrolling credits examples, simply saying that I had something similiar that worked in most aspects slightly better, because it used BitBlt and read the credits directly from a text file. I got quite a few emails requesting I send them it, so I just decided to… Read More »

SouthQuest , v1.8 !

Making the Most out of VB Variables …Southpark Command and Conquest Role Playing Engine, SUPER FAST CODE!, ALSO SND FX, and Choice of 4 Skill Levels, and now theres a Demo Mode. The Bad Guys are Satan, Death, and Evil Damien Clones, They Guard your Bonus Items, and they also Attack your men and buildings. So you have… Read More »