Click here to Skip to main content
15,916,189 members
Home / Discussions / C#
   

C#

 
GeneralRe: Obtaining a startup filename Pin
theladsmith12-Nov-05 8:25
theladsmith12-Nov-05 8:25 
GeneralRe: Obtaining a startup filename Pin
S. Senthil Kumar13-Nov-05 4:05
S. Senthil Kumar13-Nov-05 4:05 
GeneralRe: Obtaining a startup filename Pin
theladsmith14-Nov-05 1:33
theladsmith14-Nov-05 1:33 
QuestionHow can i use infinite parameters in a method Pin
da vinci coder12-Nov-05 0:15
da vinci coder12-Nov-05 0:15 
AnswerRe: How can i use infinite parameters in a method Pin
Daniel Turini12-Nov-05 0:59
Daniel Turini12-Nov-05 0:59 
QuestionHow to make a sound in a form? Pin
Sina_A11-Nov-05 22:35
Sina_A11-Nov-05 22:35 
AnswerRe: How to make a sound in a form? Pin
g00fyman11-Nov-05 23:19
g00fyman11-Nov-05 23:19 
AnswerRe: How to make a sound in a form? Pin
MoustafaS11-Nov-05 23:47
MoustafaS11-Nov-05 23:47 
QuestionChanging Enviroment strings at install time Pin
Reanalyse11-Nov-05 20:42
Reanalyse11-Nov-05 20:42 
AnswerRe: Changing Enviroment strings at install time Pin
Reanalyse13-Nov-05 15:29
Reanalyse13-Nov-05 15:29 
Questionhow to download a file from a remote server using FTP through ASP.NET/C# Pin
v.k.s11-Nov-05 19:40
v.k.s11-Nov-05 19:40 
QuestionShould I use window controls with directx in full screen mode ? Pin
dinh van hai11-Nov-05 17:24
dinh van hai11-Nov-05 17:24 
AnswerRe: Should I use window controls with directx in full screen mode ? Pin
User 665812-Nov-05 1:35
User 665812-Nov-05 1:35 
QuestionParameter passing to OleDb command Pin
jem918111-Nov-05 14:55
jem918111-Nov-05 14:55 
AnswerRe: Parameter passing to OleDb command Pin
n10sive11-Nov-05 16:57
n10sive11-Nov-05 16:57 
Questionremove nested collection in designmode Pin
reefboy11-Nov-05 13:14
reefboy11-Nov-05 13:14 
QuestionMDI Disable _ [] X when maximized Pin
Dwayner7911-Nov-05 11:36
Dwayner7911-Nov-05 11:36 
QuestionWinForms - drawing outside the main Form bounds? Pin
Defcon11-Nov-05 11:36
Defcon11-Nov-05 11:36 
AnswerRe: WinForms - drawing outside the main Form bounds? Pin
Dwayner7911-Nov-05 11:46
Dwayner7911-Nov-05 11:46 
GeneralRe: WinForms - drawing outside the main Form bounds? Pin
Defcon11-Nov-05 12:00
Defcon11-Nov-05 12:00 
QuestionWeird form update problem... Pin
Drew Stainton11-Nov-05 11:15
Drew Stainton11-Nov-05 11:15 
I've got a main form with a status bar that contains a progress control. I've implemented a search dialog as well as a find next command.

When the search command is selected, A form is presented for the search criteria. After OK is clicked, I close the search form and proceed to call a method that implements the search and periodically updates the value of the progress control. For some reason, after about three seconds, the maximize button on the main form title bar becomes disabled and the progress control stops updating - there's no error or anything, it just stops redrawing. When the search is complete, the progress bar updates itself and displays properly (at 100%) and the maximize button returns to its enabled state.

When the find next command is selected, the progress bar is updated properly and DOES NOT exhibit the problem above - the progress bar makes its way all the way up to 100% without a problem (and the maximize button issue doesn't happen).

The only difference between the two methods is that the first one brings up a form for data entry and closes it. After that, the two methods are identical - they both call another method that does the searching.

My first guess was that this has to do with garbage collection because of the data entry form, which would explain the delay of three seconds or so. But why this would affect the main form like it does is beyond me.

Has anyone run into something like this? It's driving me nuts.

Thanks,

Cheers,
Drew.
AnswerRe: Weird form update problem... Pin
leppie11-Nov-05 19:08
leppie11-Nov-05 19:08 
GeneralRe: Weird form update problem... Pin
Drew Stainton11-Nov-05 19:15
Drew Stainton11-Nov-05 19:15 
QuestionNeed some help with regex Pin
FreeClimber11-Nov-05 9:53
FreeClimber11-Nov-05 9:53 
AnswerRe: Need some help with regex Pin
leppie11-Nov-05 10:51
leppie11-Nov-05 10:51 

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.