BitBlt issue smearing the character on a moving background...
I made visible the Character and CharacterMask for referencing VB6 Windows 7 I am using BitBlt to move the map behind the character. I am also using BitBlt to draw the character. The character is...
View Articleneed help (Searching Record)
Is it possible to have an auto complete from different fields using COMBO BOX? Data fields : Field 1 : IdNumber Field 2 : eLast Field 3 : eFirst Example : Format (Id number - Lastname, Firstname)...
View ArticleForm 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 Article