Click here to Skip to main content
15,887,267 members
Home / Discussions / C#
   

C#

 
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 
QuestionHow do Xamarin forms connect to SQL Server ? Pin
Member 245846721-Jun-18 21:57
Member 245846721-Jun-18 21:57 
AnswerRe: How do Xamarin forms connect to SQL Server ? Pin
Richard MacCutchan21-Jun-18 22:33
mveRichard MacCutchan21-Jun-18 22:33 
AnswerRe: How do Xamarin forms connect to SQL Server ? Pin
Pete O'Hanlon22-Jun-18 1:26
mvePete O'Hanlon22-Jun-18 1:26 
QuestionComparing hashed Passwords Pin
Kevin Marois21-Jun-18 12:29
professionalKevin Marois21-Jun-18 12:29 
AnswerRe: Comparing hashed Passwords Pin
#realJSOP21-Jun-18 13:55
mve#realJSOP21-Jun-18 13:55 
GeneralRe: Comparing hashed Passwords Pin
OriginalGriff21-Jun-18 18:41
mveOriginalGriff21-Jun-18 18:41 
GeneralRe: Comparing hashed Passwords Pin
Kevin Marois22-Jun-18 5:58
professionalKevin Marois22-Jun-18 5:58 
GeneralRe: Comparing hashed Passwords Pin
Richard Deeming22-Jun-18 6:50
mveRichard Deeming22-Jun-18 6:50 
GeneralRe: Comparing hashed Passwords Pin
#realJSOP22-Jun-18 6:55
mve#realJSOP22-Jun-18 6:55 
GeneralRe: Comparing hashed Passwords Pin
Richard Deeming22-Jun-18 7:02
mveRichard Deeming22-Jun-18 7:02 
GeneralRe: Comparing hashed Passwords Pin
Dave Kreskowiak22-Jun-18 7:12
mveDave Kreskowiak22-Jun-18 7:12 
GeneralRe: Comparing hashed Passwords Pin
#realJSOP22-Jun-18 7:18
mve#realJSOP22-Jun-18 7:18 
GeneralRe: Comparing hashed Passwords Pin
Kevin Marois22-Jun-18 7:45
professionalKevin Marois22-Jun-18 7:45 

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.