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

C#

 
AnswerRe: replacing new lines and tab spacing with a single space Pin
PIEBALDconsult20-Apr-09 14:04
mvePIEBALDconsult20-Apr-09 14:04 
Questioncombobox type mismatch Pin
fecaloid monster20-Apr-09 3:51
fecaloid monster20-Apr-09 3:51 
AnswerRe: combobox type mismatch Pin
N a v a n e e t h20-Apr-09 4:19
N a v a n e e t h20-Apr-09 4:19 
GeneralRe: combobox type mismatch Pin
fecaloid monster20-Apr-09 5:10
fecaloid monster20-Apr-09 5:10 
QuestionData Modeler Pin
Muhammad Nauman Yousuf20-Apr-09 3:31
Muhammad Nauman Yousuf20-Apr-09 3:31 
AnswerRe: Data Modeler Pin
Nagy Vilmos20-Apr-09 3:42
professionalNagy Vilmos20-Apr-09 3:42 
QuestionSystem.Mangement.ManagementObject is not working properly in a WinForms application. Pin
darthBug20-Apr-09 3:25
darthBug20-Apr-09 3:25 
AnswerRe: System.Mangement.ManagementObject is not working properly in a WinForms application. Pin
DaveyM6920-Apr-09 3:34
professionalDaveyM6920-Apr-09 3:34 
Not sure what the problem is. This works fine for me in WinForms
ManagementObject mgmtObject = new ManagementObject("Win32_Service.Name='Dhcp'");
MessageBox.Show(mgmtObject.Properties["StartMode"].Value.ToString());


Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)
Why are you using VB6? Do you hate yourself? (Christian Graus)

GeneralRe: System.Mangement.ManagementObject is not working properly in a WinForms application. Pin
darthBug20-Apr-09 4:04
darthBug20-Apr-09 4:04 
GeneralRe: System.Mangement.ManagementObject is not working properly in a WinForms application. Pin
DaveyM6920-Apr-09 6:05
professionalDaveyM6920-Apr-09 6:05 
GeneralRe: System.Mangement.ManagementObject is not working properly in a WinForms application. Pin
darthBug21-Apr-09 3:30
darthBug21-Apr-09 3:30 
QuestionOnline help code Pin
Member 437447420-Apr-09 3:20
Member 437447420-Apr-09 3:20 
AnswerRe: Online help code Pin
SeMartens20-Apr-09 3:29
SeMartens20-Apr-09 3:29 
AnswerRe: Online help code Pin
King Julien20-Apr-09 3:30
King Julien20-Apr-09 3:30 
RantRe: Online help code Pin
Nagy Vilmos20-Apr-09 3:43
professionalNagy Vilmos20-Apr-09 3:43 
AnswerRe: Online help code Pin
Mycroft Holmes20-Apr-09 14:40
professionalMycroft Holmes20-Apr-09 14:40 
QuestionKEYBOARD DRIVER IN C# Pin
svt gdwl20-Apr-09 2:21
svt gdwl20-Apr-09 2:21 
AnswerRe: KEYBOARD DRIVER IN C# Pin
Vikram A Punathambekar20-Apr-09 2:59
Vikram A Punathambekar20-Apr-09 2:59 
GeneralRe: KEYBOARD DRIVER IN C# Pin
svt gdwl20-Apr-09 3:20
svt gdwl20-Apr-09 3:20 
GeneralRe: KEYBOARD DRIVER IN C# Pin
harold aptroot20-Apr-09 4:09
harold aptroot20-Apr-09 4:09 
QuestionDynamic type creation question Pin
DavidRen2320-Apr-09 1:17
DavidRen2320-Apr-09 1:17 
AnswerRe: Dynamic type creation question Pin
N a v a n e e t h20-Apr-09 1:25
N a v a n e e t h20-Apr-09 1:25 
GeneralRe: Dynamic type creation question Pin
DavidRen2320-Apr-09 5:42
DavidRen2320-Apr-09 5:42 
GeneralRe: Dynamic type creation question Pin
S. Senthil Kumar20-Apr-09 7:49
S. Senthil Kumar20-Apr-09 7:49 
Questionrun a locked EXE file ??? Pin
AhmedOsamaMoh20-Apr-09 0:06
AhmedOsamaMoh20-Apr-09 0:06 

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.