Hi!
When I start my application, the application reads a few string values from a .ini file into variables. But when the first variable is set and the application wants to fill the next one it says: runtime error 6: "overflow"
I can't find the cause of this. Can anybody help?
Thanx...
Hi!
Here comes my next question!:)
I have a button A
When I press it, I want to make the button move to button B, click it and then move it to button C and click that one.
How do I do this?
Thanx in advance!
Hi!
I have a timer that makes my components Flash:
inititalisation:
Private sub Button1_click()
Flash_ID = 1
Flash_Timer.Enabled = True
Flash_Timer.Interval = Flash_Interval
End sub
Private Sub Flash_Timer_Timer()
MakeFlash (Flash_ID)
End Sub
MakeFlash is a sub that is...
Hi!
I have a string and I would like to check if the string contains a specific word so I can filter the string out if it contains the specific word.
Thanx in advance!
Hi!
Can someone please tell me how to call a function in a C-project.
I know that I have to declare a function like:
Declare Function Test Lib "testlib" Alias "TestFunction" (ByVal teststring As String) As string
But how do fill this in.. I read something about using ANSI...
Hi!
I have a tabstrip. And now I want to change the selected tab on run-time by clicking a command button. So that you see that the selected Tab is different.
How can I do this?
Thanx in advance!
The handle of my app's window is not avialable for other program's in Windows. Is there a superiour handle I need to use? Is this a familiar problem?
Another app needs this windowID for parent/child window purpose.
Thanx in advance!
Hi!
I have an application and I would like to know the window handle of it. I need this for an API-call.
Where can I find this handle?
Thanx in advance!
Hi!
I have an own made user-control.
One of the properties that have been added to this user control are: DisabledPicture, DownPicture and Picture.
Now without not doing anything special, just switching from my user control code to my form, the application says: Runtime Error '424':
Object...
Situation description:
I want to call a "sub" in classA in ProjectA from ClassB in ProjectB
- ClassA is part of ProjectA which is compiled as a ActiveX(.exe) application.
- ClassA is puplic not creatable
- In ProjectB I made a reference to the ProjectA.exe
- In ClassB I declared...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.