Click here to Skip to main content
15,903,854 members
Home / Discussions / C#
   

C#

 
QuestionRun a C# code in Visual Studio or SharpDevelop Pin
Member 1388484424-Jun-18 7:41
Member 1388484424-Jun-18 7:41 
AnswerRe: Run a C# code in Visual Studio or SharpDevelop Pin
Pete O'Hanlon24-Jun-18 9:58
mvePete O'Hanlon24-Jun-18 9:58 
QuestionHow to install android ndk for visual studio 2015 ? Pin
Member 245846723-Jun-18 14:07
Member 245846723-Jun-18 14:07 
AnswerRe: How to install android ndk for visual studio 2015 ? Pin
Richard MacCutchan23-Jun-18 21:09
mveRichard MacCutchan23-Jun-18 21:09 
GeneralRe: How to install android ndk for visual studio 2015 ? Pin
Member 245846724-Jun-18 17:45
Member 245846724-Jun-18 17:45 
GeneralRe: How to install android ndk for visual studio 2015 ? Pin
Richard MacCutchan24-Jun-18 21:01
mveRichard MacCutchan24-Jun-18 21:01 
GeneralRe: How to install android ndk for visual studio 2015 ? Pin
Member 245846725-Jun-18 16:27
Member 245846725-Jun-18 16:27 
GeneralRe: How to install android ndk for visual studio 2015 ? Pin
Richard MacCutchan25-Jun-18 21:17
mveRichard MacCutchan25-Jun-18 21:17 
GeneralRe: How to install android ndk for visual studio 2015 ? Pin
Member 245846726-Jun-18 16:17
Member 245846726-Jun-18 16:17 
GeneralRe: How to install android ndk for visual studio 2015 ? Pin
Richard MacCutchan26-Jun-18 21:26
mveRichard MacCutchan26-Jun-18 21:26 
GeneralRe: How to install android ndk for visual studio 2015 ? Pin
Member 245846727-Jun-18 16:08
Member 245846727-Jun-18 16:08 
GeneralRe: How to install android ndk for visual studio 2015 ? Pin
Richard MacCutchan27-Jun-18 21:06
mveRichard MacCutchan27-Jun-18 21:06 
QuestionWhy Is The Text Element Inside Of Razor Code Block Skipped During Debugging Pin
MadDashCoder23-Jun-18 13:43
MadDashCoder23-Jun-18 13:43 
AnswerRe: Why Is The Text Element Inside Of Razor Code Block Skipped During Debugging Pin
OriginalGriff23-Jun-18 19:47
mveOriginalGriff23-Jun-18 19:47 
GeneralRe: Why Is The Text Element Inside Of Razor Code Block Skipped During Debugging Pin
MadDashCoder23-Jun-18 21:31
MadDashCoder23-Jun-18 21:31 
GeneralRe: Why Is The Text Element Inside Of Razor Code Block Skipped During Debugging Pin
Pete O'Hanlon23-Jun-18 23:27
mvePete O'Hanlon23-Jun-18 23:27 
GeneralRe: Why Is The Text Element Inside Of Razor Code Block Skipped During Debugging Pin
MadDashCoder24-Jun-18 1:05
MadDashCoder24-Jun-18 1:05 
QuestionAPP Projekt call a DLL Froms Projekt Pin
Member 1368015123-Jun-18 0:52
Member 1368015123-Jun-18 0:52 
AnswerRe: APP Projekt call a DLL Froms Projekt Pin
OriginalGriff23-Jun-18 1:54
mveOriginalGriff23-Jun-18 1:54 
GeneralRe: APP Projekt call a DLL Froms Projekt Pin
Member 1368015123-Jun-18 3:23
Member 1368015123-Jun-18 3:23 
GeneralRe: APP Projekt call a DLL Froms Projekt Pin
OriginalGriff23-Jun-18 4:01
mveOriginalGriff23-Jun-18 4:01 
Look at what you wrote:
WindowsFormsControlLibrary1.UserControl1 f = new WindowsFormsControlLibrary1.UserControl1();

That's not a form! It's a usercontrol, which is a component (like a TextBox or a DataGridView) that you can add to a form.

You can't display a usercontrol on it's own - it doesn't have the "bits and bobs" that a Form needs.

You can add it to a Form using the designer (drag and drop it from the toolbox) in either the DLL or EXE project, and display that.
Sent from my Amstrad PC 1640
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
AntiTwitter: @DalekDave is now a follower!

QuestionC# text to speech Pin
tsi clinero22-Jun-18 14:22
tsi clinero22-Jun-18 14:22 
AnswerRe: C# text to speech Pin
OriginalGriff22-Jun-18 18:10
mveOriginalGriff22-Jun-18 18:10 
GeneralRe: C# text to speech Pin
Eric Lynch22-Jun-18 23:55
Eric Lynch22-Jun-18 23:55 
GeneralRe: C# text to speech Pin
OriginalGriff23-Jun-18 0:11
mveOriginalGriff23-Jun-18 0:11 

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.