Need the simplest way to SMOOTH scroll a rich text box. Like movie credits.
I need the code for smooth / slow scrolling of a richtextbox in vb6 Very much like movie credits. thanks in advance
View ArticleProgress bar not updating
Hi, I am using DigiRev's Ultimate Winsock Downloader (HTTP, FTP, Files > 4GB) to download files and the code works. However, if I try to use the code in my own project (the exact same code and...
View ArticleERROR Procedure declaration does not match description of event or procedure...
Dear Friends, i've problems when compiling my project that using Microsoft Active-X Data Objects 2.7 Library, the error is : my Operating System is Windows 7 Professional 64-bit when i was using...
View Articleitem dosnt display with its picture
i have a inventory where i store products and a picture after i add a new product and its picture and save it i can add the same product if i order the same thing well i added 2 diffrent products with...
View ArticleRead Data from RS232
Hi I have 2 comm ports and data is coming on 2 simultaneously . Is it possible to get which data is coming from which port. Thanks
View Articlehow to calculate time in and out when i log off the system
is there a way to calculate the time in and time out to show in the table LogTotal = LogIn + LogOut this is the code : when i log in the system Code: ULog = NextID("LogID", "Logs") CN.Execute "INSERT...
View ArticleDo While... Loop Question
If I wanted to blink an image control within the following Do While... Loop portion of the code without having to pause the Do While... Loop timer, how can I code it so it works properly? Here is a...
View ArticleWinsock client state stuck at 6!
Hi guys, I created a winsock client and server. Both of them are running on the same machine. When the client connects to the server, it always stays at connecting. While the server accepts the...
View Article[RESOLVED] Clear textbox issue
Good morning, I have a few textboxes that the user places dates into. These boxes have a lostfocus sub to convert whats entered into a date. Code: Private Sub txtDueDate_LostFocus() Â Â If...
View Articlehow 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 ArticleUpdate existing VB 6.0 program to run in China
Two existing programs need be run by users in China. One runs on WinXP Pro. The other runs on Win7 32 bit. What is it going to take to change the OS to Chinese language ? And then change the program to...
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 Article