Click here to Skip to main content
15,905,232 members
Home / Discussions / C#
   

C#

 
AnswerRe: Loading 3D model from file Pin
Pete O'Hanlon14-May-14 1:45
mvePete O'Hanlon14-May-14 1:45 
AnswerRe: Loading 3D model from file Pin
Terry Tyson15-May-14 4:18
Terry Tyson15-May-14 4:18 
GeneralRe: Loading 3D model from file Pin
MrDooDoo16-May-14 7:10
MrDooDoo16-May-14 7:10 
QuestionHow to show a message in pole display /customer display Pin
Saroth Nakshabi13-May-14 9:39
Saroth Nakshabi13-May-14 9:39 
AnswerRe: How to show a message in pole display /customer display Pin
Mycroft Holmes13-May-14 13:00
professionalMycroft Holmes13-May-14 13:00 
AnswerRe: How to show a message in pole display /customer display Pin
Simon_Whale13-May-14 21:49
Simon_Whale13-May-14 21:49 
QuestionInstalling a windows service with a msi installer in a correct way and making the servie configurable Pin
Jeffrey Jefferson13-May-14 7:00
Jeffrey Jefferson13-May-14 7:00 
AnswerRe: Installing a windows service with a msi installer in a correct way and making the servie configurable Pin
Bernhard Hiller13-May-14 21:07
Bernhard Hiller13-May-14 21:07 
Your description is so weird that I doubt you understand what you do.
It is rather normal that the setup program will ask you where to install the program - that holds true for desktop applications and services as well. You may provide a useful default value for that.
Startup parameters are rather unusual for a service, though in rare case can be useful and e.g. added on the properties page of the servcie for the next start (and only the next manual start from that tab - not as a general parameter!). What you describe is a configuration. For configuration, there is the Application Configuration file. In your Visual Studio, it is the app.config file. When the program gets built, it becomes yourservcie.exe.config. That's the place where to add configurable items. When you changed the entries e.g. in a text editor, do not forget to re-start the service. If you have another program interacting with your service which could be used for configuring it, use Settings.
GeneralRe: Installing a windows service with a msi installer in a correct way and making the servie configurable Pin
Jeffrey Jefferson14-May-14 1:09
Jeffrey Jefferson14-May-14 1:09 
QuestionProblem in line of code: aviframegetFrameOpen() in video steganography Pin
Member 1059173613-May-14 6:54
Member 1059173613-May-14 6:54 
QuestionFind all Child windows Pin
Member 1063699813-May-14 4:42
Member 1063699813-May-14 4:42 
AnswerRe: Find all Child windows Pin
Dave Kreskowiak13-May-14 5:16
mveDave Kreskowiak13-May-14 5:16 
GeneralRe: Find all Child windows Pin
Member 1063699813-May-14 5:30
Member 1063699813-May-14 5:30 
GeneralRe: Find all Child windows Pin
Mycroft Holmes13-May-14 13:02
professionalMycroft Holmes13-May-14 13:02 
GeneralRe: Find all Child windows Pin
V.13-May-14 23:01
professionalV.13-May-14 23:01 
GeneralRe: Find all Child windows Pin
Mycroft Holmes13-May-14 23:14
professionalMycroft Holmes13-May-14 23:14 
Questionc# vsync event Pin
rollandd13-May-14 4:16
rollandd13-May-14 4:16 
AnswerRe: c# vsync event Pin
Dave Kreskowiak13-May-14 5:08
mveDave Kreskowiak13-May-14 5:08 
GeneralRe: c# vsync event Pin
harold aptroot13-May-14 5:48
harold aptroot13-May-14 5:48 
QuestionHow to flip monitor (Horizontal or Vertical? ? Pin
Bill Lee Vn12-May-14 23:19
Bill Lee Vn12-May-14 23:19 
AnswerRe: How to flip monitor (Horizontal or Vertical? ? Pin
OriginalGriff12-May-14 23:30
mveOriginalGriff12-May-14 23:30 
JokeRe: How to flip monitor (Horizontal or Vertical? ? Pin
Mycroft Holmes13-May-14 13:04
professionalMycroft Holmes13-May-14 13:04 
GeneralRe: How to flip monitor (Horizontal or Vertical? ? Pin
Bill Lee Vn14-May-14 4:33
Bill Lee Vn14-May-14 4:33 
GeneralRe: How to flip monitor (Horizontal or Vertical? ? Pin
OriginalGriff14-May-14 4:39
mveOriginalGriff14-May-14 4:39 
GeneralRe: How to flip monitor (Horizontal or Vertical? ? Pin
Bill Lee Vn14-May-14 4:51
Bill Lee Vn14-May-14 4:51 

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.