Category Archives: Microsoft

helpful sleep API call to suspend actions

What this API call does is suspend ALL actions for a certain amount of milliseconds(1000 milliseconds=1 second)(duh…) Original Author: Derek Haas Assumptions Just dont enter a number that is huge, or else you will be waiting for a very long time Side Effects Dont enter a super large number. API Declarations Public Declare Sub Sleep Lib “kernel32” (ByVal dwMilliseconds… Read More »

DUN Automatic Redial If not connected to Internet

Automatically redials the specified DUN connection. Designed to keep you online 24/7. Also shows how to put your program in the system tray. shows adding and how to find out windows uptime. Original Author: Bhishan Hemrajani Inputs Name of DUN connection to use Attachments File Uploaded Size CODE_UPLOAD385.zip 9/3/2020 3:45:00 PM 8539

Battle Net Chat (REAL ONE !!) ZIP FORMAT

This is Battle Net Chat application allow you to connect chat execute command and more with the real Battle Net screen images and more…Please visit my new web site and see what you can do ! VB power !!! come and chat with me http://www.virtualgamer.t2u.com Original Author: HarveySolutions Attachments File Uploaded Size Battle_Net103952792002.zip 9/3/2020 3:45:00 PM 333159

Tank ’98

Have you ever played Scourched Earth, a game where two or more tanks strive to blow one another away? This is my version of that game, except not as many featrues. Take a look at it, for at leat it’s really cool. Please leave a comment. Original Author: Feuchtersoft Attachments File Uploaded Size CODE_UPLOAD256.zip 9/3/2020 3:45:00 PM 123945

Advanced Base Converter

Updated code! This function converts numbers into any base, and any base into decimal! Works frek-in’ awesome! Original Author: Feuchtersoft Assumptions Not all bases will work; there are not enough characters to be able to do every base. An error will occur when this happens. Returns ‘ The two functions given are reversible. For example:ConvertToBase(45, 16) = “2D”ConvertFromBase(“2D”, 16)… Read More »

Use Microsofts Agents in your apps!

Taken from Windows Magazine August 1999Agent is Microsoft’s name for the technology that puts those “cute” cartoon characters on the screen while running any Microsoft Office application. This technoloty will be a standard feature of Windows 2000, but you can also add it to Windows 98 or Windows 95 viea a free download at “HTTP://msdn.microsoft.com/workshop/imedia/agent/agentdl.asp” Once you install… Read More »

Make Characters Talk! MS Agent

It will make a character of your choice(many to download) talk. Original Author: Mike Miller Inputs The MS Agent Character Assumptions Make Sure you have MS Agent installed and TruVoice, you can get these from Microsoft’s Website at http://msdn.microsoft.com/workshop/imedia/agent/default.asp. This will allow you to make the characters talk. After you got the files, just insert the ms agent active… Read More »

Animation Status bar

Easy! without API. Only a few lines of code.You can scroll your Status bar panel’s text and You can modify suit to you.I hope you enjoy & your correctons,comments,Ideas are very gratefully.G.B.R.Nilantha Athurupana.Wattarama,Imbulgasdeniya,Sri Lanka.(94-03744479, E-Mail: crysbro@cga.lk) Original Author: G.B.R.Nilantha Athurupana Assumptions ‘Create a new form (Any Name you can use). Add a Timer control (Timer1)Required ‘follwing ActiveX OCX to… Read More »

SetColorBar

‘ Creates a color bar background for a ListView when in‘ report mode. Passing the listview and picturebox allows‘ you to use this with more than one control. You can also‘ change the colors used for each by passing new RGB color‘ values in the optional color parameters. Original Author: unknown Inputs ‘ Required – cListView As ListView‘ Required… Read More »