[RESOLVED] how to use each button in a custom toolbar
hello i just added a new custom toolbar now im trying to make each button to do diffrent thing with no luck this is what it says in the Private Sub Code: Private Sub ACPRibbon1_ButtonClick(ByVal ID As...
View Articleequation for downloaded file and time taken into mbps???
i am making a internet speed test function for the rest of my script. i have successfully downloaded the 1mb file or 10mb file optional and i have the seconds it has taken could somebody tell me how to...
View ArticleSplitting text into array, then looping through array
Hello all, Seems I have more array questions! I have this code, which doesn't quite work. Basically it loads a string and splits it. It then loads each of the splits into an array. I am then trying to...
View Article[RESOLVED] call to DLLRegisterServer failed error code 0x80020009
Hi I get an error when im trying to register my program its in visual basic 6.0 but i get this error Code: The module "C:\Nexus MINI\MSDXM.OCX was loaded but the call to DLLRegisterServer failed with...
View Article[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 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 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 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 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[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] 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 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 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