VB6/MYSQL problem using "seek"
I use the following code in the change event of a vb6 textbox and load the result into a listbox. This is using DAO in an ACCESS database. It has worked great since 1994. Dim sFind As Variant sFind =...
View ArticleVB6 App started failing this week in Windows 7
Hello All, I have a VB6 program which uses MSComm to do RS232 communications to a radio transceiver. Operation on Win 7 and XP has been very stable until this week. We started noticing that on Win 7...
View ArticleIs there a way for vb6 to post a new thread to Google Group Forum?
This is not Google+ but the old Google Group discussion forum No. It's not spam We use Google Group as a private in-house messaging system and as we process data for our business, we want our VB6...
View ArticleHow to declare public array using a variable as the subscript in a BAS module?
Hi everyone! It would be great if this worked! Public TotalKeys as integer Public Factors(TotalKeys) as double I understand why this won't work: The value of TotalKeys is not determined until after the...
View Article[RESOLVED] [VB6] Opening Form in Mouse Y, X
Hey guys i need to open a Form in the current X, Y of the mouse, basically like a menu. I don't have any idea how to do that :/ Because if i find the x, y of the mouse the form will not open in the...
View Article[VB6] Find Screen color
Hey guys i need to find a color in the screen ( monitor ) using the mouse, like an eyedropper tool, any help ? I would appreciate some help C: - Help me Please *-*
View ArticleDesktop Viewer
Hi all, I'm new on this forum, and I looking for a source code wich is a Desktop Viewer or a RAT source code. Someone can help me ? Thanks !
View ArticleDetect System Changes to the Date/Time
I want to check whether user has changed the time and date manually. i got a link which does this. But here WindowProc function fired continuously. So i think it is a little burden. So is there any...
View Article[RESOLVED] camera error
hello i created a camera prograame that can take pictures using the user camera on pc or laptop now when i run the programm it points me to the camera and when i choose it i get that no camera is...
View ArticleStatusbar.Top value gives false return value when Form is maximized
If I manually resize the Form then Statusbar.Top always returns the correct value as the Form is made bigger or smaller. However, if I maximize the Form the Statusbar.Top value stays the same value it...
View Articlewhich the best way to store duplicate data in tree (maybe tree data structure)?
Hi all. I've a file and have parsed them into tree structure. I've used dictionary (key-value pair data type) to store the tree. But, I've a problem when another sibling has same name but different of...
View ArticleIs there a way to make a paint brush "stamp" when you draw on a picturebox?
Hello everyone. I am working on a tool that lets me write on a picturebox, but it is focused on teaching math to students, and I am trying to integrate a "stamp" of sorts like you might see in some...
View Article[RESOLVED] How can I read a binary file fast?
I have written code to read a .WAV file with 72,000,000 16 bit samples. My program takes 10.5 minutes to read this file using VB6 IDE in the XP emulation. Audacity, a free program, takes 5 seconds to...
View ArticleHow do I pan and zoom in/out of a picture in a picture box?
Well, I am writing a code to get an image, convert it to grayscale. I have got everything done, except that the image (when bigger than picturebox) it isn't scaled properly. And when I use code to...
View Article[RESOLVED] Looking for possible optimization of code to count bits (1's).
I was wondering if anyone could find a better solution to this code i wrote. The purpose of this function is to simply tell me how many bits are flagged in a long integer. I figured there may be some...
View ArticleImage from Webcam
Hi I want to extract an image from Webcam and store it in a database Thanks
View ArticleClick event for Drop Down Menu list in VB 6 Toolbar.
Hey I have vb6 Toolbar in a form. There is three drop menu list. 1. Add --------1. New Profile --------2. New Record 2. Delete 3. Report --------1. Sales --------2. Salary I have below code for Button...
View ArticleWindows 7 64-bit -- Library Not Registered problem
For some reason I am no longer able to open my current project in VB6. When I try to load it I'm now getting the error message "object library not registered". The control causing the problem is...
View ArticleMost repeated/frequent word Please corect error
This is not working properly, what is problem, ty! Private Sub Command1_Click() Dim rijeci() As String, i As Integer, j As Integer, rijec As String rijeci = Split(Text1.Text, " ") Dim najcesca() As...
View Articlehi allz need just help grabbing info
this site http://www.guidedways.com/chapter_di...erTranslations[]=3 am working on , i need to understand why in winsock datta arrival the arabic text is not shown in correct format can u help here is...
View Article