Click here to Skip to main content
15,891,529 members
Home / Discussions / C#
   

C#

 
GeneralAssemblies with C# Pin
G. Caudillo20-May-02 17:37
G. Caudillo20-May-02 17:37 
GeneralRe: Assemblies with C# Pin
Eric Gunnerson (msft)21-May-02 10:38
Eric Gunnerson (msft)21-May-02 10:38 
GeneralRe: Assemblies with C# Pin
Rickard Andersson2021-May-02 20:45
Rickard Andersson2021-May-02 20:45 
GeneralRe: Assemblies with C# Pin
Russell Morris24-May-02 10:03
Russell Morris24-May-02 10:03 
GeneralHelp for a beginner Pin
Giladi19-May-02 23:33
Giladi19-May-02 23:33 
GeneralRe: Help for a beginner Pin
Nish Nishant19-May-02 23:41
sitebuilderNish Nishant19-May-02 23:41 
GeneralRe: Help for a beginner Pin
Giladi19-May-02 23:44
Giladi19-May-02 23:44 
GeneralForm Inheritance Pin
SimmoTech19-May-02 22:07
SimmoTech19-May-02 22:07 
After spending a long time on a current VB project with 30 similar but different forms, I was looking at using c# and inherited forms to see how much easier it could be.

I have a base form with a tab control on it complete with two tabs that will be common to all inherited forms. e.g "General" and "Other Info"

What I want to do is add additional tabs between these inherited tabs on the inherited forms. This works ok in Visual Studio (ie. I can move my new tab to between the existing tabs) but when the project is executed, the new tab is put back at the end of the list again.

Is this a bug in VS or more, likely, a design limitation?

What is the best way to achieve this. I want to keep the GUI mode modification of the tab layout but it seems to be wasteful to have VS create the collection in InitializeComponents() only for me to immediately do the same thing again.


Cheers
Simon
GeneralRe: Form Inheritance Pin
Nish Nishant19-May-02 23:43
sitebuilderNish Nishant19-May-02 23:43 
GeneralMoving PictureBox Around Pin
Nick Parker19-May-02 13:52
protectorNick Parker19-May-02 13:52 
GeneralRe: Moving PictureBox Around Pin
SHaroz20-May-02 7:58
SHaroz20-May-02 7:58 
Questionhelp! how can I rewrite struct with union in C#? Pin
Li-kai Liu (Angus)18-May-02 18:20
Li-kai Liu (Angus)18-May-02 18:20 
AnswerRe: help! how can I rewrite struct with union in C#? Pin
Rama Krishna Vavilala18-May-02 18:27
Rama Krishna Vavilala18-May-02 18:27 
GeneralRe: help! how can I rewrite struct with union in C#? Pin
Li-kai Liu (Angus)18-May-02 19:29
Li-kai Liu (Angus)18-May-02 19:29 
Questionabout Rama's screensaver? Pin
zhoujun18-May-02 17:15
zhoujun18-May-02 17:15 
AnswerRe: about Rama's screensaver? Pin
Christian Graus18-May-02 17:31
protectorChristian Graus18-May-02 17:31 
GeneralRe: about Rama's screensaver? Pin
Nish Nishant18-May-02 18:24
sitebuilderNish Nishant18-May-02 18:24 
GeneralRe: about Rama's screensaver? Pin
zhoujun18-May-02 21:37
zhoujun18-May-02 21:37 
GeneralRe: about Rama's screensaver? Pin
Nish Nishant18-May-02 22:04
sitebuilderNish Nishant18-May-02 22:04 
GeneralRe: about Rama's screensaver? Pin
zhoujun18-May-02 22:46
zhoujun18-May-02 22:46 
GeneralRe: about Rama's screensaver? Pin
Nish Nishant18-May-02 23:01
sitebuilderNish Nishant18-May-02 23:01 
GeneralRe: about Rama's screensaver? Pin
zhoujun18-May-02 21:43
zhoujun18-May-02 21:43 
GeneralRe: about Rama's screensaver? Pin
Nish Nishant18-May-02 22:05
sitebuilderNish Nishant18-May-02 22:05 
GeneralRe: about Rama's screensaver? Pin
zhoujun18-May-02 22:49
zhoujun18-May-02 22:49 
GeneralRe: about Rama's screensaver? Pin
Nish Nishant18-May-02 23:08
sitebuilderNish Nishant18-May-02 23:08 

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.