Click here to Skip to main content
16,013,440 members
Home / Discussions / C#
   

C#

 
GeneralSkinnable Winforms Pin
29-Apr-02 18:16
suss29-Apr-02 18:16 
QuestionDHTML Edit control. How can I use this thing? Pin
lovehis29-Apr-02 17:06
lovehis29-Apr-02 17:06 
Generaluser control in Winforms Pin
29-Apr-02 11:46
suss29-Apr-02 11:46 
GeneralRe: user control in Winforms Pin
Nish Nishant29-Apr-02 14:32
sitebuilderNish Nishant29-Apr-02 14:32 
GeneralRe: user control in Winforms Pin
Rickard Andersson2029-Apr-02 20:44
Rickard Andersson2029-Apr-02 20:44 
GeneralRe: user control in Winforms Pin
Neil Van Note29-Apr-02 20:56
Neil Van Note29-Apr-02 20:56 
GeneralRe: user control in Winforms Pin
30-Apr-02 4:27
suss30-Apr-02 4:27 
GeneralRe: user control in Winforms Pin
James T. Johnson30-Apr-02 4:40
James T. Johnson30-Apr-02 4:40 
This is a known "bug" with VS.NET; a couple solutions available but each require you to change the design.

First is to take all of the methods that would normally be left to be implemented and put it into an interface; then make the end usercontrol implement that.

Second is to provide dummy implementations that just throw a NotSupportedException or some other exception. Make sure to mark these methods as virtual Smile | :)

James

Simplicity Rules!
GeneralRe: user control in Winforms Pin
30-Apr-02 11:35
suss30-Apr-02 11:35 
GeneralSocket and ReadCallback Pin
Szymon Pusz29-Apr-02 11:42
Szymon Pusz29-Apr-02 11:42 
GeneralFloat performance in C# Pin
29-Apr-02 11:03
suss29-Apr-02 11:03 
GeneralRe: Float performance in C# Pin
Neil Van Note29-Apr-02 21:08
Neil Van Note29-Apr-02 21:08 
GeneralEvent Question Pin
Sabran29-Apr-02 10:53
Sabran29-Apr-02 10:53 
GeneralDrawing over the controls Pin
Zombies with Coffee, LLC29-Apr-02 10:22
professionalZombies with Coffee, LLC29-Apr-02 10:22 
GeneralResource Problems! Pin
Derek Price29-Apr-02 6:21
Derek Price29-Apr-02 6:21 
GeneralRe: Resource Problems! Pin
James T. Johnson29-Apr-02 9:51
James T. Johnson29-Apr-02 9:51 
GeneralRe: Resource Problems! Pin
Derek Price29-Apr-02 10:34
Derek Price29-Apr-02 10:34 
GeneralRe: Resource Problems! Pin
James T. Johnson29-Apr-02 14:56
James T. Johnson29-Apr-02 14:56 
GeneralOne form inside second Pin
Wizard_0129-Apr-02 5:27
Wizard_0129-Apr-02 5:27 
GeneralRe: One form inside second Pin
Nick Parker29-Apr-02 6:40
protectorNick Parker29-Apr-02 6:40 
GeneralRe: One form inside second Pin
Wizard_0129-Apr-02 7:06
Wizard_0129-Apr-02 7:06 
GeneralRe: One form inside second Pin
ez229-Apr-02 7:39
ez229-Apr-02 7:39 
GeneralRe: One form inside second Pin
Wizard_0129-Apr-02 8:16
Wizard_0129-Apr-02 8:16 
GeneralRe: One form inside second Pin
ez229-Apr-02 8:41
ez229-Apr-02 8:41 
GeneralRe: One form inside second Pin
James T. Johnson29-Apr-02 8:49
James T. Johnson29-Apr-02 8:49 

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.