Why is this Webpage keep on Refreshing and Reloading the Script???
Hello I am looking at using a set of ActiveX Control Objects that have been written by me to be placed inside my Website which I have done and it keeps on Refreshing and also Reloading when I try...
View ArticleNull Field Optimization
So I finished up this program and it is working good with on exception. Empty fields and Access Database with VB6 Listview.. I can add, edit, delete and search.. However at first when I started adding...
View Article[SOLVED]VB6 Automatically Finding Project References
Hi guys, I have just created a .dll and add a project reference to it. But when I move the location of the project along with the .dll, (Which is along side the .exe) the .dll can't be found. How can I...
View ArticleNeed help about computation and holding amount
Hey guys how to code this? I am using listview. I need your help. example. BALANCE : 500.00 | DATE | AMOUNT | BALANCE | """"""""""""""""""""""""""""""""""""""""" | 200.00 | 700.00 | | 300.00 | 1000.00 |
View ArticleLarge EXE means app runs slower?
I recently read a comment somewhere that stated the larger the executable, the slower the app would run. I'm wondering if there is any truth to that -- or if 'larger' was taken out of context, and the...
View Articleswitch on/off led through printer port.
hi guys i could do with a function that would turn on and off the data registers on a printer port. could you help me out please :)
View Articlesoftware limiting use
need help limiting the use of software by using a counter or other ways u may know i want to limit my software from being used after limit is reached then prompt i have a label1.caption= 0 this counter...
View Articleado.Recordset.Filter
I want to use the ado.Recordset.Filter command in my project. Can someone give me the syntax. I have written something like: Code: ado.RecordSet.Filter = "[SID]=" + txtQuery.text What us ado in this...
View ArticleClicking on a Control Array of Shapes
Hello Everyone! I'm trying to help a friend make Connect 4 in VB6 but I'm running into a problem with handling the event of someone clicking on one of the circles. The goal is that when a person clicks...
View Article[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 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 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 Article