Click here to Skip to main content
15,891,184 members
Home / Discussions / C#
   

C#

 
GeneralRe: System.Security File I/O problem Pin
Paul Griffin26-May-03 4:12
Paul Griffin26-May-03 4:12 
GeneralRe: System.Security File I/O problem Pin
Josh Martin27-May-03 13:52
Josh Martin27-May-03 13:52 
GeneralWorking on other application Pin
yarns25-May-03 21:27
yarns25-May-03 21:27 
GeneralRe: Working on other application Pin
apferreira26-May-03 0:20
apferreira26-May-03 0:20 
GeneralRe: Working on other application Pin
yarns26-May-03 0:42
yarns26-May-03 0:42 
GeneralRe: Working on other application Pin
apferreira26-May-03 1:07
apferreira26-May-03 1:07 
GeneralRe: Working on other application Pin
yarns26-May-03 19:56
yarns26-May-03 19:56 
GeneralRe: Working on other application Pin
Rocky Moore26-May-03 5:16
Rocky Moore26-May-03 5:16 
You would have to use the Win32 API calls to find the window of the application and walk through the child windows to get to the window you want to modify.

This kind of application is not really a target for .NET, it would be more a C++/VB6 app. You can do it of course, but I am not sure the extra work is worth it. Much simpler to use C++ directly accessing he Win32 API.

I put up a little program quite a long time ago that walks the window try and displays.

http://www.codeproject.com/tools/showwindowtree.asp[^]

Rocky Moore <><
GeneralInstallation Sets on .net desktop applications Pin
Braulio Dez25-May-03 21:04
Braulio Dez25-May-03 21:04 
GeneralRe: Installation Sets on .net desktop applications Pin
apferreira26-May-03 0:18
apferreira26-May-03 0:18 
GeneralRe: Installation Sets on .net desktop applications Pin
Braulio Dez26-May-03 0:31
Braulio Dez26-May-03 0:31 
GeneralRe: Default Marshaling for Strings Pin
Anonymous25-May-03 20:20
Anonymous25-May-03 20:20 
GeneralUsing password with access &amp; OledbConnection Pin
Meysam Mahfouzi25-May-03 18:19
Meysam Mahfouzi25-May-03 18:19 
QuestionWhats the C# equivilent of CHtmlView ? Pin
Mark Wickman25-May-03 17:27
Mark Wickman25-May-03 17:27 
AnswerRe: Whats the C# equivilent of CHtmlView ? Pin
Kannan Kalyanaraman25-May-03 18:01
Kannan Kalyanaraman25-May-03 18:01 
Questionhow do i design v1.1 apps in VS.NET 2002? Pin
Ashley van Gerven25-May-03 15:25
Ashley van Gerven25-May-03 15:25 
AnswerRe: how do i design v1.1 apps in VS.NET 2002? Pin
apferreira26-May-03 1:21
apferreira26-May-03 1:21 
GeneralRe: how do i design v1.1 apps in VS.NET 2002? Pin
Ashley van Gerven26-May-03 15:24
Ashley van Gerven26-May-03 15:24 
QuestionWhich way do you think is best? Pin
J. Dunlap25-May-03 10:54
J. Dunlap25-May-03 10:54 
AnswerRe: Which way do you think is best? Pin
peterchen25-May-03 11:44
peterchen25-May-03 11:44 
GeneralRe: Which way do you think is best? Pin
J. Dunlap25-May-03 11:53
J. Dunlap25-May-03 11:53 
QuestionHow to program a chart? Pin
alternate25-May-03 2:32
alternate25-May-03 2:32 
AnswerRe: How to program a chart? Pin
leppie25-May-03 3:28
leppie25-May-03 3:28 
GeneralRe: How to program a chart? Pin
alternate25-May-03 3:37
alternate25-May-03 3:37 
Generalwhen use TcpClient class,how can i kown socket close Pin
Xytme24-May-03 22:29
Xytme24-May-03 22:29 

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.