Click here to Skip to main content
16,014,591 members
Home / Discussions / C#
   

C#

 
GeneralRe: About string Pin
25-Mar-02 6:06
suss25-Mar-02 6:06 
GeneralTransparent bitmap Pin
25-Mar-02 5:07
suss25-Mar-02 5:07 
GeneralRe: Transparent bitmap Pin
James T. Johnson25-Mar-02 12:26
James T. Johnson25-Mar-02 12:26 
GeneralRe: Transparent bitmap Pin
26-Mar-02 4:18
suss26-Mar-02 4:18 
Generalinherited forms resizing issue Pin
25-Mar-02 4:32
suss25-Mar-02 4:32 
GeneralRe: inherited forms resizing issue Pin
25-Mar-02 5:09
suss25-Mar-02 5:09 
GeneralStill Need HELP! Pin
25-Mar-02 5:54
suss25-Mar-02 5:54 
GeneralAnd the winner is... Pin
26-Mar-02 4:39
suss26-Mar-02 4:39 
well, after toiling around the msdn i found a little blurb stating that controls on inherited forms that have anchor properties MUST be set to PROTECTED and not PRIVATE..

exposing controls is the absolute wrong way to write inherited forms (im no architect, but im pretty sure that breaks the model). -- unless there's a way to block the user from directly accessing the PROTECTED control aside from setting it's anchor.

so the solution..? in base.Resize() i simply made the layout recalculations myself. years of vb experience pays off.
GeneralCustomize message from datagrid Pin
Jose Fco Bonnin25-Mar-02 4:23
Jose Fco Bonnin25-Mar-02 4:23 
QuestionHow I can generate a 5-digit ID in C# Pin
gicio25-Mar-02 2:49
gicio25-Mar-02 2:49 
AnswerRe: How I can generate a 5-digit ID in C# Pin
Kannan Kalyanaraman25-Mar-02 4:45
Kannan Kalyanaraman25-Mar-02 4:45 
GeneralRe: How I can generate a 5-digit ID in C# Pin
gicio25-Mar-02 7:17
gicio25-Mar-02 7:17 
GeneralRe: How I can generate a 5-digit ID in C# Pin
Neil Van Note27-Mar-02 18:29
Neil Van Note27-Mar-02 18:29 
GeneralFixed Form Pin
Mazdak25-Mar-02 2:40
Mazdak25-Mar-02 2:40 
GeneralRe: Fixed Form Pin
25-Mar-02 2:53
suss25-Mar-02 2:53 
GeneralRe: Fixed Form Pin
Mazdak25-Mar-02 3:04
Mazdak25-Mar-02 3:04 
Questionhowto create doc/view c#-apps? Pin
Rüpel25-Mar-02 1:34
Rüpel25-Mar-02 1:34 
AnswerRe: howto create doc/view c#-apps? Pin
Mazdak25-Mar-02 1:33
Mazdak25-Mar-02 1:33 
GeneralRe: howto create doc/view c#-apps? Pin
Rüpel25-Mar-02 1:42
Rüpel25-Mar-02 1:42 
GeneralRe: howto create doc/view c#-apps? Pin
Neil Van Note27-Mar-02 19:09
Neil Van Note27-Mar-02 19:09 
GeneralRe: howto create doc/view c#-apps? Pin
Rüpel27-Mar-02 23:45
Rüpel27-Mar-02 23:45 
AnswerRe: howto create doc/view c#-apps? Pin
Kannan Kalyanaraman25-Mar-02 4:50
Kannan Kalyanaraman25-Mar-02 4:50 
GeneralI need help with this question Pin
25-Mar-02 0:21
suss25-Mar-02 0:21 
GeneralRe: I need help with this question Pin
BLaZiNiX26-Mar-02 19:01
BLaZiNiX26-Mar-02 19:01 
QuestionListView with CheckedItems ??? Pin
gicio24-Mar-02 23:54
gicio24-Mar-02 23:54 

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.