Click here to Skip to main content
15,910,886 members
Home / Discussions / C#
   

C#

 
GeneralRe: Logical Drive Information Pin
Jeff J19-Dec-02 20:24
Jeff J19-Dec-02 20:24 
GeneralRe: Logical Drive Information Pin
Rein Hillmann19-Dec-02 21:31
Rein Hillmann19-Dec-02 21:31 
GeneralRe: Logical Drive Information Pin
leppie20-Dec-02 6:11
leppie20-Dec-02 6:11 
GeneralSecondary Thread Pin
kasturirawat19-Dec-02 14:25
kasturirawat19-Dec-02 14:25 
GeneralRe: Secondary Thread Pin
Eric Gunnerson (msft)20-Dec-02 8:19
Eric Gunnerson (msft)20-Dec-02 8:19 
Questionsecurity for a service? Pin
imran_rafique19-Dec-02 13:07
imran_rafique19-Dec-02 13:07 
GeneralCursor woes. Pin
Tom Welch19-Dec-02 4:06
Tom Welch19-Dec-02 4:06 
GeneralRe: Cursor woes. Pin
Rob Graham19-Dec-02 5:01
Rob Graham19-Dec-02 5:01 
Try putting the
<br />
Cursor cursor = this.Cursor;<br />
this.Cursor = Cursors.WaitCursor;<br />

just before showing the child window.
You wont want to use a local to hold a reference to the previous cursor (like above), but could use a form level public field so it could be addressed by either child or parent.

Some ideas are so stupid that only an intellectual could have thought of them - George Orwell
GeneralRe: Cursor woes. Pin
Joel Matthias19-Dec-02 7:42
Joel Matthias19-Dec-02 7:42 
GeneralRe: Cursor woes. Pin
Tom Welch19-Dec-02 7:55
Tom Welch19-Dec-02 7:55 
GeneralRe: Cursor woes. Pin
Anonymous19-Dec-02 9:15
Anonymous19-Dec-02 9:15 
GeneralRe: Cursor woes. Pin
Joel Matthias19-Dec-02 9:14
Joel Matthias19-Dec-02 9:14 
GeneralArrayList Comparison/Diff Pin
gercules19-Dec-02 0:08
gercules19-Dec-02 0:08 
GeneralRe: ArrayList Comparison/Diff Pin
Rob Graham19-Dec-02 5:07
Rob Graham19-Dec-02 5:07 
GeneralRe: ArrayList Comparison/Diff Pin
Eric Gunnerson (msft)19-Dec-02 10:36
Eric Gunnerson (msft)19-Dec-02 10:36 
QuestionExtender Bug? Or am I missing something? Pin
FruitBatInShades18-Dec-02 23:53
FruitBatInShades18-Dec-02 23:53 
GeneralPoint out the error Pin
sns18-Dec-02 21:41
sns18-Dec-02 21:41 
GeneralRe: Point out the error Pin
Jeff J19-Dec-02 15:11
Jeff J19-Dec-02 15:11 
GeneralRe: Point out the error Pin
sns20-Dec-02 1:57
sns20-Dec-02 1:57 
GeneralRe: Point out the error Pin
sns20-Dec-02 17:29
sns20-Dec-02 17:29 
GeneralRe: Point out the error Pin
Jeff J20-Dec-02 18:08
Jeff J20-Dec-02 18:08 
GeneralRe: Point out the error Pin
sns22-Dec-02 21:19
sns22-Dec-02 21:19 
GeneralRe: Point out the error Pin
WizardOfPeyton23-Dec-02 12:52
WizardOfPeyton23-Dec-02 12:52 
GeneralRe: Point out the error Pin
sns23-Dec-02 18:33
sns23-Dec-02 18:33 
GeneralRe: Point out the error Pin
WizardOfPeyton24-Dec-02 7:28
WizardOfPeyton24-Dec-02 7:28 

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.