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 ArticleLooking 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 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[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 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 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 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 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 Articlecan sql server to Flash
hi anyone. how Macromedia Flash connect to sql server? help me.
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(8875.71 - 8550) = 325.709999999999
Hello, THIS CALCULATION in VB6 RETURNS a RESULT of 325.709999999999 : Print (8875.71 - 8550) -Is it correct or is it a bug ?
View Article