how to update combo from the textbox ??
Hi, anyone know how to update on runtime the combobox from textbox? i write this code work fine only after exit the program and re-open again then will update the data from textbox. database: MS Access...
View ArticleSearch database for specific words many times
Hi guys. I've searched in here but nothing useful shows. I've made a few database apps over the years using DAO. I know its old but it works perfectly for the thousands of users that have my app. It...
View Article[RESOLVED] Ctrl+Backspace to Remove a Word instead of a Character?
I'm getting a garbled character as oppose to a word deletion with this hotkeys. So as you can do that on any other textboxes, can you possibly "trick" VB6 into doing this as well? Thank you.
View ArticleHelp needed to modify script so I can confirm delete before action.
Hi to all ... :-) I' a relative newbie to all of this and could really do with some help from any guru out there who would care to give me some advice. Programing is not my forte so I guess patience...
View Article[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 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 ArticleHelp with mouse_event
So I am coding a mouse clicker and got everything working like grabbing the position, setting how many times you want to repeat, etc. The only problem is getting the mouse to click on every loop...
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 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 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 Article