Click here to Skip to main content
15,920,438 members
Home / Discussions / C#
   

C#

 
GeneralRe: MenuItemClick not firing on MasterPage with SiteMap Pin
lsugirljte19-Jan-07 5:32
lsugirljte19-Jan-07 5:32 
AnswerRe: MenuItemClick not firing on MasterPage with SiteMap Pin
lsugirljte19-Jan-07 4:52
lsugirljte19-Jan-07 4:52 
QuestionUpperCase in combo box Pin
oracleConvert18-Jan-07 11:35
oracleConvert18-Jan-07 11:35 
AnswerRe: UpperCase in combo box Pin
Christian Graus18-Jan-07 12:21
protectorChristian Graus18-Jan-07 12:21 
GeneralRe: UpperCase in combo box Pin
oracleConvert19-Jan-07 4:52
oracleConvert19-Jan-07 4:52 
GeneralRe: UpperCase in combo box Pin
Christian Graus19-Jan-07 8:35
protectorChristian Graus19-Jan-07 8:35 
QuestionWindows Service Questions Pin
MartyExodus18-Jan-07 11:27
MartyExodus18-Jan-07 11:27 
AnswerRe: Windows Service Questions Pin
Dustin Metzgar18-Jan-07 16:17
Dustin Metzgar18-Jan-07 16:17 
MartyExodus wrote:
I have my Windows Forms app and a Windows service compiled into the same EXE

Why? It's not that hard to separate them into different projects.
MartyExodus wrote:
If anyone knows of any easier way to run a couple of DOS commands on a large group of remote computers

You will definitely have to have an NT service on each computer.  And you should definitely have to install the service on each computer by script.  The script's not that hard, just installutil.  But you say DOS commands almost like you're using System.Diagnostics.Process[^] to run stuff from the command prompt.  In that case, why not just write a quick VBScript and run it on each computer?



Questionhow to get public ip Pin
xolla18-Jan-07 10:40
xolla18-Jan-07 10:40 
AnswerRe: how to get public ip Pin
Guffa18-Jan-07 11:02
Guffa18-Jan-07 11:02 
GeneralRe: how to get public ip Pin
xolla18-Jan-07 11:08
xolla18-Jan-07 11:08 
GeneralRe: how to get public ip Pin
swjam18-Jan-07 11:32
swjam18-Jan-07 11:32 
GeneralRe: how to get public ip Pin
xolla18-Jan-07 11:56
xolla18-Jan-07 11:56 
AnswerRe: how to get public ip Pin
Guffa18-Jan-07 11:50
Guffa18-Jan-07 11:50 
GeneralRe: how to get public ip Pin
xolla18-Jan-07 12:08
xolla18-Jan-07 12:08 
GeneralRe: how to get public ip Pin
Dave Kreskowiak18-Jan-07 17:51
mveDave Kreskowiak18-Jan-07 17:51 
GeneralRe: how to get public ip Pin
Guffa18-Jan-07 19:20
Guffa18-Jan-07 19:20 
GeneralRe: how to get public ip Pin
Muammar©19-Jan-07 9:35
Muammar©19-Jan-07 9:35 
General[OT] Pin
Guffa19-Jan-07 9:48
Guffa19-Jan-07 9:48 
Question2 Pop3 Questions (RFC related "I guess!!") Pin
Muammar©18-Jan-07 9:59
Muammar©18-Jan-07 9:59 
AnswerRe: 2 Pop3 Questions (RFC related "I guess!!") Pin
Ravi Bhavnani18-Jan-07 10:03
professionalRavi Bhavnani18-Jan-07 10:03 
GeneralRe: 2 Pop3 Questions (RFC related "I guess!!") Pin
Muammar©18-Jan-07 10:20
Muammar©18-Jan-07 10:20 
QuestionProgress Bar Pin
Civic0618-Jan-07 9:44
Civic0618-Jan-07 9:44 
AnswerRe: Progress Bar Pin
Ravi Bhavnani18-Jan-07 9:53
professionalRavi Bhavnani18-Jan-07 9:53 
AnswerRe: Progress Bar Pin
Muammar©18-Jan-07 10:12
Muammar©18-Jan-07 10:12 

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.