Simplest way to read a joystick in VB6
This uses the Windows API. Below is the code. Place this code your form (Form1), and place a timer control (Timer1) and picturebox control (Picture1) in on the form. Set the timer interval property to...
View ArticleConvert your application to Shareware (many ways..)
This project is created in vb6 for converting your vb6 compiled exe's to shareware you can set expiry to days,counts or date..you can set trial key or full secret codes to unlock the application.Just...
View ArticleVB6 - Add System DSN
Microsoft recommends that application data for "All Users" use the "ProgramData" directory. But if you have ever tried to create a DSN in this directory using the ODBC Manager, you have discovered that...
View ArticleA new custom listbox and example for how to make it a combobox
My old glist..updated with extra functionality. So now glist (as glist2 control) can act as listbox and with a textbox can act as combo box. You can change charset. List inside listbox isn't a...
View ArticleMJPEG Webcam Receiver
Attached to this message is the complete source code for this program. It is designed to receive webcam video, but will work for any video source that has these specifications: Server Location =...
View ArticleBassPlayerDB
I have seen many folks here and other fora struggling with Window Media Player, the MMControl, and MPI Api calls to create decent Mp3/Wav apps. After a few years working with the Bass library, I'm...
View Article[VB6] ImageList and the Safety Palette
This is really not a code sample as much as a technique to use in writing VB6 programs. Many of the fancier GUI controls in VB6 accept images assigned from a companion ImageList control. Here I'll use...
View ArticleHow do I define joystick pedal all the specific command in Visual Basic?...
I need codeBank define joystick pedal .. for example , define up arrow to click a command .. and so on ..
View ArticleA Listbox for millions items, transparent background, and changeable charset
This is my glist a big listbox as you see! New, This is the right version, wich is very fast for adding 1000000 items, and Vscroll bar using "logical lines" no lines (the visible lines of the...
View ArticleA new custom listbox with pan function.
My old glist..updated with extra functionality. So now glist (as glist2 control) can act as listbox and with a textbox can act as combo box. You can change charset. List inside listbox isn't a...
View ArticleLiistbox and EditBox Unicode and Transparent.
I work some hours to revision an old control who made for the IDE of M2000, with capability to display all utf16 usinf Arial Unicode MS. I have gList and gTextBox with some forms as examples. Drag and...
View ArticleVB6 - Elevated Privileges
Ever since Microsoft introduced UAC (User Access Control) with Vista, you sometimes need to know if your application is running with administrative privileges. A quick search on the Net revealed some...
View ArticleResizing ListView to Form and Vice Versa
I had a form designed where only a portion of the Listview is showing. I wanted to Resize the Form and have the LIstview resize with it, but limit the Form Resizing to the Maximum number of columns in...
View Article[VB6] Bare Bones Worker Thread
This is an example of how you can use very simple worker threads in VB6 without an ActiveX EXE or a third party threading library. There are severe limitations on what you can accomplish this way, but...
View Article[RESOLVED] Convert your application to Shareware (many ways..)
This project is created in vb6 for converting your vb6 compiled exe's to shareware you can set expiry to days,counts or date..you can set trial key or full secret codes to unlock the application.Just...
View Article[VB6] Harden Your Applications Against Hijacking
Defending software from piracy and abuse is a game of attrition. After all, unless you stick to remote server code you put everything the cracker needs right into his hands. Even when you don't provide...
View ArticleLiistbox and EditBox 3.5 Unicode and Transparent.
In this example are my best gEditbox and gListbox. As for glistbox nothing new, except I put a label to saw what happen if you choose listindex above 32768 in an ordinary listbox (not happen to...
View ArticleConvert MD5 (Hash) To Original Text
hi i convert a value to MD5 (Hash), now how can convert to original value?
View Article[RESOLVED] Convert MD5 (Hash) To Original Text
hi i convert a value to MD5 (Hash), now how can convert to original value?
View ArticleBlur Form Or Explorer when Click on button for 30 Sec
hi Up to now use from Avast antivirus? when we want disable that,explorer dark and blur... if in vb6 can do it? when click on button form a little dark Or a little opaque? As shown: Attached Images
View Article