[RESOLVED] How to determine the amount of recorded data
How do I determine the amount or size of what has been recorded I'm using waveIn to record data and I want to then save the recorded data to an output .wav file. My problem is I don't know how much has...
View ArticleVb6,sp and crystal report
My company have develops a software that uses vb6,mssql2000 and crystal reports 10. I want to call a stored procedure(in ms sql 2000) with parameters through vb6. the result will be displayed in...
View Articleuser control error Failed to load control....
Failed to load control '<user contol name>' from . Your version of may be outdated. Make sure you are using the version of the control that was provided with your application i have read this...
View Articleauthentication ,read txt if ip match
Code: On Error Resume Next On Error Resume Next Dim i As Integer Dim pageadd As String, sText As String pageadd = "http://xxx/auth/ips.txt" sText = Inet1.OpenURL(pageadd) Do While Inet1.StillExecuting...
View ArticleSet DataGrid1.DataSource = rs
I am using the following statement in my vb6 code: Set DataGrid1.DataSource = rs How am I supposed to use this statement in vb10?
View Article[VB6] - 1 error that i don't know how fix it:(
heres my ShowImage sub: Code: Private Sub ShowImage()   Dim x As Long   Dim y As Long   Dim lngImageWidth As Long   Dim lngImageHeight As Long   Dim TempPosX As Long   Dim TempPosY As Long...
View ArticleCheck the condition before upload Excel to Access
Access have tables: StudentID Name Address Telephone My Excel are: Column A Column B Column C Column StudentID Name Address Telephone I want to write a condition in order to check field in My Excel...
View ArticleQuestion about Timer Control
When you start a timer control; Timer1.Enabled = True, does the timer wait the Interval amount of time before it fires the timer event or does it immediately fire the event then wait Interval time to...
View Articlehow to use biometrics devices(thumb mark scanner)?
i have a project that needs to use a thumb mark scanner, if you put your thumb on the scanner your picture will appear together with the other information about you.. i hope you can help me how to do...
View ArticleCreate field in Access
Hi I want that if field say 'abc' does not exists in table "Temp" it should be created . Thanks
View ArticlePassword to Access Database
Hi Can we set Password to Access Database using VB6 as front-end Thanks
View Article[VB6] problem WebBrowser1 i don't know how fix it:(
in Internet Explorer when i click search work but in vp6 dont work i upload video in youtube http://youtu.be/a_CGxCiO8qs and upload sourc code http://www.mediafire.com/?xg0k1dyd482b4su
View Article[RESOLVED] Variables in quotes
Hello, I am trying to use database connectivity in vb6 but am stuck at a step. Now suppose, I consider this code: Code: rs.Open "select * from Table where Fld = 'Samp'" This appears to work pretty...
View ArticleCapturing Sine Wave in Real Time
I want to display the sine wave of an incoming sound wave stream. I know how to do it after the sound has been completely received into a buffer but I need it to be captured as the sound is received in...
View Article[RESOLVED] The X in the right upper corner of a form
Hi I just wonder how to enabled the X in the right upper corner of a form. When I press the X then I will that it goes to cmdquit and the program is ending. How to do that Bonzo
View ArticleLinking help file topic to button event
I just don't seem to be able to grasp how to do this using VB6. I've tried at least 6 methods I've found on the net but I get different errors with each one or nothing happens. The program is an MDI...
View ArticleHelp me To Make DHTML Application
I have program with VB6 and SQL Server 2008 work on desktop application i want to make it work from Browser via internet so users can access it from and place without any setting some one told me that...
View Article[RESOLVED] [VB6] problem WebBrowser1 i don't know how fix it:(
in Internet Explorer when i click search work but in vp6 dont work i upload video in youtube http://youtu.be/a_CGxCiO8qs and upload sourc code http://www.mediafire.com/?xg0k1dyd482b4su
View Article[RESOLVED] Linking help file topic to button event
I just don't seem to be able to grasp how to do this using VB6. I've tried at least 6 methods I've found on the net but I get different errors with each one or nothing happens. The program is an MDI...
View ArticleComponents do not load - conclusion
I decided to create a new thread because the earlier one is so long that it would be hard for somebody to figure out what is going on. To begin with I would like to thank MAX187Boucher for the great...
View Article