Click here to Skip to main content
15,891,943 members
Home / Discussions / C#
   

C#

 
GeneralRe: MonthCalendar Control Pin
Abhijit Jana12-Dec-07 0:37
professionalAbhijit Jana12-Dec-07 0:37 
QuestionReadLine needs twice Return Hit after Console.TreatControlCAsInput = true; Optionen Pin
Kerem Guemruekcue11-Dec-07 20:16
Kerem Guemruekcue11-Dec-07 20:16 
Questionwrite a function to check if the value is in float format? Pin
cyn811-Dec-07 19:57
cyn811-Dec-07 19:57 
AnswerRe: write a function to check if the value is in float format? Pin
Kerem Guemruekcue11-Dec-07 20:12
Kerem Guemruekcue11-Dec-07 20:12 
AnswerRe: write a function to check if the value is in float format? Pin
Mr. Candyman11-Dec-07 21:36
Mr. Candyman11-Dec-07 21:36 
AnswerRe: write a function to check if the value is in float format? Pin
Christian Graus11-Dec-07 22:59
protectorChristian Graus11-Dec-07 22:59 
QuestionWindows service Pin
Sunil Scaria11-Dec-07 18:25
Sunil Scaria11-Dec-07 18:25 
GeneralRe: Windows service Pin
Abhijit Jana12-Dec-07 2:15
professionalAbhijit Jana12-Dec-07 2:15 
you can !!!

if you open the program.cs file you will get that info !!!

static void Main()
       {
          ServiceBase[] ServicesToRun;
         // More than one user Service may run within the same process. To add
        // another service to this process, change the following line to
       // create a second service object. For example,
       //   ServicesToRun = new ServiceBase[] {new Service1(), new MySecondUserService()};
           //

           ServicesToRun = new ServiceBase[] { new Service1() };
           ServiceBase.Run(ServicesToRun);
       }



Best Regards
-----------------
Abhijit Jana
View My CodeProject Articles

"Success is Journey it's not a destination"

QuestionRe: Windows service Pin
Sunil Scaria12-Dec-07 16:55
Sunil Scaria12-Dec-07 16:55 
QuestionHow to supress the Outlook warning message..??? Pin
Pankaj Kohre11-Dec-07 18:15
sussPankaj Kohre11-Dec-07 18:15 
GeneralRe: How to supress the Outlook warning message..??? Pin
Christian Graus11-Dec-07 18:39
protectorChristian Graus11-Dec-07 18:39 
GeneralRe: How to supress the Outlook warning message..??? Pin
CKnig11-Dec-07 23:26
CKnig11-Dec-07 23:26 
Generalusinng vs setup wizard Pin
prasadbuddhika11-Dec-07 18:04
prasadbuddhika11-Dec-07 18:04 
GeneralRe: usinng vs setup wizard Pin
Colin Angus Mackay11-Dec-07 23:59
Colin Angus Mackay11-Dec-07 23:59 
GeneralRe: usinng vs setup wizard Pin
prasadbuddhika16-Dec-07 19:10
prasadbuddhika16-Dec-07 19:10 
Generalproblem with decompress Pin
prasadbuddhika11-Dec-07 17:50
prasadbuddhika11-Dec-07 17:50 
GeneralRe: problem with decompress Pin
Christian Graus11-Dec-07 17:57
protectorChristian Graus11-Dec-07 17:57 
QuestionImprove the output of desktop application..? Pin
Pankaj - Joshi11-Dec-07 17:12
Pankaj - Joshi11-Dec-07 17:12 
AnswerRe: Improve the output of desktop application..? Pin
Christian Graus11-Dec-07 17:52
protectorChristian Graus11-Dec-07 17:52 
GeneralRe: Improve the output of desktop application..? Pin
Pankaj - Joshi11-Dec-07 17:59
Pankaj - Joshi11-Dec-07 17:59 
GeneralRe: Improve the output of desktop application..? Pin
Christian Graus11-Dec-07 18:07
protectorChristian Graus11-Dec-07 18:07 
GeneralRe: Improve the output of desktop application..? Pin
Pankaj - Joshi11-Dec-07 21:04
Pankaj - Joshi11-Dec-07 21:04 
GeneralRe: Improve the output of desktop application..? Pin
Dave Kreskowiak12-Dec-07 3:49
mveDave Kreskowiak12-Dec-07 3:49 
GeneralRe: Improve the output of desktop application..? Pin
Nouman Bhatti11-Dec-07 20:34
Nouman Bhatti11-Dec-07 20:34 
GeneralRe: Improve the output of desktop application..? Pin
Pankaj - Joshi11-Dec-07 21:01
Pankaj - Joshi11-Dec-07 21:01 

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.