Click here to Skip to main content
15,906,463 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionBitmap to jpg in memory? Pin
[DK]KiloDunse12-Jan-05 23:55
[DK]KiloDunse12-Jan-05 23:55 
AnswerRe: Bitmap to jpg in memory? Pin
Ritesh123413-Jan-05 3:23
Ritesh123413-Jan-05 3:23 
GeneralRe: Bitmap to jpg in memory? Pin
[DK]KiloDunse13-Jan-05 3:35
[DK]KiloDunse13-Jan-05 3:35 
GeneralWWW to file Pin
paanoik12-Jan-05 23:05
paanoik12-Jan-05 23:05 
GeneralStopping a list of threads Pin
Rizwan Bashir12-Jan-05 22:50
Rizwan Bashir12-Jan-05 22:50 
GeneralRe: Stopping a list of threads Pin
MohammadAmiry12-Jan-05 23:29
MohammadAmiry12-Jan-05 23:29 
GeneralRe: Stopping a list of threads Pin
Rizwan Bashir12-Jan-05 23:43
Rizwan Bashir12-Jan-05 23:43 
GeneralRe: Stopping a list of threads Pin
Robert Rohde13-Jan-05 9:47
Robert Rohde13-Jan-05 9:47 
You threads should terminate themselves and should not be aborted from somewhere else. The most simplest way to do that would be to define a shared bool property somewhere in your app. Your threads would have to recheck the property in given intervals and if set to true terminate themselves.
If you dont like the idea of a shared property then you will have to encapsulate each thread in a class where you can define and switch the bool property.
GeneralRe: Stopping a list of threads Pin
Rizwan Bashir13-Jan-05 20:11
Rizwan Bashir13-Jan-05 20:11 
Generala?how to conect oracle and dotnet Pin
san_12-Jan-05 18:46
san_12-Jan-05 18:46 
GeneralRe: a?how to conect oracle and dotnet Pin
Dave Kreskowiak13-Jan-05 2:12
mveDave Kreskowiak13-Jan-05 2:12 
Generaldatarow Pin
besah12-Jan-05 15:02
besah12-Jan-05 15:02 
GeneralRe: datarow Pin
Ritesh123413-Jan-05 3:28
Ritesh123413-Jan-05 3:28 
QuestionHow to format field value in crystal report Pin
viettho12-Jan-05 13:16
viettho12-Jan-05 13:16 
AnswerRe: How to format field value in crystal report Pin
Bad Sector12-Jan-05 19:01
Bad Sector12-Jan-05 19:01 
GeneralRe: How to format field value in crystal report Pin
viettho14-Jan-05 7:20
viettho14-Jan-05 7:20 
GeneralExcel Pin
Britnt712-Jan-05 9:23
Britnt712-Jan-05 9:23 
GeneralRe: Excel Pin
Dave Kreskowiak12-Jan-05 12:02
mveDave Kreskowiak12-Jan-05 12:02 
GeneralRe: Excel Pin
Ritesh123413-Jan-05 3:42
Ritesh123413-Jan-05 3:42 
GeneralRe: Excel Pin
Britnt713-Jan-05 4:20
Britnt713-Jan-05 4:20 
GeneralRe: Excel Pin
Ritesh123413-Jan-05 3:47
Ritesh123413-Jan-05 3:47 
GeneralPopulating grid with months of a year Pin
Paps212-Jan-05 7:45
Paps212-Jan-05 7:45 
GeneralFormat date function and variables Pin
Drexel GG12-Jan-05 6:19
sussDrexel GG12-Jan-05 6:19 
GeneralRe: Format date function and variables Pin
Dave Kreskowiak12-Jan-05 8:43
mveDave Kreskowiak12-Jan-05 8:43 
GeneralRe: Format date function and variables Pin
Anonymous12-Jan-05 10:38
Anonymous12-Jan-05 10:38 

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.