Results 1 to 5 of 5

Thread: Click a button in another app

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2000
    Location
    Philippines
    Posts
    85

    Click a button in another app

    Hi to all,

    How was it done in VB.Net to click a buuton of another application? The external application has no keyboard shortcut.

    Thanks in advance.

  2. #2
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: Click a button in another app

    If you search for this it has been asked many times (I have seen VB 6 code for this). You should find plenty of examples in the API forum. It shouldn't be hard to convert it to .Net.


    Has someone helped you? Then you can Rate their helpful post.

  3. #3
    New Member
    Join Date
    Jul 2005
    Posts
    6

    Re: Click a button in another app

    Perhaps you could use sendkeys to sene a spacebar. That presses a button. you might have to use Tab to select the button first. And don't forget to select the other app.
    -DJ the vb.net 05 programmer

  4. #4
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Click a button in another app

    You could use the APIs like manavo11 said, it would just be unmanaged code in .net but should be ok. Lookup FindWindow,
    FindWindowEx, and SendMessage
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Aug 2000
    Location
    Philippines
    Posts
    85

    Re: Click a button in another app

    Thanks Guys especiallly to johnmon2. I didn't know that spacebar would simulate a click in the keyboard ;-)

    Milliuon thanks guys.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width