Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 4 of 4
Search took 0.15 seconds.
Search: Posts Made By: Brandon Tanner
Forum: Programming 2nd January 2013, 01:22 PM
Replies: 9
Views: 1,602
Posted By Brandon Tanner
Re: Can someone help with VB 2010? Trying to open & manipulate external program.. I'm stuck.. lol

I don't know what else to tell you, as that code works perfectly for me. Maybe try to open different exe files and see if that works? If no other exe files open, then is it possible that a firewall...
Forum: Programming 2nd January 2013, 11:35 AM
Replies: 9
Views: 1,602
Posted By Brandon Tanner
Re: Can someone help with VB 2010? Trying to open & manipulate external program.. I'm stuck.. lol

I just double checked it and that's the correct code.

1) Are you sure that the full path to the exe is correct? (and I believe the entire path is case-sensitive).

2) You may have to bump up the...
Forum: Programming 2nd January 2013, 10:53 AM
Replies: 9
Views: 1,602
Posted By Brandon Tanner
Re: Can someone help with VB 2010? Trying to open & manipulate external program.. I'm stuck.. lol

If the program is not part of the Windows OS, then you can do something like this...

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

...
Forum: Programming 31st December 2012, 10:17 PM
Replies: 9
Views: 1,602
Posted By Brandon Tanner
Re: Can someone help with VB 2010? Trying to open & manipulate external program.. I'm stuck.. lol

To open Notepad and send the keys Ctrl+N (new file), you can do this...

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

...
Showing results 1 to 4 of 4

 
Forum Jump


All times are GMT -6. The time now is 01:43 PM.