Click here to Skip to main content
15,888,527 members
Home / Discussions / C#
   

C#

 
QuestionCustom form? Pin
MasterSharp30-Sep-07 11:38
MasterSharp30-Sep-07 11:38 
AnswerRe: Custom form? Pin
Paul Conrad30-Sep-07 11:45
professionalPaul Conrad30-Sep-07 11:45 
GeneralRe: Custom form? Pin
MasterSharp30-Sep-07 12:14
MasterSharp30-Sep-07 12:14 
GeneralRe: Custom form? Pin
Christian Graus30-Sep-07 12:25
protectorChristian Graus30-Sep-07 12:25 
GeneralRe: Custom form? Pin
MasterSharp30-Sep-07 12:34
MasterSharp30-Sep-07 12:34 
GeneralRe: Custom form? Pin
Kenny McKee30-Sep-07 12:46
Kenny McKee30-Sep-07 12:46 
GeneralRe: Custom form? Pin
MasterSharp30-Sep-07 12:56
MasterSharp30-Sep-07 12:56 
GeneralRe: Custom form? Pin
Kenny McKee30-Sep-07 13:14
Kenny McKee30-Sep-07 13:14 
OK. I don't have any code that could help you right now, but I'm currently studying up on how to build components in .NET 2.0.

Create a new component and make it extend System.Windows.Forms.Form. After that, override the OnPaint method. That should get you started.

If you want to test your form, create a new form and edit the code by making that form extend yours. Hope this helps!Smile | :)

Maybe somebody else has more experience with forms? I've never created a custom form before sooooo.....
GeneralRe: Custom form? Pin
Paul Conrad30-Sep-07 13:06
professionalPaul Conrad30-Sep-07 13:06 
GeneralRe: Custom form? Pin
MasterSharp30-Sep-07 13:24
MasterSharp30-Sep-07 13:24 
GeneralRe: Custom form? Pin
Paul Conrad30-Sep-07 13:26
professionalPaul Conrad30-Sep-07 13:26 
GeneralRe: Custom form? Pin
MasterSharp30-Sep-07 13:33
MasterSharp30-Sep-07 13:33 
GeneralRe: Custom form? Pin
Dave Kreskowiak30-Sep-07 13:46
mveDave Kreskowiak30-Sep-07 13:46 
GeneralRe: Custom form? Pin
Paul Conrad30-Sep-07 14:04
professionalPaul Conrad30-Sep-07 14:04 
GeneralRe: Custom form? Pin
Christian Graus30-Sep-07 14:09
protectorChristian Graus30-Sep-07 14:09 
GeneralRe: Custom form? Pin
Dave Kreskowiak30-Sep-07 15:34
mveDave Kreskowiak30-Sep-07 15:34 
GeneralRe: Custom form? Pin
Christian Graus30-Sep-07 21:02
protectorChristian Graus30-Sep-07 21:02 
GeneralRe: Custom form? Pin
MasterSharp1-Oct-07 10:52
MasterSharp1-Oct-07 10:52 
GeneralRe: Custom form? Pin
Dave Kreskowiak1-Oct-07 17:21
mveDave Kreskowiak1-Oct-07 17:21 
Questionurgent Problem in using typed dataset Pin
Shuaib wasif khan30-Sep-07 10:28
Shuaib wasif khan30-Sep-07 10:28 
AnswerRe: urgent Problem in using typed dataset Pin
ESTAN30-Sep-07 10:45
ESTAN30-Sep-07 10:45 
GeneralRe: urgent Problem in using typed dataset Pin
Shuaib wasif khan30-Sep-07 11:28
Shuaib wasif khan30-Sep-07 11:28 
GeneralRe: urgent Problem in using typed dataset Pin
darkelv30-Sep-07 17:28
darkelv30-Sep-07 17:28 
Questionbuild in control Pin
hcapri30-Sep-07 7:29
hcapri30-Sep-07 7:29 
AnswerRe: build in control Pin
Kristian Sixhøj30-Sep-07 7:34
Kristian Sixhøj30-Sep-07 7:34 

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.