Quantcast
Channel: VBForums - CodeBank - Visual Basic 6 and earlier
Browsing all 1528 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Recursive Decent Parsing

hi I made this years back and found it while looking for other codes on my hard drive. you can do math expressions in it. so I hope this may help someone. lex4.zip Attached Files lex4.zip (12.3 KB)

View Article


RPN Calc

Feeling a bit drunk so Thought I whip out my old vb compiler not used it in years any way here is a lame RPN calulator I made have fun. Code: Private stack(0 To 100) As Double Private sk_size As...

View Article


Detect if a program is in the foreground in full screen mode

Code: Option Explicit Private Enum QUERY_USER_NOTIFICATION_STATE     QUNS_NOT_PRESENT = 1     QUNS_BUSY = 2     QUNS_RUNNING_D3D_FULL_SCREEN = 3     QUNS_PRESENTATION_MODE = 4...

View Article

Detect if the program in the foreground is in full screen mode

Code: Option Explicit Private Enum QUERY_USER_NOTIFICATION_STATE     QUNS_NOT_PRESENT = 1     QUNS_BUSY = 2     QUNS_RUNNING_D3D_FULL_SCREEN = 3     QUNS_PRESENTATION_MODE = 4...

View Article

Image may be NSFW.
Clik here to view.

Get date/time from Internet

Bas module: Code: Option Explicit Private Const TIME_ZONE_ID_DAYLIGHT As Long = 2 Private Type SYSTEMTIME     wYear As Integer     wMonth As Integer     wDayOfWeek As Integer     wDay As Integer...

View Article


Image may be NSFW.
Clik here to view.

[VB6, twinBASIC] System Magnification API Demo (32/64bit)

System Magnification API Demo This is a quick port of the Windows SDK example for the Magnification API. There's two versions: The original twinBASIC version, made using WinDevLib, so all...

View Article

Image may be NSFW.
Clik here to view.

VB6 Color Blender

I was bored so I threw this together from a bunch of code I have saved. It may not be perfect, but I think I have most of the bugs out. See what you think. Maybe someone can make use of it. Attached...

View Article

Image may be NSFW.
Clik here to view.

Get a notification when the monitor is turned off by the power saving options

Get notified when the monitor is turned off by Windows or get notified of some other related changes (you'll need to change the Power Setting GUID and probably data check) that are supported by the...

View Article


Image may be NSFW.
Clik here to view.

Ben' Text2Dir

Ben’s Dir 2 Text is a small utility to create many folder paths in a text file this can be useful if you had a list of customers, and you need to create the folders on a new formatted computer. It...

View Article


Image may be NSFW.
Clik here to view.

dmCheck Control

Hi here is a little control I made about an hour ago it very simple I made the design of the checkbox in expresion design and also left the source file for the graphic hope you find it usfull....

View Article

Image may be NSFW.
Clik here to view.

Label Text Box

hi this is a little text box with a label you can set the caption it like the one you need on some CSS pages you can also change the border color I made this quick so there maybe room for inprovements...

View Article

Image may be NSFW.
Clik here to view.

Gradient Unicode Label With Animation - With Cairo - OCX

Gradient Unicode Label Semi Transparent With Animation - With Cairo - OCX: Quote: GradientLabelTransparentWithCairoOCX.zip And Have Possibility of Colors Animation. Transparency is capturing from the...

View Article

Image may be NSFW.
Clik here to view.

Drag Listbox data to any row by vb6

Drag Listbox data to any row Click on one line first, and then click again to drag it to the desired location. You can use page up/page down to flip pages, and use the home and end keys to locate the...

View Article


Image may be NSFW.
Clik here to view.

VB6 - Simple OCR Text Recognition from a PictureBox Image

This project is a simple example of using the "WinRT OCR Engine" to recognize the text from a PictureBox image pulled from the Clipboard. Just copy any image containing some text in the Clipboard and...

View Article

check vb6 textbox press tab on keybode

when press tab,it will lostfocus,how to stop it,hook it ,i need do other action Task completed, found 3 solutions Code: Private Declare Function GetKeyState Lib "user32" (ByVal nVirtKey As Long) As...

View Article


Image may be NSFW.
Clik here to view.

MiniZip.cls , vb6 unzip File Class by zlibwapi.dll

MiniZip.cls , vb6 unzip File Class by zlibwapi.dll code from here ,and add more functions How to unpack a ZIP file using the library zlibwapi.dll ?-VBForums Quote: Originally Posted by HackerVlad...

View Article

Vb6 VBS script for implementing compressed folders

Code: strComputer = "." Set objWMIService = GetObject("winmgmts:" _     & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set colFolders = objWMIService.ExecQuery _...

View Article


Image may be NSFW.
Clik here to view.

(vb6) Single Property Usercontrol Assistant (Simple)

Use it to add a property to an existing usercontrol or add properties, one at a time, to a new control. Code can easily be modified to suit your needs. This is not all inclusive, but a good simple...

View Article

Image may be NSFW.
Clik here to view.

modIniFiles

modIniFiles is a small bas file that can be used for reading and writeing windows ini files it supports a lot of stuff and should be all you need to deal with the old ini files. some features...

View Article

Image may be NSFW.
Clik here to view.

Button Updown Panel

Hi this is a simple panel control I made the other night that opens and closes a panel using a button I also made from a picturebox anyway you can change colors and more and hold controls in the panel...

View Article
Browsing all 1528 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>