SendKeys To Dialog Box In External Application

Jan 20, 2012

I am automating 3rd party simulation software. The simulation is contained in a DLL. The DLL is programmed to interface though Excel. (Yes I have tried to use the dll outside of Excel, but other factors don't allow it. I have also asked the author to capture the error and recompile the dll)
VB.NET Application
- Excel.exe
-- Simulation.dll

Sometimes a runtime error occurs in the DLL and a dialgo box is created. "On Resume Next" in excel does not bypass the error, nor can I trap this error in the VB.NET application. Currently, if the simulation does not complete in 5 seconds (the DLL error has been thrown and a dialog box is present), I terminate excel application in the following pseudo code manner:

1) Excel.Quit (quit method of the Excel application object model; does not close excel, no error thrown)
2) FinalReleaseComObject() (for all the object references to Excel, workbooks, ranges, etc) <- a
3) Set all excel references to nothing
4) System.Diagnostics.Process.GetProcessById(MyClass.procID).Kill()

A RaceOnRCWCleanup is detected (An attempt has been made to free an RCW that is in use. The RCW is in use on the active thread or another thread. Attempting to free an in-use RCW can cause corruption or data loss.) when releasing the Excel application (the other object references do not cause this warning). Is this caused by Excel still being open? I have tried to "find" the error dialog box and close it with some SendKeys, but the an System.InvalidOperationException is thrown: SendKeys cannot run inside this application because the application is not handling Windows messages. Either change the application to handle messages, or use the SendKeys.SendWait method.

