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

C#

 
Questionfrom DataSet to GridView Pin
tray_gator27-Nov-05 4:53
tray_gator27-Nov-05 4:53 
AnswerRe: from DataSet to GridView Pin
Curtis Schlak.27-Nov-05 5:07
Curtis Schlak.27-Nov-05 5:07 
GeneralRe: from DataSet to GridView Pin
tray_gator27-Nov-05 6:10
tray_gator27-Nov-05 6:10 
GeneralRe: from DataSet to GridView Pin
Curtis Schlak.27-Nov-05 7:38
Curtis Schlak.27-Nov-05 7:38 
GeneralRe: from DataSet to GridView Pin
tray_gator27-Nov-05 9:12
tray_gator27-Nov-05 9:12 
GeneralRe: from DataSet to GridView Pin
Curtis Schlak.27-Nov-05 9:23
Curtis Schlak.27-Nov-05 9:23 
Questionanother mouse question (events) Pin
Sam 200627-Nov-05 2:44
Sam 200627-Nov-05 2:44 
AnswerRe: another mouse question (events) Pin
Stanciu Vlad27-Nov-05 5:34
Stanciu Vlad27-Nov-05 5:34 
I don't know if such thing is possible (I never neaded to do something like this). But you can check for mouse movement with the position of the curssor.

Either do a procedure that checks if the current mouse position differs from the previous (and act in consequence) and run it at a timer elaped interval, or try running it on a separate thread that may communicate with your main thread on mouse move (determined by the initial pocedure).

Momentaly I have no time avaliable in order to give you a code example...

protected internal static readonly ... and I wish the list could continue ...

AnswerRe: another mouse question (events) Pin
Curtis Schlak.27-Nov-05 6:04
Curtis Schlak.27-Nov-05 6:04 
GeneralRe: another mouse question (events) Pin
Sam 200627-Nov-05 7:42
Sam 200627-Nov-05 7:42 
GeneralRe: another mouse question (events) Pin
Curtis Schlak.27-Nov-05 8:01
Curtis Schlak.27-Nov-05 8:01 
AnswerRe: another mouse question (events) Pin
User 665827-Nov-05 6:08
User 665827-Nov-05 6:08 
Questionretrieving from array list. Pin
sadek_a_27-Nov-05 1:08
sadek_a_27-Nov-05 1:08 
AnswerRe: retrieving from array list. Pin
Curtis Schlak.27-Nov-05 2:45
Curtis Schlak.27-Nov-05 2:45 
GeneralRe: retrieving from array list. Pin
sadek_a_27-Nov-05 3:19
sadek_a_27-Nov-05 3:19 
GeneralRe: retrieving from array list. Pin
Curtis Schlak.27-Nov-05 4:59
Curtis Schlak.27-Nov-05 4:59 
Questionchanging dataGrid data source by comboBox selection Pin
orlya26-Nov-05 23:14
orlya26-Nov-05 23:14 
AnswerRe: changing dataGrid data source by comboBox selection Pin
Stanciu Vlad27-Nov-05 5:27
Stanciu Vlad27-Nov-05 5:27 
GeneralRe: changing dataGrid data source by comboBox selection Pin
orlya28-Nov-05 6:33
orlya28-Nov-05 6:33 
GeneralRe: changing dataGrid data source by comboBox selection Pin
Stanciu Vlad28-Nov-05 9:06
Stanciu Vlad28-Nov-05 9:06 
GeneralRe: changing dataGrid data source by comboBox selection Pin
orlya28-Nov-05 20:06
orlya28-Nov-05 20:06 
QuestionCrystalReportViewer PageDown Pin
Bedevian26-Nov-05 21:22
Bedevian26-Nov-05 21:22 
QuestionC# DisplayComposeForm for Smartphone Pin
bklynjava126-Nov-05 19:43
bklynjava126-Nov-05 19:43 
AnswerRe: C# DisplayComposeForm for Smartphone Pin
bklynjava127-Nov-05 8:17
bklynjava127-Nov-05 8:17 
Question[VERY URGENT]!! mouse position and screen resolution Pin
Sam 200626-Nov-05 16:38
Sam 200626-Nov-05 16:38 

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.