Click here to Skip to main content
15,888,816 members
Home / Discussions / C#
   

C#

 
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 
QuestionRun setup or software ?? Pin
MHASSANF18-Sep-06 1:28
MHASSANF18-Sep-06 1:28 
AnswerRe: Run setup or software ?? Pin
g00fyman18-Sep-06 2:00
g00fyman18-Sep-06 2:00 
GeneralRe: Run setup or software ?? Pin
MHASSANF18-Sep-06 2:39
MHASSANF18-Sep-06 2:39 
QuestionAn application for windows (.net/c#) from which i can copy values to open office documents? Pin
indiaone18-Sep-06 1:20
indiaone18-Sep-06 1:20 
Questionwizard Pin
Parshant Verma18-Sep-06 1:08
Parshant Verma18-Sep-06 1:08 
AnswerRe: wizard Pin
g00fyman18-Sep-06 2:11
g00fyman18-Sep-06 2:11 
QuestionCondition checking in Setup creation Pin
karthiBalu18-Sep-06 1:05
karthiBalu18-Sep-06 1:05 
QuestionXML serialization with GZip Pin
Scarsymmetry18-Sep-06 0:33
Scarsymmetry18-Sep-06 0:33 
Questionwriting a utility file Pin
saqib8218-Sep-06 0:19
saqib8218-Sep-06 0:19 
AnswerRe: writing a utility file Pin
User 665818-Sep-06 1:03
User 665818-Sep-06 1:03 
GeneralRe: writing a utility file Pin
saqib8218-Sep-06 1:42
saqib8218-Sep-06 1:42 
GeneralRe: writing a utility file Pin
g00fyman18-Sep-06 2:08
g00fyman18-Sep-06 2:08 
QuestionImage downloading Pin
AnnnS18-Sep-06 0:17
AnnnS18-Sep-06 0:17 

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.