I have tried:
1) MyClass.xla.Dialogs.Application.SendKeys("{ESCAPE}")
2) MyClass.xla.Application.SendKeys("{ESCAPE}")
3) MyClass.xla.SendKeys("{ESCAPE}")
4) System.Windows.Forms.SendKeys.Send("{ESCAPE}")
5) My.Computer.Keyboard.SendKeys("{ESCAPE}", True)
6) sending keystrokes to buffer: [URL]
7) Creating a VBS file to send the escape character (doesn't work becuase of the path lenght)

This is what I know about the dialog box from Spy++:
Caption: run-time error
Class Name: #32770 (Dialog)
This program will be running un-attended so I want all debug errors and messages accounted for in code before this goes into production.

View 8 Replies


ADVERTISEMENT

VS 2010 - How To Get Path Of Selected File In External Open Dialog Box

Apr 4, 2012

My question is as follows: The user has clicked File>Open in Notepad and also clicked on a file/folder. My Application in VB.NET needs to know the path and filename of the selected file/folder before the user selects the OK button of the Open Dialog box. How can I do this with VB.NET (VS2010).

View 5 Replies

C# - Sendkeys From WPF Application?

Jun 20, 2011

I have an WPF full screen application and I configured Skype´s "Focus Skype" Hotkey to Ctrl+F6 combination.

How can I send this message to windows (Ctrl+F6)? I tried by sendkeys but is not working, it says that: SendKeys cannot run inside this application because the application is not handling Windows messages. Either change the application to handle messages, or use the SendKeys.SendWait method."

I tried Sendkeys.sendwait method but it minimized my full screen application and I need it remains full screen.

View 1 Replies

SendKeys To Another Application

Feb 24, 2012

I've been developing applications in VB 6 for many years. For a long while now I've not been developing and I switched over to Windows 7. Now I've been asked to build a trainer so I moved over to VB.net 2010 and I'm struggling to make the transition. Anyhow I'm stuck with this trainer.I've been asked by many players of an online game to create an application that serves as a trainer for leveling up characters. I've been personally approached by some of the guilds also. This is an MMORPG so instead of running around for hours, the trainer simulates the keyboard key 1 being pressed which is the attack button. So the character attacks monsters automatically until you stop the trainer. In this way you can leave the game running in the background and do other work.This small project has got me really excited in working in vb 2010 and to me it's a small kick start. I haven't done anything like this is Vb6, it was more database orientated and educational game software I was developing. So I'm clueless in this area.

It doesn't really work. If I activate the ingame chatbox it returns 1 and 49 respectively into the text area but doesn't activate the "attack" command even if the chatbox is deactivated. I'm guessing it's not sending the keyboard press event but instead sending a string?

View 1 Replies

Application Not Working With Sendkeys?

Apr 24, 2012

So I have a form with a textbox1 thats supposed to enter in a set of keywords and then ebay will give you the"Instant suggestions" in return, but when I have my textbox1.text send the text over to the ebay form, ebay will not return any suggestions, unless I use the sendkeys.send method. Well, I do not like the sendkeys.send method because it's way too buggy &only works under the right conditions.Here's a pic of google instant and ebay does the same thing. So here's what I'm trying to get ebay to do:Here's the code that I have:

Dim theElementCollection As HtmlElementCollection = WebBrowser1.Document.GetElementsByTagName("input")
For Each curElement As HtmlElement In theElementCollection

[code].....

View 11 Replies

Using Sendkeys To Flash Application

Sep 29, 2010

i am facing problem using sendkeys to flash apllication while it works for others like textboxes

View 1 Replies

Using SendKeys To Send To Another Application?

May 16, 2011

I cannot find any solutions so far using the MSDN search, so I'll just ask the question here. I am trying to make a "bot" so to speak for a game that I play so that I can automate movements and macros. I've never used Sendkeys method yet until today so I am very unfamiliar except for the articles I have seen on the MSDN.

Basically, the game I play I can manually set macro keys like spacebar to perform task. What I want to do is have my application automate this process on a timed basis. Like, every 2 seconds send the key of spacebar to the other application (MapleStory.exe).

[Code]...

View 7 Replies

.net - How To Use Sendkeys To Copy Text From Outside Application

Sep 30, 2011

I have a specific application (someprogram.exe) i wish to use the sendkeys command to perform CTRL + C from the application i'm bulding in vb.net. I don't need to bring the data into my app, just copy it to the windows clipboard.

View 1 Replies

Put Application In Focus Before Call SendKeys

Feb 8, 2010

I am using SendKeys.Send("{HOME}") in a MaskedTextBox to bring the cursor to the beginning of the textbox when the text is empty. When I try to close the project the application freezes if it doesn't have focus. How do I put this application in focus before I call SendKeys? [Code]

View 2 Replies

VS 2010 : Difference Between SendKeys.SendWait And SendKeys.Send?

Jul 28, 2009

What is the difference between SendKeys.SendWait and SendKeys.Send?Send obviously will just send they key immediately, but does SendWait actually wait for the message to be processed or does it also send it immediately?The function's name itself is just confusing. Which one should I use if I want to send keystrokes to a 3rd party app immediately, or is there no difference? To me, a few milliseconds is a big difference.

View 3 Replies

Sendkeys - Simple Application For Sending Keystroke?

Mar 20, 2012

I have an issue regarding Sendkeys Class, as i want to use this class in order to send some keystroke to the active application. As a first step i want to test the {Enter} keystroke, so in order to achieve that i made a simple application in vb.net 2010

Public Class Form1
Public Shared data As String
Private Sub SendintText(command As String)

[Code].....

By the way in order to use double quotes in a parameter you need "test"...(i have spent 15 min to find out) so it might be usefull...

View 2 Replies

SendKeys Not Working - SendKeys Is A Type And Cannot Be Used As An Expression

Jul 2, 2010

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
CheckBox1.Checked = True
While CheckBox1.Checked = True
SendKeys("{END}")
End While
End Sub

That is the code, the error is "SendKeys is a type and cannot be used as an expression."

View 1 Replies

Taking Control Of Another Application With Sendkeys Or Windows API Is Not Working?

Nov 18, 2011

I have tried to control another application to automate a process we do 100 times a day. It is simple enough, a few key strokes is all but I have been foiled in all attempts

View 1 Replies

Call External Windows Application Form From Application?

Aug 17, 2011

I Have one Windows Application in which i have one MDI Form (Say App1). And I too have another Windows Application in which I have a Child Form (Say App2). So now i want to Call App2 from App1 .. And want to Display App2 form As MDIChild in App1 MDI Form . I am Able to open the Form of App2 , But how to set It As App1' Child .

View 2 Replies

Make An External Application 'child' Of Main .Net Application

Jan 23, 2010

I use SetParent to make an external application a "child" of my Main .Net application. This works fine.What I need to know is why can't I use Me.MDIChildren(0)I thought that using SetParent would increase the number of children by 1, thus allowing me to reference it with the above code, but it shows there are no children in the array.I have been trying, without luck, for 2 days to try to maximize an external app being displayed in my app. I can get it to display, but I would love it if it could Dock to the same size as its container (a panel)

View 3 Replies

Sendkeys To A Not Focused Running Application Visual Basic 2008

Jun 24, 2009

i allready know i cant use sendkeys.send, whats the other code to do this?

View 2 Replies

Using The Sendkeys Method In A Console Application To Copy Whatever Is Highlighted By The Mouse?

Dec 9, 2010

I'm trying to use the sendkeys method SendKeys.Send(

[code]...

Function to copy whatever the user has highlighted. I have a console ap with hotkeys to open it. It locks up the computer and I have to use TaskMan to free it up. I know this is a simple piece of code but I must have something wrong with the sendkeys line.

View 2 Replies

SendKeys Underlying API Or API Equivalent To SendKeys?

Dec 1, 2009

I'm looking for the underlying Win32 API call that the DotNET Framework invokes on a SendKeys.Send or .SendWait call, or a Win32 API Equivalent to SendKeys. I've already experimented with SetKeyboardState which seems like the way to go, except that it does not raise any kind of keyboard event that causes the set keystates to register with an active application or the OS (at least not until another key is pressed; for example I can meddle with the keyboardstate before events process on a natural keystroke, but I can't invoke a keystroke programmatically).

View 1 Replies

IE With External Application?

Oct 3, 2009

I have a quick, yet simple (i think?) question. How can i use the address bar to send commands to a external application?

Example:

AOL Instant Messenger I havent used this application in a long time. But i remembered if you wanted to add a friend to AIM from their online profile it directed them to a link such as:

aim:addfriend=contactID and AIM would pick this up and add it the contactID to the application. The link i posted is more than likely not the correct link they use but it shows what im trying to accomplish.

Im looking to achieve something along the lines of: myApplication:command=commandValue

View 3 Replies

Use Shell To Have Application Call An External Application But Its Not Working - Error: 'System.windows.shell'

Jun 3, 2011

I'm trying to use the Shell to have my application call an external application but its not working...I don't understand why. I get the following error: 'System.windows.shell' is a namespace and cannot be used as an expression!

Heres my code....any ideas what I'm doing wrong. Its got to be a simple...stupid error.

Private Sub mnuUpgrade_Click(ByVal Ctrl As Microsoft.Expression.Web.Interop.Legacy.CommandBarButton, ByRef CancelDefault As Boolean) Handles mnuUpgrade.Click

[CODE].....................

View 2 Replies

Center An External Application Using .net?

Mar 23, 2012

how to center an external app on the screen, an example would be Adobe Reader, using either Process.Start or Shell. I've 'attempted' both but haven't found anything to control the position. I've also found some code using Api32 functions, FindWindow, MoveWindow, etc, but have not been successful at those either.

View 3 Replies

Controlling An External Application

Aug 15, 2009

I am currently working on making a macro in visual basic that will control an external application. I need to know how I can click the menu options in this program. Here is the code I have so far, which makes the application window active.[code]

View 3 Replies

Copy From An External Application?

Mar 17, 2009

I have looked all over for an answer to this question and have failed to find one. I have two applications. App1: I have no control over anything in this application aside from standard user inteface options. (Enter text, apply, ok) Someone else has created this program and I have no direct access to the database or any code. I can not make any changes to this application.App2: This is the application that I am currently creating. All changes will need to be made here.I currently have a program set up to copy information from App2 to App1. A user clicks a button in App2 and then goes to App1 and hits F8. App2 is waiting to get F8 and when it does it proceeds to use a series of sendkeys to enter the information from App2 into App1.Question 1: Is there a better way to get info from App2 into App1?I am trying to "smarten" my program up a bit. I would like it to read fields from App1 and compare them to certain variables and then do an action. I have tried to use sendkeys to copy from App1. This sometimes works, and other times the clipboard says object not collected it is not a valid format. So this method is obviously not reliable enough for me.Question 2: How do I copy data from a text box in App1? Sendkeys seems to not work. Again, keep in mind that I don't know textbox names in App1 so as far as I know, I can't do anything like textbox1.copy.

View 2 Replies

Move An External Application?

May 1, 2012

How can I move an external application. For example, notepad.location = 200, 200

how would I tell the program what notepad is?

View 4 Replies

Activate Application Through External Link

May 19, 2012

I want to be able to activate my application through my website. Like AIM, they have a protocol "aim?.." what ever, I was wondering how I might go about that? My application is standalone, I wonder if this would reduce the chances of this being possible.

View 2 Replies

C# - Maximize/Minimize External Application?

May 1, 2011

I have got Skype configured to launch minimized on windows starts.Now I need to bring Skype to front from a button from my full screen application button. I have got this code:

For Each p As Process In Process.GetProcessesByName("skype")
ShowWindow(p.MainWindowHandle, SHOW_WINDOW.SW_NORMAL)
Next p

View 1 Replies

C# - Setting External Application Focus?

Dec 17, 2009

In VB.NET, you can set focus to an external application using

AppActivate("Windows Name")

or

AppActivate(processID As Integer)

Now this works fine if you do for example:

Dim intNotePad As Integer = Shell("C:WINNTNotepad.exe",
AppWinStyle.MinimizedNoFocus)
AppActivate(intNotePad)

But when I do:

For Each theprocess As Process In processlist
If InStr(theprocess.ProcessName, "DWG") Then
strProcessList += String.Format("Process: {0} ID: {1}", theprocess.ProcessName, theprocess.Id) + vbCrLf
AppActivate(theprocess.ID)

[code]....

then it doesn't find the window, even if it's open and even if it finds the window using the window title.But I need it by process ID.How can I do that?I need it to set focus on a 3rd party installer in a windows installer setup project.

View 2 Replies

Determine An Event From An External Application

Jun 6, 2011

I am developing a program where I will save the information from a "Log file" from an external application..I have a biometrics system that reads and saves the log file to disk,once the user logs to the system, the system will save the file to a log file after that the system that i will develop will read the data from the "log file"(probably a text file) and send it to sql server.

View 3 Replies

Determine An Event From An External Application?

Oct 21, 2009

I am developing a program where I will save the information from a "Log file" from an external application..example: I have a biometrics system that reads and saves the log file to disk,once the user logs to the system, the system will save the file to a log file after that the system that i will develop will read the data from the "log file"(probably a text file) and send it to sql server what event should I use?

View 2 Replies

Executing An External Application In A Form?

Apr 23, 2010

i'm working on visual basic with an external program and want to lunch this program from visual basic like withe the shell but what i need the most is to make him incorporated into the form means that the executable is lunched within the form included into it in order to make them like one part for the user is there any way to make it with any version of VB or .net or visual studio even the 2010 ?

View 12 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved