Click here to Skip to main content
15,894,291 members
Home / Discussions / C#
   

C#

 
GeneralRe: GC in Services Pin
solidstore22-May-03 3:24
solidstore22-May-03 3:24 
GeneralRe: GC in Services Pin
solidstore22-May-03 3:16
solidstore22-May-03 3:16 
Questionis there a simple grid for windows forms? Pin
IsaacB21-May-03 6:04
IsaacB21-May-03 6:04 
AnswerRe: is there a simple grid for windows forms? Pin
Anonymous21-May-03 6:44
Anonymous21-May-03 6:44 
Generalsaving and changing a .tiff file's properties Pin
Chris Eatough21-May-03 5:51
Chris Eatough21-May-03 5:51 
Generalprinting issues Pin
RB@Emphasys21-May-03 5:14
RB@Emphasys21-May-03 5:14 
QuestionPost Visual Inheritance? Pin
Rocky Moore21-May-03 2:54
Rocky Moore21-May-03 2:54 
AnswerRe: Post Visual Inheritance? Pin
Arjan Einbu21-May-03 3:07
Arjan Einbu21-May-03 3:07 
WinForms inherit from From as shown in top of your class' source code...
public class frmAbout : System.Windows.Forms.Form

Just make yourself another form (your new base form, somewhere down the line inheriting from System.Windows.Forms.Form) and replace the inheritance in your existing class.

It should look something like this:
public class MyNewBaseForm : System.Windows.Forms.Form<br />
{<br />
   //Implementation of new base form<br />
}

and
public class frmAbout : MyNewBaseForm

Should come up in the visual designer too...
GeneralRe: Post Visual Inheritance? Pin
Rocky Moore21-May-03 3:53
Rocky Moore21-May-03 3:53 
GeneralRe: Post Visual Inheritance? Pin
Rocky Moore21-May-03 22:58
Rocky Moore21-May-03 22:58 
QuestionHow To Open Browserlink in Winforms Pin
rund1me21-May-03 1:26
rund1me21-May-03 1:26 
AnswerRe: How To Open Browserlink in Winforms Pin
Arjan Einbu21-May-03 2:56
Arjan Einbu21-May-03 2:56 
GeneralRe: How To Open Browserlink in Winforms Pin
rund1me21-May-03 3:10
rund1me21-May-03 3:10 
GeneralSharing values with multiple forms Pin
totig21-May-03 0:30
totig21-May-03 0:30 
GeneralRe: Sharing values with multiple forms Pin
Rocky Moore21-May-03 2:47
Rocky Moore21-May-03 2:47 
GeneralRe: Sharing values with multiple forms Pin
totig21-May-03 4:46
totig21-May-03 4:46 
GeneralRe: Sharing values with multiple forms Pin
Rocky Moore21-May-03 21:34
Rocky Moore21-May-03 21:34 
Questionhow to receive html element events Pin
benzite21-May-03 0:14
benzite21-May-03 0:14 
AnswerRe: how to receive html element events Pin
Jose Fco Bonnin22-May-03 3:54
Jose Fco Bonnin22-May-03 3:54 
GeneralRe: how to receive html element events Pin
benzite22-May-03 18:56
benzite22-May-03 18:56 
GeneralOffice XP and 2000 Automation Compatibility Pin
Braulio Dez20-May-03 23:33
Braulio Dez20-May-03 23:33 
GeneralRe: Office XP and 2000 Automation Compatibility Pin
shaunAustin21-May-03 4:03
shaunAustin21-May-03 4:03 
GeneralBit-sized integers in C# Pin
S O S20-May-03 23:25
S O S20-May-03 23:25 
GeneralRe: Bit-sized integers in C# Pin
Scott Danley21-May-03 6:15
Scott Danley21-May-03 6:15 
GeneralRe: Bit-sized integers in C# Pin
S O S22-May-03 9:05
S O S22-May-03 9:05 

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.