Public LocalVar1 As String
Public LocalVar2 As String
about the SECTION_B thing : This had to be SECTION_A. Type-mistake.
Thanx for you help! I hope you can find the cause!
--------------------------------------------
Code:
Declare Function WritePrivateProfileString Lib "kernel32" Alias "WritePrivateProfileStringA" (ByVal lpApplicationName As String, ByVal lpKeyName As String, ByVal lpString As Any, ByVal lpFileName As String) As Long
Declare...
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!
Thanx! That was very helpfull! Now I would like to put the color vbRed in a constant value that will be used through the entire module.. so that I can easily change the value at one place only.
How do I put this value in a const.. "vbRed" doesnt work..
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!
Thanx!
But is it possible that if I have a huge project full of headers and source files that I just open that specific file with that specific function which I need in that huge project and add this:
LIBRARY dlltest
DESCRIPTION DLL TEST
EXPORTS
MyMul @1
at the end of the...
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!
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.