Click here to Skip to main content
15,885,216 members
Home / Discussions / C#
   

C#

 
QuestionDisabling the Cancel Button During an Installation Pin
Imranlogi26-Jun-09 0:58
Imranlogi26-Jun-09 0:58 
QuestionPrinting without colour (or color) [modified] Pin
musefan26-Jun-09 0:54
musefan26-Jun-09 0:54 
AnswerRe: Printing without colour (or color) Pin
Manas Bhardwaj26-Jun-09 1:34
professionalManas Bhardwaj26-Jun-09 1:34 
GeneralRe: Printing without colour (or color) [modified] Pin
musefan26-Jun-09 1:47
musefan26-Jun-09 1:47 
QuestionHow to determine the keypress/mouse click is human action or simulation? Pin
alien viper26-Jun-09 0:08
alien viper26-Jun-09 0:08 
AnswerRe: How to determine the keypress/mouse click is human action or simulation? Pin
Christian Graus26-Jun-09 0:13
protectorChristian Graus26-Jun-09 0:13 
AnswerRe: How to determine the keypress/mouse click is human action or simulation? Pin
mutpan26-Jun-09 1:08
mutpan26-Jun-09 1:08 
GeneralRe: How to determine the keypress/mouse click is human action or simulation? Pin
Rajesh R Subramanian26-Jun-09 1:18
professionalRajesh R Subramanian26-Jun-09 1:18 
mutpan wrote:
else if (e.Action == TreeViewAction.ByKeyboard)
{
}
else if (e.Action == TreeViewAction.ByMouse)

{...

The query was to know if the key press and the mouse clicks were automated or done by a human.


It is a crappy thing, but it's life -^ Carlo Pallini

AnswerRe: How to determine the keypress/mouse click is human action or simulation? Pin
Rajesh R Subramanian26-Jun-09 1:19
professionalRajesh R Subramanian26-Jun-09 1:19 
AnswerRe: How to determine the keypress/mouse click is human action or simulation? Pin
molesworth26-Jun-09 3:03
molesworth26-Jun-09 3:03 
GeneralRe: How to determine the keypress/mouse click is human action or simulation? Pin
alien viper26-Jun-09 3:35
alien viper26-Jun-09 3:35 
AnswerRe: How to determine the keypress/mouse click is human action or simulation? Pin
Dan Neely26-Jun-09 4:00
Dan Neely26-Jun-09 4:00 
QuestionProblem with Windows Mobile and image scaling Pin
mrmckeb25-Jun-09 23:25
mrmckeb25-Jun-09 23:25 
QuestionBorder color of Textbox not working Pin
mutpan25-Jun-09 22:48
mutpan25-Jun-09 22:48 
AnswerRe: Border color of Textbox not working Pin
J4amieC25-Jun-09 23:42
J4amieC25-Jun-09 23:42 
GeneralRe: Border color of Textbox not working Pin
mutpan26-Jun-09 1:00
mutpan26-Jun-09 1:00 
GeneralRe: Border color of Textbox not working Pin
J4amieC26-Jun-09 1:16
J4amieC26-Jun-09 1:16 
GeneralRe: Border color of Textbox not working Pin
DaveyM6926-Jun-09 1:05
professionalDaveyM6926-Jun-09 1:05 
GeneralRe: Border color of Textbox not working Pin
J4amieC26-Jun-09 1:15
J4amieC26-Jun-09 1:15 
GeneralRe: Border color of Textbox not working Pin
DaveyM6926-Jun-09 1:25
professionalDaveyM6926-Jun-09 1:25 
QuestionGet proxy settings from automatic configuration script Pin
Succodimele25-Jun-09 22:33
Succodimele25-Jun-09 22:33 
GeneralDLL creation [modified] Pin
ishika_kukki25-Jun-09 22:29
ishika_kukki25-Jun-09 22:29 
GeneralRe: DLL creation Pin
DaveyM6925-Jun-09 22:39
professionalDaveyM6925-Jun-09 22:39 
GeneralRe: DLL creation Pin
ishika_kukki25-Jun-09 22:56
ishika_kukki25-Jun-09 22:56 
GeneralRe: DLL creation Pin
Mirko198025-Jun-09 23:08
Mirko198025-Jun-09 23:08 

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.