Click here to Skip to main content
15,920,687 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hi,

1) I want textbox conrol of other applicaiton in my current web application using C# Code
2) I use Click Once technology that runs the application online, I want to skip that RUN button and directly execute the Application, I am thinking to have SendKeys command But not able to get in this web application

Plesae help its really very very urgent. Thanks.

Thanks and Regards,

Chirag.
Posted
Updated 26-Mar-12 6:30am
v2
Comments
S@53K^S 26-Mar-12 12:57pm    
You have 2 different requirements or the same requirements split into 2 parts.

If 2 different requirements :
Reuirement#1 can be fulfilled by referring to the dll in which the text box was created in your application and using that value.

1 solution

You cannot do #1 (the whole idea makes no sense; do you have any idea on how Web works?) and #2 makes no sense.

—SA
 
Share this answer
 
Comments
Espen Harlinn 26-Mar-12 18:13pm    
Yes, that seems to be the case :-D
Sergey Alexandrovich Kryukov 26-Mar-12 18:31pm    
Thank you, Espen.
--SA
Chirag Shah.Gogari 27-Mar-12 1:40am    
I too know, but my boss demands the same. Any Idea to improve my boss thinking?
Sergey Alexandrovich Kryukov 27-Mar-12 23:08pm    
Let him write to me.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900