CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: BigWetzticles

Search: Search took 0.04 seconds.

  1. VB6 - Help using FindWindowEx with a Menu Bar

    I'm needing a little help using FindWindowEx to find the menu bar of an application. Then use SendMessage to click the specific options in that menubar.

    Right now I'm having to use SendKeys to hit...
  2. Re: VB6 - Need help w SendMessage to pass credentials to textbox on another applicati

    any ideas?
  3. Re: VB6 - Need help w SendMessage to pass credentials to textbox on another applicati

    OK so I have Spy++ v8 now. I found the messaging option that you are talking about, but need some help deciphering what I'm looking at, and looking for.

    Do I need to use the Find Window option...
  4. Re: VB6 - Need help w SendMessage to pass credentials to textbox on another applicati

    For some reason when I originally installed VB6, it didn't include Spy++ with it. Where is Spy++ located, or where can I download it from.

    I can't find my VB6 CD, only the CD for SP3.

    I found...
  5. Re: VB6 - Need help w SendMessage to pass credentials to textbox on another applicati

    Thanks, I got it to work!

    I was actually using a Spy program that doesn't show the entire hierarchy, it only shows the control that you have highlighted while using it. So I searched for a better...
  6. Re: VB6 - Need help w SendMessage to pass credentials to textbox on another applicati

    sotoasty - have time to help me with another issue?

    I'm having a hard time finding a specific window within this same application. I'm trying to find the Textbox and the Retrieve command button.....
  7. Re: VB6 - Need help w SendMessage to pass credentials to textbox on another applicati

    I changed that part of the code like you recommended and that fixed it, thanks! I think I understand how the array is working on this one.
  8. Re: VB6 - Need help w SendMessage to pass credentials to textbox on another applicati

    Sorry I left that part out of it. Here is the error message:

    Run-time error '9': Subscript out of range

    Here is the line of code that it is erroring out at, in bold:


    If Left$(StrClass, i -...
  9. Re: VB6 - Need help w SendMessage to pass credentials to textbox on another applicati

    Here is where I'm getting the debug err msg:


    Do
    lhndChild = GetWindow(lhndChild, GW_HWNDNEXT) 'Get text of the fist child window

    If lhndChild = 0 Then Exit Do 'IF no more child...
  10. Re: VB6 - Need help w SendMessage to pass credentials to textbox on another applicati

    Here is a screen shot of what the application looks like:

    30861
  11. Re: VB6 - Need help w SendMessage to pass credentials to textbox on another applicati

    I had a similar app that I pieced together in the past that would do this, but it was only written for a username and password text box. So with the introduction of the third textbox, it crashes my...
  12. VB6 - Need help w SendMessage to pass credentials to textbox on another application

    Hey all, I'm new to the forum, and need some help building my application. I'm less than an amatuer when it comes to coding, so i'll apologize up front if this is a simple/dumb question.

    I'm...
Results 1 to 12 of 12





Click Here to Expand Forum to Full Width

Featured