Resizing 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[vb6.0] Pragmatically Enable/Disable notification and UAC
Hi, This code will allow you to pragmatically enable/disable both the notification and the UAC Code: 'Pragmatically enable/disable both the notification and the UAC 'Author: Nightwalker83 'Date:...
View ArticleTest two vb codes for changes
This is a small program, based on gEditBox. I made this for gEditBox because I have some customize..custom controls and I want to find the differences. It is a fast coding (one day) so...I do the...
View Article[VB6] Scrollio Picture Viewer UserControl
This isn't anything amazing but I haven't seen an equivalent here packaged for easy reuse. Scrollio is a simple VB6 UserControl with no dependencies that provides a scrollable view of any StdPicture....
View ArticleVB6-JACMail Crypto Service
SECURE EMAIL - JACMail2 Companion Program Making email secure is easier said than done. Some people are under the illusion that TLS (Transport Layer Security) provides protection, but nothing could be...
View ArticleVB6-JACMail2 Email Client
<P>JACMail Version 2 is very similar to Version 1 on the surface. Under the hood however, there have been substantial changes. JACMail is an Email Client Program designed to allow fast and...
View ArticleRegistry Editor - demonstrates how to use various registry related API...
Registry Editor is a basic utility for editing the Windows registry. The user can view, create, modify, and delete keys and their values. It shows how the REG_BINARY data type can be handled by...
View ArticleSelect query in visual basic 6
Hi guys, I'm a newbie to this forum and to vb6.I just want to ask some help for my query. I have a table prodmaster with fields pieceCode,dozenCode,caseCode, proddesc ,inventoryUnit. example: pieceCode...
View ArticleScroll Bar with LONG value...updated
This is an example (the scrollio picture viewer that I convert to take dib) with new control LargeBar Now I can open a 20 Mpixel photo and select zoom 2000%. The code of scrollbar is small. Return from...
View ArticleVB6-SubNet representation
Applying a mask to an IP address is relatively straight forward in "C". You simply do a bit wise "AND" between the two. Because Visual Basic does not do bit arithmetic very well, it is a little more...
View Article[VB6] JPEG-compressed TIFF File Reader (GDI+)
You probably know that GDI+ is useful for loading various image formats, but GDI+ also has issues with every format it loads. For TIFFs specifically, one of the compression options it won't support is...
View ArticleQuery Assistant - connect to databases and execute queries.
What is the Query Assistant? A complete application that makes connecting to databases, executing and executing queries easier. What can it do? 1. Connect to database using Microsoft ADO as specified...
View Article[VB6] ListViewCustomSort Helper Class
I did a search here but couldn't find an existing implementation. There are several out there in the wild, dating back to an old Randy Birch example base on an even older MS KB item on sorting by date...
View Article