Click here to Skip to main content
15,900,108 members
Home / Discussions / C#
   

C#

 
GeneralRe: how merge 2 PNG images in one Pin
iliyang16-Jun-05 0:38
iliyang16-Jun-05 0:38 
GeneralRe: how merge 2 PNG images in one Pin
Anonymous16-Jun-05 1:33
Anonymous16-Jun-05 1:33 
Generalunsafe code Pin
usbah15-Jun-05 22:05
usbah15-Jun-05 22:05 
GeneralRe: unsafe code Pin
Andrew Kirillov15-Jun-05 23:18
Andrew Kirillov15-Jun-05 23:18 
Generalerror Pin
fatidarya15-Jun-05 21:59
fatidarya15-Jun-05 21:59 
GeneralRe: error Pin
Dave Kreskowiak16-Jun-05 4:40
mveDave Kreskowiak16-Jun-05 4:40 
GeneralStart and use an external application Pin
Rey999915-Jun-05 21:53
Rey999915-Jun-05 21:53 
GeneralRe: Start and use an external application Pin
codeprojectin15-Jun-05 21:59
codeprojectin15-Jun-05 21:59 
Hi,

1. Checkout if the external program allows to you to have command line options for updates. like /u etc, to find out use <appln.exe> /? or /help

2. Otherwise, use process ProcessInfo to call the application and use Process.Showwindow = false (dont remember the exact function name) and use Sendkeys "{SPACE}" if you still wish to do the old C++ way.

3. The otherway would be to use Win32API to execute commands and get hold of the window.
GeneralRe: Start and use an external application Pin
Rey999915-Jun-05 23:33
Rey999915-Jun-05 23:33 
GeneralCSTA in C# Pin
yarns15-Jun-05 20:56
yarns15-Jun-05 20:56 
GeneralRe: CSTA in C# Pin
mav.northwind16-Jun-05 1:18
mav.northwind16-Jun-05 1:18 
GeneralRe: CSTA in C# Pin
Anonymous16-Jun-05 1:45
Anonymous16-Jun-05 1:45 
General"object" problem Pin
kakarato15-Jun-05 20:52
kakarato15-Jun-05 20:52 
GeneralRe: &quot;object&quot; problem Pin
Kai Radewald15-Jun-05 21:54
Kai Radewald15-Jun-05 21:54 
GeneralRe: &quot;object&quot; problem Pin
kakarato15-Jun-05 22:12
kakarato15-Jun-05 22:12 
Generalmerge column header of datagrid with C# Pin
dexom15-Jun-05 20:49
dexom15-Jun-05 20:49 
GeneralScanning pixels and storing Pin
Anonymous15-Jun-05 19:16
Anonymous15-Jun-05 19:16 
GeneralRe: Scanning pixels and storing Pin
Christian Graus15-Jun-05 19:24
protectorChristian Graus15-Jun-05 19:24 
Generalmonth year selection Pin
prgramya15-Jun-05 19:06
prgramya15-Jun-05 19:06 
GeneralRe: month year selection Pin
Christian Graus15-Jun-05 19:22
protectorChristian Graus15-Jun-05 19:22 
GeneralWindowsFormsParkingWindow problem Pin
seee sharp15-Jun-05 17:39
seee sharp15-Jun-05 17:39 
GeneralRe: WindowsFormsParkingWindow problem Pin
seee sharp12-Jul-05 18:15
seee sharp12-Jul-05 18:15 
GeneralOverride a method in a custom control. Pin
kakarato15-Jun-05 15:20
kakarato15-Jun-05 15:20 
GeneralRe: Override a method in a custom control. Pin
Christian Graus15-Jun-05 19:01
protectorChristian Graus15-Jun-05 19:01 
GeneralRe: Override a method in a custom control. Pin
kakarato15-Jun-05 19:02
kakarato15-Jun-05 19:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.