Click here to Skip to main content
16,004,944 members
Home / Discussions / C#
   

C#

 
GeneralRe: EM_SETCHARFORMAT problem Pin
c#guy38119-Jan-06 7:37
c#guy38119-Jan-06 7:37 
QuestionWindow Form Control Focus Problem Pin
specsix_hhg6-Jan-06 7:31
specsix_hhg6-Jan-06 7:31 
AnswerRe: Window Form Control Focus Problem Pin
monrobot136-Jan-06 21:12
monrobot136-Jan-06 21:12 
QuestionAbstract Class with Multiple Constructors Pin
MrEyes6-Jan-06 7:20
MrEyes6-Jan-06 7:20 
AnswerRe: Abstract Class with Multiple Constructors Pin
Curtis Schlak.6-Jan-06 7:22
Curtis Schlak.6-Jan-06 7:22 
GeneralRe: Abstract Class with Multiple Constructors Pin
MrEyes6-Jan-06 14:19
MrEyes6-Jan-06 14:19 
AnswerRe: Abstract Class with Multiple Constructors Pin
Guffa6-Jan-06 14:52
Guffa6-Jan-06 14:52 
QuestionHow to store Integer as Object Pin
2hdass6-Jan-06 5:46
2hdass6-Jan-06 5:46 
I have been using threadpool to run a thread, and the worker thread need an integer as argument:
<br />
private void someMainThread() {<br />
 int ordernum = 10;<br />
 ThreadPool.QueueUserWorkItem(new WaitCallback(chkOrderstart), ordernum);<br />
}<br />
<br />
private void chkOrderstart(Object stateinfo) {<br />
 int orderNum = (Int32)stateinfo;                   //will this work???<br />
 ...<br />
}<br />


I tried the above code and it is giving me:

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets(2071,9): error MSB3113: Could not find file 'Microsoft.Windows.CommonLanguageRuntime, Version=2.0.50727.0'.
Done building project "VWStressTester.csproj" -- FAILED.

Pleas help D'Oh! | :doh:
AnswerRe: How to store Integer as Object Pin
TheGreatAndPowerfulOz6-Jan-06 7:31
TheGreatAndPowerfulOz6-Jan-06 7:31 
QuestionPrinting on client side Pin
chinky singh6-Jan-06 5:45
chinky singh6-Jan-06 5:45 
AnswerRe: Printing on client side Pin
Dave Kreskowiak6-Jan-06 7:11
mveDave Kreskowiak6-Jan-06 7:11 
GeneralRe: Printing on client side Pin
chinky singh6-Jan-06 7:55
chinky singh6-Jan-06 7:55 
GeneralRe: Printing on client side Pin
Dave Kreskowiak6-Jan-06 8:52
mveDave Kreskowiak6-Jan-06 8:52 
AnswerRe: Printing on client side Pin
Guffa6-Jan-06 10:44
Guffa6-Jan-06 10:44 
GeneralRe: Printing on client side Pin
chinky singh9-Jan-06 8:13
chinky singh9-Jan-06 8:13 
QuestionArrays of Pointers in C# Pin
redfish346-Jan-06 5:42
redfish346-Jan-06 5:42 
AnswerFound Problem Pin
redfish346-Jan-06 9:31
redfish346-Jan-06 9:31 
QuestionHELP! BinaryFormatter Version Error Pin
curtKauf6-Jan-06 5:30
curtKauf6-Jan-06 5:30 
Question( ( ( (How do I suppress WaitCursor) ) ) ) Pin
peshkunta6-Jan-06 3:38
peshkunta6-Jan-06 3:38 
AnswerRe: ( ( ( (How do I suppress WaitCursor) ) ) ) Pin
Dave Kreskowiak6-Jan-06 4:56
mveDave Kreskowiak6-Jan-06 4:56 
GeneralRe: ( ( ( (How do I suppress WaitCursor) ) ) ) Pin
peshkunta6-Jan-06 5:55
peshkunta6-Jan-06 5:55 
GeneralRe: ( ( ( (How do I suppress WaitCursor) ) ) ) Pin
Dave Kreskowiak6-Jan-06 7:08
mveDave Kreskowiak6-Jan-06 7:08 
GeneralRe: ( ( ( (How do I suppress WaitCursor) ) ) ) Pin
peshkunta6-Jan-06 8:06
peshkunta6-Jan-06 8:06 
GeneralRe: ( ( ( (How do I suppress WaitCursor) ) ) ) Pin
Dan Neely6-Jan-06 8:47
Dan Neely6-Jan-06 8:47 
GeneralRe: ( ( ( (How do I suppress WaitCursor) ) ) ) Pin
Dave Kreskowiak6-Jan-06 8:57
mveDave Kreskowiak6-Jan-06 8:57 

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.