Click here to Skip to main content
15,887,267 members
Home / Discussions / C#
   

C#

 
AnswerRe: Validation on characters having multiple section in a string Pin
Garth J Lancaster23-Jan-14 17:23
professionalGarth J Lancaster23-Jan-14 17:23 
Questionunicode characters Pin
Member 1037881923-Jan-14 4:26
professionalMember 1037881923-Jan-14 4:26 
AnswerRe: unicode characters Pin
Richard MacCutchan23-Jan-14 6:29
mveRichard MacCutchan23-Jan-14 6:29 
AnswerRe: unicode characters Pin
Bernhard Hiller23-Jan-14 21:48
Bernhard Hiller23-Jan-14 21:48 
QuestionGet two desktop screens running simultaneously in Windows Form Panel using C# Pin
Saad.007123-Jan-14 3:19
Saad.007123-Jan-14 3:19 
SuggestionRe: Get two desktop screens running simultaneously in Windows Form Panel using C# Pin
Richard MacCutchan23-Jan-14 6:26
mveRichard MacCutchan23-Jan-14 6:26 
AnswerRe: Get two desktop screens running simultaneously in Windows Form Panel using C# Pin
Eddy Vluggen23-Jan-14 7:09
professionalEddy Vluggen23-Jan-14 7:09 
AnswerRe: Get two desktop screens running simultaneously in Windows Form Panel using C# Pin
Bernhard Hiller23-Jan-14 21:59
Bernhard Hiller23-Jan-14 21:59 
Do I understand that correctly:
- there is only one computer.
- that computer runs Windows 7
- there are two monitors attached to this computer.
- there are two users, each of them uses one of the monitors
The limitation of Windows 7 is that only one user can have an interactive session at a time. Hence, from the point of view of Windows, there is only one user in your scenario (i.e. both of your users work in the same session, with the same Windows account).
All user interface elements run in the UI thread of the program instance - a real multitasking is not possible with the user interface. You could circumvent that by starting two instances of your program. Each instance would communicate with a "server" (a Windows Service) which provides the back-end for your UI applications and which may run on the same computer.
Questionmidi toolkit Pin
sadeghjun23-Jan-14 1:33
sadeghjun23-Jan-14 1:33 
SuggestionRe: midi toolkit Pin
Richard Deeming23-Jan-14 1:39
mveRichard Deeming23-Jan-14 1:39 
GeneralRe: midi toolkit Pin
sadeghjun23-Jan-14 5:14
sadeghjun23-Jan-14 5:14 
QuestionC# loop help Pin
Hrons23-Jan-14 1:00
Hrons23-Jan-14 1:00 
AnswerRe: C# loop help Pin
OriginalGriff23-Jan-14 2:25
mveOriginalGriff23-Jan-14 2:25 
GeneralRe: C# loop help Pin
Hrons23-Jan-14 2:34
Hrons23-Jan-14 2:34 
AnswerRe: C# loop help Pin
OriginalGriff23-Jan-14 3:01
mveOriginalGriff23-Jan-14 3:01 
QuestionC# Grid Plugin Pin
krikkidoddle23-Jan-14 0:30
krikkidoddle23-Jan-14 0:30 
AnswerRe: C# Grid Plugin Pin
Ron Beyer23-Jan-14 2:56
professionalRon Beyer23-Jan-14 2:56 
QuestionSet Location of ListView below DataGridView Active Row in C# Winform Pin
ahmed_one22-Jan-14 19:49
ahmed_one22-Jan-14 19:49 
AnswerRe: Set Location of ListView below DataGridView Active Row in C# Winform Pin
Mycroft Holmes22-Jan-14 21:33
professionalMycroft Holmes22-Jan-14 21:33 
GeneralRe: Set Location of ListView below DataGridView Active Row in C# Winform Pin
ahmed_one22-Jan-14 22:07
ahmed_one22-Jan-14 22:07 
GeneralRe: Set Location of ListView below DataGridView Active Row in C# Winform Pin
Mycroft Holmes22-Jan-14 22:23
professionalMycroft Holmes22-Jan-14 22:23 
GeneralRe: Set Location of ListView below DataGridView Active Row in C# Winform Pin
ahmed_one22-Jan-14 22:31
ahmed_one22-Jan-14 22:31 
QuestionAlgorithms which Max(x) Min(y) Pin
Swab.Jat22-Jan-14 17:18
Swab.Jat22-Jan-14 17:18 
QuestionDynamic created radio buttons wont execute event on click (c# .net ) Pin
salar136922-Jan-14 14:34
salar136922-Jan-14 14:34 
AnswerRe: Dynamic created radio buttons wont execute event on click (c# .net ) Pin
Kornfeld Eliyahu Peter22-Jan-14 20:13
professionalKornfeld Eliyahu Peter22-Jan-14 20:13 

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.