Click here to Skip to main content
15,900,258 members
Home / Discussions / C#
   

C#

 
Questionhow can i cancel an event Pin
kalaveer18-Sep-06 3:08
kalaveer18-Sep-06 3:08 
AnswerRe: how can i cancel an event Pin
**Genius**18-Sep-06 3:16
**Genius**18-Sep-06 3:16 
AnswerRe: how can i cancel an event Pin
J4amieC18-Sep-06 3:16
J4amieC18-Sep-06 3:16 
GeneralRe: how can i cancel an event Pin
kalaveer18-Sep-06 3:37
kalaveer18-Sep-06 3:37 
GeneralRe: how can i cancel an event Pin
Not Active18-Sep-06 3:42
mentorNot Active18-Sep-06 3:42 
GeneralRe: how can i cancel an event Pin
kalaveer18-Sep-06 4:02
kalaveer18-Sep-06 4:02 
Questionwhy isn't the wizard creating the Delete statement. Pin
faladrim18-Sep-06 2:39
faladrim18-Sep-06 2:39 
AnswerRe: why isn't the wizard creating the Delete statement. Pin
Glen Harvy18-Sep-06 11:58
Glen Harvy18-Sep-06 11:58 
GeneralRe: why isn't the wizard creating the Delete statement. Pin
faladrim22-Sep-06 1:43
faladrim22-Sep-06 1:43 
QuestionFindWindowEx API and disabled buttons Pin
nemopeti18-Sep-06 2:22
nemopeti18-Sep-06 2:22 
AnswerRe: FindWindowEx API and disabled buttons Pin
S. Senthil Kumar18-Sep-06 2:59
S. Senthil Kumar18-Sep-06 2:59 
GeneralRe: FindWindowEx API and disabled buttons Pin
nemopeti18-Sep-06 5:28
nemopeti18-Sep-06 5:28 
QuestionEnable securiyt setting in IE Pin
lucluv18-Sep-06 2:19
lucluv18-Sep-06 2:19 
Jokeproblem with form resize Pin
kalaveer18-Sep-06 2:18
kalaveer18-Sep-06 2:18 
GeneralRe: problem with form resize Pin
S. Senthil Kumar18-Sep-06 3:03
S. Senthil Kumar18-Sep-06 3:03 
GeneralRe: problem with form resize Pin
kalaveer18-Sep-06 3:17
kalaveer18-Sep-06 3:17 
QuestionDataGridView - Add any controls to a cell Pin
C-Scharbe18-Sep-06 2:09
C-Scharbe18-Sep-06 2:09 
AnswerRe: DataGridView - Add any controls to a cell Pin
wheelerbarry18-Sep-06 2:38
wheelerbarry18-Sep-06 2:38 
QuestionHow to hide drives under My Computer tree in OpenFileDialog box using C# Pin
kumar.bs18-Sep-06 2:07
kumar.bs18-Sep-06 2:07 
QuestionProblem with slow screen update Pin
BerntR18-Sep-06 1:57
BerntR18-Sep-06 1:57 
AnswerRe: Problem with slow screen update Pin
g00fyman18-Sep-06 2:05
g00fyman18-Sep-06 2:05 
sounds like you need to thread the data retreival and update the form as you get the data.

Also you can cache the data after you get it and only retreive it periodically, however, this won't be required once threading is implemented.

btw, google 'cross thread exception' or similar so you don't end up getting these exceptions when threading is implemented.

kind regards,

g00fy
GeneralRe: Problem with slow screen update Pin
BerntR18-Sep-06 2:22
BerntR18-Sep-06 2:22 
GeneralRe: Problem with slow screen update Pin
g00fyman18-Sep-06 2:26
g00fyman18-Sep-06 2:26 
GeneralRe: Problem with slow screen update Pin
BerntR18-Sep-06 6:10
BerntR18-Sep-06 6:10 
QuestionThe magic number in GZip header is not correct.(decompressing a .zip file) Pin
jimmyfingers18-Sep-06 1:36
jimmyfingers18-Sep-06 1:36 

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.