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

C#

 
Questiontrack bar int too double ? Pin
jtmtv1810-Jan-03 13:22
jtmtv1810-Jan-03 13:22 
AnswerRe: track bar int too double ? Pin
David Stone10-Jan-03 13:39
sitebuilderDavid Stone10-Jan-03 13:39 
GeneralRe: track bar int too double ? Pin
jtmtv1810-Jan-03 14:10
jtmtv1810-Jan-03 14:10 
GeneralRe: track bar int too double ? Pin
David Stone11-Jan-03 5:57
sitebuilderDavid Stone11-Jan-03 5:57 
GeneralRe: track bar int too double ? Pin
stephen woolhead10-Jan-03 15:32
stephen woolhead10-Jan-03 15:32 
GeneralRe: track bar int too double ? Pin
David Stone11-Jan-03 5:58
sitebuilderDavid Stone11-Jan-03 5:58 
GeneralAborting updates in a DataTable Pin
stephen woolhead10-Jan-03 12:43
stephen woolhead10-Jan-03 12:43 
GeneralRe: Aborting updates in a DataTable Pin
jtmtv1810-Jan-03 13:28
jtmtv1810-Jan-03 13:28 
could you try butting your listbox on a seperate thread and abort the thread ? or maybe try putting the update in a while statement with a bool.... ie.
it would be a pain too do it with the while statement though cause it would stay in it until the update tells it not too. i would try threads.

while(turnOffUpdateflag==false)
{
;//do my update
}


while(myThread.IsAlive == true)
{
;//do update
}
GeneralRe: Aborting updates in a DataTable Pin
stephen woolhead10-Jan-03 13:57
stephen woolhead10-Jan-03 13:57 
GeneralRe: Aborting updates in a DataTable Pin
jtmtv1810-Jan-03 14:19
jtmtv1810-Jan-03 14:19 
GeneralRe: Aborting updates in a DataTable Pin
stephen woolhead10-Jan-03 15:42
stephen woolhead10-Jan-03 15:42 
GeneralVersion number in deployment app Pin
Bog10-Jan-03 12:24
Bog10-Jan-03 12:24 
QuestionMDI apps fullscreen without border? Pin
capiscan10-Jan-03 11:53
susscapiscan10-Jan-03 11:53 
GeneralRubber band drawing in GDI+ Pin
Jojje10-Jan-03 7:53
Jojje10-Jan-03 7:53 
GeneralRe: Rubber band drawing in GDI+ Pin
stephen woolhead10-Jan-03 13:11
stephen woolhead10-Jan-03 13:11 
GeneralRe: Rubber band drawing in GDI+ Pin
Jojje11-Jan-03 1:18
Jojje11-Jan-03 1:18 
GeneralFind & Copy part of string Pin
Steve McLenithan10-Jan-03 6:52
Steve McLenithan10-Jan-03 6:52 
GeneralRe: Find & Copy part of string Pin
leppie10-Jan-03 6:59
leppie10-Jan-03 6:59 
GeneralRe: Find & Copy part of string Pin
Steve McLenithan10-Jan-03 7:02
Steve McLenithan10-Jan-03 7:02 
Generaldelegate ordering Pin
Shaun Wilde10-Jan-03 5:15
Shaun Wilde10-Jan-03 5:15 
GeneralRe: delegate ordering Pin
Nick Parker10-Jan-03 5:58
protectorNick Parker10-Jan-03 5:58 
GeneralRe: delegate ordering Pin
Shaun Wilde10-Jan-03 6:06
Shaun Wilde10-Jan-03 6:06 
GeneralRe: delegate ordering Pin
leppie10-Jan-03 6:07
leppie10-Jan-03 6:07 
GeneralExport to Excel Problem Pin
Jassim Rahma10-Jan-03 0:10
Jassim Rahma10-Jan-03 0:10 
GeneralCommandbars Pin
suresh_sathya9-Jan-03 20:18
suresh_sathya9-Jan-03 20:18 

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.