Form Load and List Click
Need Help ...How can I code form load as well as all List Box Click events in vb6 for this xml ... Code: <names> <list1 name="firefox" id="1"> Â Â <list2>Beta</list2>...
View Articlevb6 and json file
Hello to all. I was wondering if anyone has a module for loading a json file to a listview. I want to write an app that will read facebook inbox using graph api. All i want to do is get from inbox...
View ArticlePackage assistant
Dear members, I am using spanish version of VB6, so I am not sure of the menu's names. After some work arround, I could make my VB6 work in a 64 bit machine with W8.1 Also, the package wizard works,...
View ArticleProblem With Changing Form Style
Having a problem changing window style using below code. First, I would like to mention it only works if I set the Form.BorderStyle = 2. Here's what it does: it changes the Form to have no titlebar, no...
View Article[RESOLVED] Problem With Changing Form Style
Having a problem changing window style using below code. First, I would like to mention it only works if I set the Form.BorderStyle = 2. Here's what it does: it changes the Form to have no titlebar, no...
View Articledetermine numbers in a 80 number msflexgrid
I am saving an array of upto 10 numbers to a file the numbers in the array are saved based on the .cellforecolor in a 80 number msflexgrid I am trying to deterime how to set the cell images based on...
View ArticleWhere can I download a copy of VB 6.0?
Hi, Where can I download a copy of VB 6.0? Thanks.
View Article[VB6] How to connect destination ip via socks4 proxy ?
Hello vbforums ! This is my first post here. I wanted to know how to connect my destination ip via socks4 proxy and send data via proxy. I have tried my own but i can't get it working. Why my code...
View ArticleHow to increment value in vb6
I'm having a problem increment the value of Text25.I was trying to increment the value when each time the data is saved. Below is what i have done Private Sub Command1_Click() On Error Resume Next Dim...
View ArticleCombobox
I want to do something when the user selects an item in the combobox. Anyone who knows this?
View ArticleTake screenshot of website with swf on it
I am trying to take a screenshot of a website that has some .swf objects on it using PrintWindow API like this: PHP Code: Private Declare Function PrintWindow Lib "user32" (ByVal hWnd As Long, ByVal...
View ArticleGetting Html check box value in vb6..
My questin Is that... <input type="radio" name="wheelers" id="twowheelers" value="FourWheelersVerification" checked="" onchange="changevehicle(this);"> Now i could'nt Get the value in my vb check...
View Articleextract links from webbrowser
Quote: </td><td valign="top" width="100%"><a href="dirget.pl?url=http://www.site1.org/loan-services/" target="_blank"...
View Articlelist boxes
So I have to make the following program but I can't figure out a way to get the Number selected to make a times table. In this program, the user will be asked to enter a number between 1 and 12. Then,...
View Articleextract links from winsock data arrive please
i need help extracting from winsock data arrival event , i need a for each statment help i dont no how to start , i know how to use if statment tho please help , need to extract get quality backlinks...
View ArticleUnicode Replacement for fCreateShellLink and fRemoveShellLink
Hi Folks, Anybody got a replacement for these when the link target is in a folder with a unicode name?
View Article[RESOLVED] How to increment value in vb6
I'm having a problem increment the value of Text25.I was trying to increment the value when each time the data is saved. Below is what i have done Private Sub Command1_Click() On Error Resume Next Dim...
View ArticleHavin Issues with my Loop
I'm workin on this program that takes all the strings in a list and turns them 1337(leet for those who may not know). The leet function is working but it won't move to the next string in the list. I've...
View ArticleSQLite3
Hi all, I am at complete wits' end. I just cannot get a working demo using sqlite3. I am thwarted either by broken links, demos not running, my casual knowledge of VB.... Can someone give me a pointer...
View ArticleSave a small integer array as part of a udt
How to include this array into the udt below mMarkedNumber(1 To 10) As Integer can this be done if yes how ? Public Type SavedKenoGameGame tmpbetMode As Integer tmpSpotMarked As String * 2...
View Article