Click here to Skip to main content
15,896,118 members
Home / Discussions / C#
   

C#

 
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 
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 
Quote:
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.


Oh yeah, i was wrong. I was believing that in contrast to applications, windows services dont need installation locations, cause they will be automatically stored in a windows specific folder that is designed for services.

That belief was created by the message prompt that was shown to me by double clicking the executable file my setup created in the installation location.

I was believing that this executable file is only needed for installing purposes.

But given that this executable file represents the service, it is of course able to use
Directory.GetParent(System.Reflection.Assembly.GetExecutingAssembly().Location).FullName
to get the correct location of the config file.

For your information:
Im using the XmlSerializer-Class to realize a config file that corresponds to my own config-class. I really like this way.


So thank you!
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 
GeneralRe: How to flip monitor (Horizontal or Vertical? ? Pin
OriginalGriff14-May-14 4:56
mveOriginalGriff14-May-14 4:56 

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.