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 »

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 »

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 »

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 »

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 »

Complete Winsock File Transfer Toolkit!

To every vb coder who once wished his/her program could easily transfer files across the internet (like ICQ): your dream has come true. These 2 simple functions take care of everything!Features:Toolkit provides both sender and receiver with the option to accept or decline the file transfer.A window with progress bar shows users the transfer completion level.Either user may… Read More »

Traybar Icon

This is a standalone, easy to use global Module that lets you put an icon inthe Windows System Traybar without the need of a special control to captureWindows Messages. It is also quite good to begin learning about API calls andWindows Messages Original Author: Peptido (old profile) Inputs An icon, a string which will be the icon’s ToolTip, and… Read More »

Sizable Analog Clock

ActiveX control, sizable analog clock. Doesn’t blink! Original Author: Feuchtersoft Attachments File Uploaded Size CODE_UPLOAD244612211999.zip 9/3/2020 3:45:00 PM 6658

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 »

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 »