Click here to Skip to main content
15,891,529 members
Home / Discussions / C#
   

C#

 
GeneralExcel range limits Pin
the last free name2-Jun-04 23:34
the last free name2-Jun-04 23:34 
GeneralRe: Excel range limits Pin
the last free name3-Jun-04 2:34
the last free name3-Jun-04 2:34 
GeneralBurn with nero Pin
bjoerg742-Jun-04 22:45
sussbjoerg742-Jun-04 22:45 
GeneralMousewheel/Scrollbar questoin Pin
Aaron Eldreth2-Jun-04 17:01
Aaron Eldreth2-Jun-04 17:01 
GeneralRe: Mousewheel/Scrollbar questoin Pin
Stefan Troschuetz2-Jun-04 20:53
Stefan Troschuetz2-Jun-04 20:53 
GeneralRe: Mousewheel/Scrollbar questoin Pin
Aaron Eldreth3-Jun-04 2:45
Aaron Eldreth3-Jun-04 2:45 
GeneralThreading Error Pin
Wackatronic2-Jun-04 15:54
Wackatronic2-Jun-04 15:54 
GeneralRe: Threading Error Pin
flow55552-Jun-04 18:10
flow55552-Jun-04 18:10 
private void ReadRequest()


here is your problem:

you need to have a static function to use threads, as they are independent proccess

so write private static void ReadRequest() instead, ofcourse you have to change your code inside the function too since the method is now static.

Hope that helps!

flow
GeneralRe: Threading Error Pin
Stefan Troschuetz2-Jun-04 21:35
Stefan Troschuetz2-Jun-04 21:35 
GeneralRe: Threading Error Pin
Wackatronic3-Jun-04 6:12
Wackatronic3-Jun-04 6:12 
GeneralRe: Threading Error Pin
Stefan Troschuetz2-Jun-04 21:32
Stefan Troschuetz2-Jun-04 21:32 
Questionusing the Visual IDE ? Pin
triso2-Jun-04 13:31
triso2-Jun-04 13:31 
AnswerRe: using the Visual IDE ? Pin
Heath Stewart2-Jun-04 13:39
protectorHeath Stewart2-Jun-04 13:39 
GeneralExcel 2003 interop Pin
Dimitris Iliopoulos2-Jun-04 12:16
Dimitris Iliopoulos2-Jun-04 12:16 
GeneralRe: Excel 2003 interop Pin
Heath Stewart2-Jun-04 13:26
protectorHeath Stewart2-Jun-04 13:26 
GeneralRe: Excel 2003 interop Pin
Dimitris Iliopoulos2-Jun-04 22:07
Dimitris Iliopoulos2-Jun-04 22:07 
GeneralRe: Excel 2003 interop Pin
Heath Stewart3-Jun-04 3:45
protectorHeath Stewart3-Jun-04 3:45 
GeneralRe: Excel 2003 interop Pin
Dimitris Iliopoulos3-Jun-04 10:40
Dimitris Iliopoulos3-Jun-04 10:40 
GeneralSound Mixer Control Pin
kratchkov2-Jun-04 10:39
kratchkov2-Jun-04 10:39 
GeneralRe: Sound Mixer Control Pin
Wackatronic2-Jun-04 16:42
Wackatronic2-Jun-04 16:42 
GeneralDataSet not Updating Database Pin
Orville2-Jun-04 10:05
Orville2-Jun-04 10:05 
GeneralRe: DataSet not Updating Database Pin
Heath Stewart2-Jun-04 10:22
protectorHeath Stewart2-Jun-04 10:22 
GeneralRe: DataSet not Updating Database Pin
Orville2-Jun-04 10:36
Orville2-Jun-04 10:36 
GeneralRe: DataSet not Updating Database Pin
Heath Stewart2-Jun-04 10:44
protectorHeath Stewart2-Jun-04 10:44 
GeneralRe: DataSet not Updating Database Pin
Orville2-Jun-04 10:59
Orville2-Jun-04 10:59 

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.