Click here to Skip to main content
15,915,850 members
Home / Discussions / C#
   

C#

 
GeneralRe: UDP/TCP Port Forwarding Pin
Jimmanuel13-Jan-10 2:50
Jimmanuel13-Jan-10 2:50 
QuestionC# MDI Forms layout [modified] Pin
FBCode2-Nov-09 4:28
FBCode2-Nov-09 4:28 
AnswerRe: C# MDI Forms layout Pin
Henry Minute2-Nov-09 5:56
Henry Minute2-Nov-09 5:56 
GeneralRe: C# MDI Forms layout [modified] Pin
FBCode2-Nov-09 21:13
FBCode2-Nov-09 21:13 
QuestionAccessing sound card Pin
Darren Shields2-Nov-09 4:22
Darren Shields2-Nov-09 4:22 
QuestionHow can I know/see on which core a thread run ? Pin
evyatar.v2-Nov-09 3:20
evyatar.v2-Nov-09 3:20 
AnswerRe: How can I know/see on which core a thread run ? Pin
Abhishek Sur2-Nov-09 3:25
professionalAbhishek Sur2-Nov-09 3:25 
GeneralRe: How can I know/see on which core a thread run ? Pin
harold aptroot2-Nov-09 3:50
harold aptroot2-Nov-09 3:50 
GeneralRe: How can I know/see on which core a thread run ? Pin
Abhishek Sur2-Nov-09 6:09
professionalAbhishek Sur2-Nov-09 6:09 
GeneralRe: How can I know/see on which core a thread run ? Pin
harold aptroot2-Nov-09 6:23
harold aptroot2-Nov-09 6:23 
GeneralRe: How can I know/see on which core a thread run ? Pin
Abhishek Sur2-Nov-09 20:23
professionalAbhishek Sur2-Nov-09 20:23 
AnswerRe: How can I know/see on which core a thread run ? Pin
Luc Pattyn2-Nov-09 3:34
sitebuilderLuc Pattyn2-Nov-09 3:34 
AnswerRe: How can I know/see on which core a thread run ? Pin
Covean2-Nov-09 3:46
Covean2-Nov-09 3:46 
GeneralRe: How can I know/see on which core a thread run ? Pin
Luc Pattyn2-Nov-09 3:49
sitebuilderLuc Pattyn2-Nov-09 3:49 
GeneralRe: How can I know/see on which core a thread run ? Pin
harold aptroot2-Nov-09 7:30
harold aptroot2-Nov-09 7:30 
GeneralRe: How can I know/see on which core a thread run ? Pin
Luc Pattyn2-Nov-09 7:55
sitebuilderLuc Pattyn2-Nov-09 7:55 
AnswerRe: How can I know/see on which core a thread run ? Pin
PIEBALDconsult2-Nov-09 3:51
mvePIEBALDconsult2-Nov-09 3:51 
GeneralRe: How can I know/see on which core a thread run ? Pin
evyatar.v2-Nov-09 3:56
evyatar.v2-Nov-09 3:56 
AnswerRe: How can I know/see on which core a thread run ? Pin
evyatar.v2-Nov-09 3:57
evyatar.v2-Nov-09 3:57 
AnswerRe: How can I know/see on which core a thread run ? Pin
evyatar.v2-Nov-09 6:11
evyatar.v2-Nov-09 6:11 
GeneralRe: How can I know/see on which core a thread run ? Pin
Rajesh R Subramanian2-Nov-09 6:57
professionalRajesh R Subramanian2-Nov-09 6:57 
GeneralRe: How can I know/see on which core a thread run ? Pin
evyatar.v2-Nov-09 10:59
evyatar.v2-Nov-09 10:59 
AnswerRe: How can I know/see on which core a thread run ? Pin
evyatar.v12-Nov-09 22:33
evyatar.v12-Nov-09 22:33 
Hi again..

Is there any another solution for win XP ?

I try this:

<br />
[DllImport("ntdll"), SuppressUnmanagedCodeSecurity]<br />
public static extern int NtGetCurrentProcessorNumber();<br />



and I get this exception:

System.EntryPointNotFoundException was unhandled
Message="Unable to find an entry point named 'NtGetCurrentProcessorNumber' in DLL 'ntdll'."
Source="XP_Multicore_try_0"
TypeName=""
StackTrace:
at XP_Multicore_try_0.Program.NtGetCurrentProcessorNumber()
at XP_Multicore_try_0.Program.loop() in C:\Documents and Settings\evyatarv\Desktop\XP_Multicore_try_0\XP_Multicore_try_0\Program.cs:line 24
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
InnerException:
Questionunable to instal my software in other machine Pin
sudhir behera2-Nov-09 2:13
sudhir behera2-Nov-09 2:13 
GeneralRe: unable to instal my software in other machine Pin
musefan2-Nov-09 2:32
musefan2-Nov-09 2:32 

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.