o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

How to load external .exe application and click a button -

HI all i got an .exe applicaton which is mssanger and i want to load it on click of button and click on one of its button that logins me in all on click of one button. But i do not know how to do this. i be happy if some show me how i can do this.Thanks

 

How to load external .exe application and click a button -
HI all i got an .exe applicaton which is mssanger and i want to load it on click of button and click on one of its button that logins me in all on click of one button. But i do not know how to do this. i be happy if some show me how i can do this.Thanks


How to send a click in an external application -
How do I program to send a click in an external application even if the external application is not on top window. What I wanted to click is not a button and I most used postmessage not sendmessage 'cause when what I wanted to click is clicked it sometimes produce a messagebox and I wa


Disabling Command Button of Another Application -
I am executing an external application using shell command from my application........the external application when executed show an alert with two button YES and NO........Now my Problem is I have to Stop the user from Clicking the NO Button or is it possible to disable the NO button


Using SendMessage API to control external app -
I have an external, 3rd party application that I need to be able to control. I've tried using SendKeys but due to the obvious limitations of this function the behavior is erratic. I know you can do this using the SendMessage API but I'm not sure how to do it. Basically, I need to


SendKeys/Mouse move -
Is there a way to move mouse pointer to a specific location (i.e to a button on a different application) and execute its click event programmatically? I have an external application that run music every time when I click the next button on it. What I want is to create a program that


Setting focus to textbox of a external application -
Hello, I have this VB.NET application from which I would like to automate simple tasks on external applications like clicking on a button or sending text to a specific textbox. I am able to activate the external app and send the keystokes to it but when that external application


Hook External Application -
How can I postmessage to click on a position of an External application? using setcursorpos() api i have positioned the mouse point. How can i generate click event? Please help.....


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.


detect external button click on msgbox -
I have an external application that throws up a yes/no message box when I post a WM_QUIT message. What I'd like to know is if the user either clicked YES or NO to this message box. Any ideas on how I can do this?


Mouse events outside VB App -
Is there a way to move mouse pointer to a specific location (i.e to a button on a different application) and execute its click event programmatically? I have an external tutorial application that run one chapter at a time and waits for a click on the next button to play the next ch


Monitoring an external apps events -
I am using a external application that keeps on hanging. When it hangs it will throw up some message boxes saying that a memory exception occurred etc... Is there anyway that I can get a handle on this application within a VB application and then ask it to monitor the crashing ap


Controlling an external Application -
Hey does anyone know how i can insert text in to a text box on an external application by clicking a button on my form? I use a chat program called PalTalk and i want to make a program so when people click on a button on my form it will insert a picture made from characters in to


External Resources in DLL -
Hello, I am new to these forums and somewhat new to Visual Basic .NET. I am using Visual Studio .NET 2005. Here's basically what I want to do: I have a lot of graphic images for my application, including icons and png files. I want to store these files in an external DLL so my ap


GUI-Linking buttons to external files -
Can anyone help me? I have a button that I want to link to an external file, i.e. when the user click on a button a text file will launch. Derrick


.net05 make a mouseclick event without the mouse actually being there -
For Eg. im using my mouse to play a game and there is a external button* at point(50,50) i want to just click there without having to make my cursor go there and without disturbing my game. *external button means like a button from microsoft word or an internet browser button, not i


Fire Form Load Event -
I am writing an application to automate some features in an external program. The external program fills a grid with information from a database, it apparently loads the grid in the forms load event. My application will sort throught the database and delete records that are not n


External apps control (Gurus...) -
Hi, Is it possible to disable an external application button ? (Using API or some other trick ?)


External App's InputBox -
I have a program which manipulates another program via SendMessage. At times, the external application throws up an InputBox, which I then automatically feed with the appropriate text and click the OK button via the SendMessage API call. What I would like to do is suppress the split


[2005] Running an external application -
Hello guys. How do I run an external application in VB.NET? For example, I want to run notepad.exe when a button is clicked. Thanks guys! ^_^


something a little difficult, Please help -
i have one application that you need to input a login name, a password and click a button to login. And i want with an external application to execute that appl and input the user id, the password and make click to login to that application automaticaly. Thanks


How to conect to external mysql from vb 6 application -
Hi all. i am new to vb 6 world. I am trying to make an .exe application take user input and write it to external mysql database that recides in external server. I be happy if an expert show me how i can achive the connectiion and execute the sql statmennt from within vb .exe applicatio


