[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 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 Article[RESOLVED] How 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 ArticleFailure to add a component to the project
Today I've started the VB6 IDE for a new project and have clicked on project/components menu to select "Microoft Windows Common Controls 6.0 (SP6)". After clicking OK the message "File not found"...
View Articlehelp using (for statement ) to grab certain strings
i have richtextbox1 that has html code and now i need to understand how to use a for statement to grab all strings that has same string in html example line below html code in richtextbox1 there are so...
View ArticleGrid Reference Issue
Hi,Friends i want to fill all the percentage .when i dragged until end of the specific row .the issue is that but i want GrandTotal(don't change in reference but the upper reference change .but it is...
View ArticleLevels within a Treeview and how many Children in lowest level
Hello, I have a treeview control called TREEVIEW1. I need to get several statistics out of the control. Example 1 -1.1 -1.2 -1.3 2 -2.1 -2.2 -2.3 3 -3.1 -3.2 -3.3 4 -4.1 -4.2 -4.3 Assumptions: Each...
View ArticleCheckboxes all Items of ListView by API ?
How to Checkboxes all items of ListView by using api functions? i found this example but i can't Checkboxes all items! http://www.vbforums.com/showthread.p...istView-by-API
View ArticlePrintForm not displaying contents in Windows 7
Hi, Thanks in advance for any help. I am perplexed by this problem. I have a VB6 form that credits/debits an account. And if a checkbox is clicked, a receipt (another form) will be printed using the...
View ArticleTreeView Tooltips Slow Refreshing In Win7 When Using Non-Aero Theme
Hi all I have TreeView in a VB6 application which has roughly 15 items in it. When I hover over each of the Nodes the default Tooltips is displayed, when I then move the mouse down over the other Nodes...
View ArticlePrinting selected Pages
Hi When I send data to the printer from VB6 all of the selected file will print and this is fine. I have a need to allow the user to print selected pages so I have used the CommonDialog to display the...
View Article