Click here to Skip to main content
15,881,882 members
Home / Discussions / C#
   

C#

 
GeneralRe: no parameterless constructor defined for this object Pin
Gilbert Consellado16-Jul-16 4:43
professionalGilbert Consellado16-Jul-16 4:43 
QuestionHow to load form's content (Controls in form) from XML file Pin
HoaiTamAnh15-Jul-16 15:50
HoaiTamAnh15-Jul-16 15:50 
AnswerRe: How to load form's content (Controls in form) from XML file Pin
Richard MacCutchan15-Jul-16 21:48
mveRichard MacCutchan15-Jul-16 21:48 
AnswerRe: How to load form's content (Controls in form) from XML file Pin
BillWoodruff16-Jul-16 2:34
professionalBillWoodruff16-Jul-16 2:34 
QuestionManually linking in references Pin
TheOnlyRealTodd14-Jul-16 23:33
professionalTheOnlyRealTodd14-Jul-16 23:33 
AnswerRe: Manually linking in references Pin
OriginalGriff14-Jul-16 23:45
mveOriginalGriff14-Jul-16 23:45 
AnswerRe: Manually linking in references Pin
Eddy Vluggen14-Jul-16 23:58
professionalEddy Vluggen14-Jul-16 23:58 
SuggestionRe: Manually linking in references Pin
maverick199115-Jul-16 22:30
professionalmaverick199115-Jul-16 22:30 
You can use
csc Program.cs /r:SpeechSynthesizer.dll /out:YourOutputExeName.exe
1. Here Program.cs is the file to be compiled
2. /r:SpeechSynthesizer.dll is the dll in same directory
3. YourOutputExeName.exe is the name of the output exe

For more details refer this thread: http://www.csharpnet.net/article/building-csharp-applications
QuestionPassing Memory Stream between C# Windows Pin
sunsher14-Jul-16 18:02
sunsher14-Jul-16 18:02 
AnswerRe: Passing Memory Stream between C# Windows Pin
Mycroft Holmes14-Jul-16 20:11
professionalMycroft Holmes14-Jul-16 20:11 
AnswerRe: Passing Memory Stream between C# Windows Pin
Pete O'Hanlon14-Jul-16 20:46
mvePete O'Hanlon14-Jul-16 20:46 
GeneralRe: Passing Memory Stream between C# Windows Pin
sunsher17-Jul-16 13:04
sunsher17-Jul-16 13:04 
GeneralRe: Passing Memory Stream between C# Windows Pin
Pete O'Hanlon17-Jul-16 21:12
mvePete O'Hanlon17-Jul-16 21:12 
GeneralRe: Passing Memory Stream between C# Windows Pin
sunsher18-Jul-16 13:01
sunsher18-Jul-16 13:01 
GeneralRe: Passing Memory Stream between C# Windows Pin
sunsher18-Jul-16 13:55
sunsher18-Jul-16 13:55 
GeneralRe: Passing Memory Stream between C# Windows Pin
sunsher18-Jul-16 15:17
sunsher18-Jul-16 15:17 
QuestionLifo and Fifo Pin
Member 1116162514-Jul-16 17:53
Member 1116162514-Jul-16 17:53 
AnswerRe: Lifo and Fifo Pin
Mycroft Holmes14-Jul-16 20:13
professionalMycroft Holmes14-Jul-16 20:13 
AnswerRe: Lifo and Fifo Pin
Richard MacCutchan14-Jul-16 21:42
mveRichard MacCutchan14-Jul-16 21:42 
QuestionReflection problem Pin
Super Lloyd14-Jul-16 4:08
Super Lloyd14-Jul-16 4:08 
AnswerRe: Reflection problem Pin
Kenneth Haugland14-Jul-16 4:27
mvaKenneth Haugland14-Jul-16 4:27 
GeneralRe: Reflection problem Pin
Super Lloyd14-Jul-16 4:52
Super Lloyd14-Jul-16 4:52 
GeneralRe: Reflection problem Pin
Kenneth Haugland14-Jul-16 5:24
mvaKenneth Haugland14-Jul-16 5:24 
GeneralRe: Reflection problem Pin
Super Lloyd14-Jul-16 5:27
Super Lloyd14-Jul-16 5:27 
SuggestionRe: Reflection problem Pin
Richard Deeming14-Jul-16 4:41
mveRichard Deeming14-Jul-16 4:41 

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.