Click here to Skip to main content
15,908,834 members
Home / Discussions / C#
   

C#

 
QuestionI created Public Assembly by providing strong name, then what is that use still i need to give reference of that assembly. Then what is the use of Global assembly ? How i utilize i know how to make the Assembly as Global but i don't know how to use, Pin
Shaik Haneef13-Jun-09 1:14
Shaik Haneef13-Jun-09 1:14 
QuestionGenerating Crystal Reports from class objects Pin
Andy Rama12-Jun-09 23:53
Andy Rama12-Jun-09 23:53 
QuestionSending Multiple Network Streams Simultaneously... Pin
Trapper-Hell12-Jun-09 23:50
Trapper-Hell12-Jun-09 23:50 
AnswerRe: Sending Multiple Network Streams Simultaneously... Pin
Manas Bhardwaj13-Jun-09 2:08
professionalManas Bhardwaj13-Jun-09 2:08 
QuestionHow to communicate between two exe's in c#? Pin
svt gdwl12-Jun-09 23:32
svt gdwl12-Jun-09 23:32 
AnswerRe: How to communicate between two exe's in c#? Pin
Rajesh R Subramanian12-Jun-09 23:36
professionalRajesh R Subramanian12-Jun-09 23:36 
Questionaccess controls in other applications from .NET (C#) Pin
Member 628997612-Jun-09 22:46
Member 628997612-Jun-09 22:46 
AnswerRe: access controls in other applications from .NET (C#) Pin
Dave Kreskowiak13-Jun-09 2:17
mveDave Kreskowiak13-Jun-09 2:17 
Member 6289976 wrote:
how can access other controls such as button, textbox etc. in an other application from C#.


With extreme difficulty.

Controlling another appication requires you to use Win32 API functions to search for windows, then search those windows for other windows, representing buttons and other controls, to find the one you want, get it's window handle, craft an appropriate window message to send to it and then send the message. There is also no guarantee that the control you're "talking" to will respond to the message you send.

IE complicates this even further, because now you have to use an entirely different method, using IE's Document Object Model, to get at the controls on a web form.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: access controls in other applications from .NET (C#) Pin
hot_ice14-Jun-09 21:33
hot_ice14-Jun-09 21:33 
GeneralRe: access controls in other applications from .NET (C#) Pin
Dave Kreskowiak15-Jun-09 0:52
mveDave Kreskowiak15-Jun-09 0:52 
AnswerRe: access controls in other applications from .NET (C#) Pin
Luc Pattyn13-Jun-09 3:35
sitebuilderLuc Pattyn13-Jun-09 3:35 
GeneralRe: access controls in other applications from .NET (C#) Pin
hot_ice14-Jun-09 21:38
hot_ice14-Jun-09 21:38 
GeneralRe: access controls in other applications from .NET (C#) Pin
Dave Kreskowiak15-Jun-09 0:51
mveDave Kreskowiak15-Jun-09 0:51 
Questionproggram Pin
jalicno12-Jun-09 22:38
jalicno12-Jun-09 22:38 
AnswerRe: proggram Pin
OriginalGriff12-Jun-09 23:07
mveOriginalGriff12-Jun-09 23:07 
GeneralRe: proggram Pin
Rob Philpott12-Jun-09 23:18
Rob Philpott12-Jun-09 23:18 
GeneralRe: proggram Pin
Dave Kreskowiak13-Jun-09 2:18
mveDave Kreskowiak13-Jun-09 2:18 
GeneralRe: proggram Pin
Rajesh R Subramanian13-Jun-09 3:00
professionalRajesh R Subramanian13-Jun-09 3:00 
GeneralRe: proggram Pin
Luc Pattyn13-Jun-09 3:37
sitebuilderLuc Pattyn13-Jun-09 3:37 
GeneralRe: proggram Pin
Rajesh R Subramanian14-Jun-09 1:43
professionalRajesh R Subramanian14-Jun-09 1:43 
AnswerRe: proggram Pin
DaveyM6912-Jun-09 23:37
professionalDaveyM6912-Jun-09 23:37 
AnswerRe: proggram Pin
Rajesh R Subramanian12-Jun-09 23:47
professionalRajesh R Subramanian12-Jun-09 23:47 
QuestionHow to convert Word Doc to Image (jpg/bmp)? PinPopular
leeoze12-Jun-09 22:31
leeoze12-Jun-09 22:31 
QuestionCurrent files opened Pin
ummer2612-Jun-09 21:49
ummer2612-Jun-09 21:49 
AnswerRe: Current files opened [modified] Pin
dan!sh 12-Jun-09 22:07
professional dan!sh 12-Jun-09 22:07 

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.