Closing an external application -
Hello to all. I know how to use the "shell" command to open external applications, but could someone help me with a way to unload an external application. I have an application that uses a socket and sometimes it "gets stuck". I have error handling but the only way


Connecting to an external application -
Hey does anyone know how i can insert text in to a text box on an external application by clicking a button on my form? Thanks for any help


how to place external window insidy my form -
Hi all . I wonder how i can load a specific external applications window inside my form. I do not mean the application itself . i mean a window of that application.


Help with Dr Memory's CopyTreeView Demo -
Hi all i need some help with Dr Memory's CopyTreeView Demo . I want make it so it copies external tree data and displays it it in listbox on click of a button for specific treeview that has the following calass name info: hWnd=66310 Class=GradienTreeViewClass Currently the cod


control an external application via vb (like a macro) -
Hi everybody, i searched about a solution to control an external app via vb. I don´t want to use app special commands, it should be possible for all app, like a makro for an app. Like this: 1. get the window handle of the external app 2. check what´s on the window (buttons


Need to click twice on the button -
In my application, from the main form, another (modal) form is opened with another button having the focus. However when i click the button nothing seems to happen. But the second time i click the button, the click event gets fired. It is such that i need to click on the form once(any


external macros -
i wanna learn how to create external macros, i just need to know afew basic things, *how would u tell it to type somthing onto the computer virtualy.... if u get the lingo? eg. if you pressed a button it would type what ever was in a textbox. *how do u get the mouse to move? if i


Printing strings in external applications -
Hi all, I've got an old rs232 barcode scanner which plugs into the comm port. I'm developing an application to recieve the barcode, and print it in an external application which has focus at the point where the cursor is. How would i go about printing the barcode in an external app


[02/03] Having trouble debugging my class Library -
I got this from the msdn Library: In Solution Explorer, select the DLL project. From the View menu, choose Property Pages. In the Project Property Pages window, in the Configuration drop-down list, choose Debug. Click the Debug tab. You can start the application by either


ActiveX Exe vs Normal Exe file -
I needed to do the following: - Pass arguments from a VB application that I'm writing to another external VB application (that I also have the source code to). - I then wanted to run the external app, read the arguments and freeze the calling application until the external applicat


External App Menu Click Code -
Using the InsertMenu, GetMenu and FindWindow API's, I've successfully managed to add a new menu item to an external application (in this case, Notepad). But, what I don't know how to do is add the code that will make the menu item do something when I click it. Any ideas?


faster execution of application -
Dear Sir, I've created a VB application in which there are 5 power point slide shows(PPS)integrated. when a user clicks on a button it opens a PPS. If he clicks on the 2nd button it opens 2nd PPS and so on. But the application is taking lots of time to open PPS when the user cli


Focus switching between diff. applications -
Hi all! I am a new in this forum I like very much and this is my first post so pls. be patient with me! Anyways. I have a problem with control over switching of window focus of different applications. I have a main application programmed in VB 6.0 and I use SHELL function to open


Can i perform a click on a button just by having the buttons handle -
Is it possible to perform a click on a button of a external 3rd party program just by having its handle?. I would like a similar solution as you would do if the button was local on your form for eg: Button1.PerformClick() Thanks in advance


Put App in background -
Hi all, I have a question that I'm sure has a quick answer. I'm just a tad rusty... I'm making a frontend app that will launch other applications. When I click on the list item to launch the external application, it launches, but a split second after the app appears, my fronten


SendMessageA to an external App -
Hi all, Here's my problem, I wanna send a key command (F10) and a Mouse Click (on a certain x,y pos) on an external application (GunBound)... Thanks for an eventual help.


Button Click -
I am trying to use API to click a button in another application. I already have the handle to the button, but can't seem to make the click event fire. It is a graphics button and does not respond to keyboard events, so the click is the only way I can think of. I have tried using


how do you push a button on an external application -
I need my visual basic application to push a button on an application using the mouse. I know I do this (somehow) with API calls etc. Could somebody give me a rough idea where to begin with this?


How to click or 'Enter' outside VB -
I know how to track the Key pressed outside application (created by VB). But I want to know how to click using mouse or press any key (especially Enter) outside my application. e.g. I have bluelight internet service which is loaded in the start up. I want to load my application w