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 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 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 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 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[RESOLVED] Send a header with cookie using xmlhttp
Hello I want to send a header (GET) containing cookies returned by a previous GET header. First header: Code: http://mymodel.blogfa.com/comments/?blogid=mymodel&postid=17&timezone=12600 GET...
View ArticleGet ProgId or CLSID From Object/Variant
Background I need to be able to determine the ProgId or CLSID of an object held in the generic Object variable type, or Variant type. Google and forum searches have been unsuccessful. I have a project...
View ArticleVB6 How to replace a string in a text file?
Example my text file looks like this: 1234567 44 1234654 34 5654376 20 Lets say 1234654 represents student number and 34 is the balance. When I search and load a student number, I want to be able to...
View Article