[RESOLVED] object variable or with block variable not set
this msg i get after i sale a product and exit the program why? i know its some thing about to declare a value but there is no value to declare in my code. im only suming the lablels :confused: you...
View ArticleError #347: Failed to activate control "VB.UserControl"
I am upgrading a program for my job which is written in VB6. Today, I was updating one of the controls that the program uses called granBEC.ocx (only changed one line). I registered the ocx and made...
View ArticleAdd Data into DBGrid
hi, all I want to ... 1) add data into DBGrid from some textbox and combobox on CommandClick event. 2) Save Data of DBGrid also using CommandClick event. I want to DO above things using code. (like we...
View Article[RESOLVED] Select first row in listview
Good afternoon, I am attempting to programatically select the first row in my listview when a command button is clicked. I've seen some examples for vb.net but I cant seem to find any for vb6. I've...
View ArticleTest computer with an internet connection ?
I want to search the code your computer with an internet connection, note: not the case on or off the network card
View ArticleVB6 consume web service with SOAP 3.0
I would want that someone help me to develop the code to consume a webservice using SOAP 3.0 & VB6 or guide me to a internet site Here's the wsdl: Code: <?xml version="1.0" encoding="UTF-8"...
View ArticleDuplicating a Form
I want to create another Form similar to Form1 with controls .. I do not want to use select all , copy and past method for Form2 .. I tried to save Form1 as with different name and tried to add Form as...
View Articlecolor listview gets error after refreshing
i have a code that colors a row in the listview when i run it for the first time then i see the colored listview and everything is ok when i open the listview again or refresh then i get error there is...
View ArticleVisual Basic 6.0 question
Hey all, For the past year at school I have been doing Visual Basic in a computing class, I do not know much at all about the language itself but am learning quite quickly. My issue is I want to be...
View Article[RESOLVED] color listview gets error after refreshing
i have a code that colors a row in the listview when i run it for the first time then i see the colored listview and everything is ok when i open the listview again or refresh then i get error there is...
View ArticleInputing data into Microsoft Access from Visual Basic 6 Problem
Hi, Im completely new to Visual Basic 6, I only learned the basic a bit from a book Visual Basic for Beginner. So when it came to a harder coding, I got easily confused. I have a problem in inputting...
View Articlemade this program how this make read must
Hello my first thread in this web site i make a program please help me my program is consist in picture box and cammand button and 4 text box seen in picture and when i click button then result show...
View ArticleImages removed from Picturebox if object moves on top
I'm using BitBlt to draw colored balls on a Picturebox. Also using BitBlt I can randomly move these balls around the Picturebox using the mouse pointer. The problem I have is that the ball images get...
View Article[RESOLVED] saving all textboxes
hi on my form it creates some html pages in a textbox at runtime this looks on forms and lists all known textboxes i just need to save them all its finding them ok Code: Dim lines() As String, i As...
View ArticleDownload multiple files simultaneously by using an array of these controls
Hi, I am using Ultimate Winsock Downloader (HTTP, FTP, Files > 4GB) to try and download simultaneously by making the controls into control arrays. However, if I have vb Code: loader.DownloadHTTP...
View ArticleNeed help with FileName
In an application I need to open a textfile,"James.txt" The following code works : Open "James.txt" for input as #1 Input #1,abc My next step is to use FileName instead of "James.txt" Open FileName for...
View Article[Help] Stuck on program
numeralProj.zip I have encountered a block in my programming escapade. The project that I am working on is from a visual basic 6.0 programming book and is a program that opens a data file filled with...
View ArticleAny help with teaching software to convert from VB3?
Dear All, Apologies if this is a question that doesn't have a solution and you've heard it many times! ;-) I have some old code (see content of mak file below) in VB3 that I would like to try to get to...
View ArticleHow to read xml in vb 6
Hi sir, am learning jabber. i want to make a room searcher. send xml: Code: <iq type='set' id='Nimbuzz_SearchRooms' to='conference.nimbuzz.com'><query xmlns='jabber:iq:search'><set...
View Article