Click here to Skip to main content
15,898,222 members
Home / Discussions / C#
   

C#

 
GeneralRe: NotifyIcon.Icon Pin
eggie511-Jun-05 11:16
eggie511-Jun-05 11:16 
GeneralRe: NotifyIcon.Icon Pin
eggie511-Jun-05 15:37
eggie511-Jun-05 15:37 
GeneralAdding images to a ListView W/O an ImageList Pin
eggie511-Jun-05 7:44
eggie511-Jun-05 7:44 
GeneralRe: Adding images to a ListView W/O an ImageList Pin
Dave Kreskowiak11-Jun-05 12:23
mveDave Kreskowiak11-Jun-05 12:23 
GeneralRe: Adding images to a ListView W/O an ImageList Pin
eggie511-Jun-05 12:59
eggie511-Jun-05 12:59 
GeneralControls Painting Problem Pin
bneacetp11-Jun-05 4:35
bneacetp11-Jun-05 4:35 
GeneralRe: Controls Painting Problem Pin
Dave Kreskowiak11-Jun-05 12:17
mveDave Kreskowiak11-Jun-05 12:17 
GeneralRe: Controls Painting Problem Pin
Robert Rohde11-Jun-05 20:27
Robert Rohde11-Jun-05 20:27 
As Dave said its hard to help you without more details. But my guess would be you do you operation in the same thread as the GUI. If you do this the GUI doesn't get the time to repaint itself. If this is the case you have two options:
1. Make your search in a seperate thread (better).
2. Try to call System.Windows.Forms.Application.DoEvents() regulary - but not too often (faster to implement but not very clean and probably slower).
GeneralRe: Controls Painting Problem Pin
bneacetp12-Jun-05 0:39
bneacetp12-Jun-05 0:39 
Generalpicturebox Pin
[Jasper]11-Jun-05 3:57
[Jasper]11-Jun-05 3:57 
GeneralRe: picturebox Pin
Robert Rohde11-Jun-05 20:30
Robert Rohde11-Jun-05 20:30 
GeneralRe: picturebox Pin
[Jasper]12-Jun-05 3:42
[Jasper]12-Jun-05 3:42 
GeneralRe: picturebox Pin
Robert Rohde12-Jun-05 4:09
Robert Rohde12-Jun-05 4:09 
GeneralAudio Files Streaming Pin
Ameen AboDabash11-Jun-05 0:53
Ameen AboDabash11-Jun-05 0:53 
GeneralRequest with Html Pin
Ahmed Galal11-Jun-05 0:16
Ahmed Galal11-Jun-05 0:16 
GeneralVS 2005 Smart Device project error Pin
faltopar11-Jun-05 0:09
faltopar11-Jun-05 0:09 
GeneralRe: VS 2005 Smart Device project error Pin
MoustafaS11-Jun-05 3:29
MoustafaS11-Jun-05 3:29 
GeneralRe: VS 2005 Smart Device project error Pin
faltopar11-Jun-05 4:08
faltopar11-Jun-05 4:08 
Generalsource code link Pin
Anonymous10-Jun-05 21:48
Anonymous10-Jun-05 21:48 
GeneralRe: source code link Pin
Colin Angus Mackay11-Jun-05 1:43
Colin Angus Mackay11-Jun-05 1:43 
GeneralRe: source code link Pin
Dave Kreskowiak11-Jun-05 12:10
mveDave Kreskowiak11-Jun-05 12:10 
Generalopen a connection with the database Pin
mhmo10-Jun-05 21:29
mhmo10-Jun-05 21:29 
GeneralRe: open a connection with the database Pin
Robert Rohde10-Jun-05 21:45
Robert Rohde10-Jun-05 21:45 
GeneralRe: open a connection with the database Pin
mhmo10-Jun-05 21:54
mhmo10-Jun-05 21:54 
GeneralRe: open a connection with the database Pin
Robert Rohde10-Jun-05 22:42
Robert Rohde10-Jun-05 22:42 

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.