Click here to Skip to main content
15,914,111 members
Home / Discussions / C#
   

C#

 
GeneralRe: Disable the system keys (PageUp) in my TreeView Pin
Martin#25-May-07 8:32
Martin#25-May-07 8:32 
AnswerRe: Disable the system keys (PageUp) in my TreeView Pin
Martin#25-May-07 8:34
Martin#25-May-07 8:34 
QuestionAdding a new Cursor file Pin
Gareth H25-May-07 0:58
Gareth H25-May-07 0:58 
AnswerRe: Adding a new Cursor file Pin
JoeSharp25-May-07 1:57
JoeSharp25-May-07 1:57 
QuestionControl + Enter Pin
Rahul.RK24-May-07 23:49
Rahul.RK24-May-07 23:49 
AnswerRe: Control + Enter Pin
Martin#24-May-07 23:56
Martin#24-May-07 23:56 
GeneralRe: Control + Enter Pin
Rahul.RK25-May-07 0:34
Rahul.RK25-May-07 0:34 
Questionautomation Pin
s_khan_87624-May-07 23:29
s_khan_87624-May-07 23:29 
try
{


HTMLInputElement ieButton = (HTMLInputElement)myDoc.all.item(ButtonName, 0);
ieButton.click();
}
catch (Exception ex)
{
MessageBox.Show(ex.Message);
}
i m doing internet explorer automation.

i do the automation of click event of buttons ,i need same for images ,can any one help me out?
AnswerRe: automation Pin
blackjack215024-May-07 23:52
blackjack215024-May-07 23:52 
GeneralRe: automation Pin
s_khan_87627-May-07 3:08
s_khan_87627-May-07 3:08 
GeneralRe: automation Pin
blackjack215027-May-07 21:07
blackjack215027-May-07 21:07 
QuestionError handling in debug/run mode. Weird stuff. Pin
blackjack215024-May-07 23:16
blackjack215024-May-07 23:16 
AnswerRe: Error handling in debug/run mode. Weird stuff. Pin
MicealG24-May-07 23:26
MicealG24-May-07 23:26 
GeneralRe: Error handling in debug/run mode. Weird stuff. Pin
Sandeep Akhare25-May-07 1:52
Sandeep Akhare25-May-07 1:52 
AnswerRe: Error handling in debug/run mode. Weird stuff. Pin
mav.northwind26-May-07 23:16
mav.northwind26-May-07 23:16 
GeneralRe: Error handling in debug/run mode. Weird stuff. Pin
blackjack215027-May-07 23:31
blackjack215027-May-07 23:31 
Questionreporting services Pin
kalyan_241624-May-07 23:08
kalyan_241624-May-07 23:08 
QuestionUnknown Dot Net Error Pin
MicealG24-May-07 23:05
MicealG24-May-07 23:05 
AnswerRe: Unknown Dot Net Error Pin
Muammar©24-May-07 23:13
Muammar©24-May-07 23:13 
GeneralRe: Unknown Dot Net Error Pin
MicealG24-May-07 23:25
MicealG24-May-07 23:25 
AnswerRe: Unknown Dot Net Error Pin
Guffa25-May-07 0:14
Guffa25-May-07 0:14 
GeneralRe: Unknown Dot Net Error Pin
MicealG25-May-07 2:26
MicealG25-May-07 2:26 
QuestionC# DataGridView using select statement need an example Pin
spawn_ro198524-May-07 22:51
spawn_ro198524-May-07 22:51 
AnswerRe: C# DataGridView using select statement need an example Pin
Muammar©24-May-07 23:17
Muammar©24-May-07 23:17 
GeneralRe: C# DataGridView using select statement need an example Pin
spawn_ro198525-May-07 5:29
spawn_ro198525-May-07 5: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.