[RESOLVED] Convert IP address to integer
Hi. Trying to convert an IP address to integer. So I was thinking of removing the dots of the IP address and then use Cint . I did an experiment before and I used Cint without removing the dot's and it...
View ArticleVS 2013 Allow User to Sort Results - DataGridView
I have a table with hundreds of rows in it, each representing the metadata of a field that can appear on a report. I display all the data in a DataGridView and allow the user to select which items they...
View ArticleLVM_SETVIEW SmallIcon causes app to freeze... sometimes
So I've been using the same code to switch views for a long time, and this is a new issue that's occurred on unmodified code. The project, when run from the IDE, freezes and has to be killed from a...
View ArticleVS 2019 Populate textboxes with a zero if not included in search criteria.
If it can be done: Is there a way to put a '0' in all the textboxes of States that were not included in a search criteria? For Clarification... Assume I search Tennessee (TN) (for Miles driven and...
View Articlevb6 how to load cur from res file?
if test.res with cur 101 or cur res name "s001" Code: Const GCL_HCURSOR=-12 how to use MAKEINTRESOURCE("s001") Private Declare Function LoadCursorFromFile Lib "user32" _ Alias "LoadCursorFromFileA"...
View ArticleMenu editor name reference
Hello, My VB6 project contains 17 forms. In each form I would like to add a "Help" menu which opens the same web page. I could create a Help_Click () sub in each form. Is it possible to create a single...
View ArticleSQLite+RC5
Due to same complex (correlated) settings that are required to be saved on disk and because I wasn't satisfied with methods based on PropertyBag or UDT array I intend to use a small SQLite database for...
View ArticleVS 2019 Tag folders in Windows 10
Hi everybody, I was wondering if it is possible to add tags/labels to folder when creating it with VB.net. e.g. When I let my form create a customer folder, I would like it to add tags like: "product...
View ArticleNot breaking on undeclared variables
I have just installed VB6 on a new computer, it all seems to be working properly except that it's not breaking on some undeclared variables. If I have an undeclared variable on a form or module it...
View ArticleData base show patern
I've got to kids that leave jelly and other things on DVDs. So I wrote a simple program to store the movies in and they have access to them. All they have to do is click on the movie from a DBGrid1...
View ArticleData base show patern
I've got to kids that leave jelly and other things on DVDs. So I wrote a simple program to store the movies in and they have access to them. All they have to do is click on the movie from a DBGrid1...
View ArticleApproach to write list to file
Hello, from an external application my program is extracting data and writing this data in to a list with lists/string/integers as children. Is there a good approach to write the data from the list to...
View ArticleVS 2010 Failed to detect process
Hi, I am facing strange behavior. I want to detect specific process (ping.exe for example), but Im still getting process not found message, though ping.exe is still running. Maybe my other issue is...
View ArticleZSTD Decompression?
Not yet found a working decompress to zSTD just wondering if I have visual basic 6 code to decompress zSTD. How to decompress ??
View ArticleModifying a User Control to support MBCS
Hi, in a very old project, I use a button control I found on Planet Source Code called 'isButton'. Very pretty, with a Unix like look, rather than the carved from the face of Mt Rushmore with dynamite,...
View ArticleVS 2017 [HELP CODING BEGINNER] MAKE A BACK UP FROM A FORM AND RESTORE it later?
Hi everyone! i am back again for your great help! I have learn a lot thank to you! and i say you thank you indefinitely! ok, imy problem is i have a form with several pictures, labels ,...
View ArticleMore Unicode Menu Challenges
I've been implementing Unicode translations for the standard VB menus based on some posts I found on this forum. On my form, using the Menu editor in the VB6 IDE, I defined a menu with the following...
View ArticleRequest for Program
Please Help Code: public partial class Form1: Form { public Form1() { InitializeComponent(); } private void button1_Click(object sender, EventArgs e) {...
View ArticleGWBasic code optimization question->
Okay, feeling like playing with really old BASIC dialects I converted a program I wrote in Quick Basic 4.5 to GWBasic 2.23. In DOSBox it runs at an acceptable speed in Quick Basic, in GWBasic however...
View ArticleBreak through the limitations of VB6-Type
Is there a simple and elegant way to achieve the definition of the following structure (Type)? Module1.bas Code: Public Type ABC nMember = 123 sMember = "Hello World" oMember = New Class1...
View Article