Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: BaDi
  • Content: Threads
  • Order by date
  1. BaDi

    Overflow Error

    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...
  2. BaDi

    Moving the mouse

    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!
  3. BaDi

    Changing component properties in module.

    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...
  4. BaDi

    Checking string on characters

    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!
  5. BaDi

    Calling a function in a C project

    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...
  6. BaDi

    Making Button's flashing

    Hi! Does anybody know how I can make specific button's flash by pushing a command - button? Thanx in Advance!
  7. BaDi

    Changing the selected Tab on run-time.

    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!
  8. BaDi

    Window not available in Windows

    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!
  9. BaDi

    Having VB resizing an external window.

    Hi! Does anybody know how can I change the width property of an random window (not a by VB created window)? Thanx in advance!
  10. BaDi

    Hi! How do I make a window clien

    Hi! How do I make a window client of my application's window? Thanx in advance!
  11. BaDi

    Changing the "Button.Picture property" at runtime

    Hi! I Have a command button. On the ON_CLICK event I want to change the picture of the button. How does this work? Thanx in advance!
  12. BaDi

    Summing the first bytes of a file

    Hi! How can I sum in VB the first bytes of a file? Thanx in advance
  13. BaDi

    Where can I find : window handle of VB app?

    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!
  14. BaDi

    User-Control problem

    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...
  15. BaDi

    How can I put the filesize of a file in a variable?

    Hi! How can I put the filesize of a file in a variable? Thanx in advance!
  16. BaDi

    How can I put the filesize of a file in a variable?

    Hi! How can I put the filesize of a file into a variable? Thanx in advance!
  17. BaDi

    Putting a file in a DLL

    Hi, Does anybody now hi I can put a file in a DLL? Thanx in advance!
  18. BaDi

    inter - project communication problem

    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...

Part and Inventory Search

Back
Top