Click here to Skip to main content
15,885,365 members
Home / Discussions / C#
   

C#

 
AnswerRe: pda automata Pin
Pete O'Hanlon1-Jun-09 12:07
mvePete O'Hanlon1-Jun-09 12:07 
GeneralRe: pda automata Pin
chavir1-Jun-09 12:54
chavir1-Jun-09 12:54 
GeneralRe: pda automata Pin
Christian Graus1-Jun-09 12:59
protectorChristian Graus1-Jun-09 12:59 
GeneralRe: pda automata Pin
Pete O'Hanlon1-Jun-09 21:42
mvePete O'Hanlon1-Jun-09 21:42 
GeneralRe: pda automata Pin
Panorama1416-Jan-10 22:11
Panorama1416-Jan-10 22:11 
AnswerRe: pda automata Pin
Christian Graus1-Jun-09 12:23
protectorChristian Graus1-Jun-09 12:23 
QuestionCreating a Panel from with in a class Pin
Gary Strunk1-Jun-09 11:51
Gary Strunk1-Jun-09 11:51 
AnswerRe: Creating a Panel from with in a class Pin
Luc Pattyn1-Jun-09 12:19
sitebuilderLuc Pattyn1-Jun-09 12:19 
Hi,

you could create a class as in public class MyPanel : Panel {...} by creatind a code file; such Control would, after one build, be available for use by Visual Designer through the Toolbox, without residing in a separate DLL file.

or you could create a UserControl in a separate DLL file, as in public class MyPanel : UserControl {...}; that way you can include the same DLL in other projects, and you can set its properties through Visual Designer when including it in say another Form.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

AnswerRe: Creating a Panel from with in a class Pin
Satish Pai1-Jun-09 18:19
Satish Pai1-Jun-09 18:19 
QuestionDrop Down List Issue Pin
sebogawa1-Jun-09 11:47
sebogawa1-Jun-09 11:47 
AnswerRe: Drop Down List Issue Pin
Christian Graus1-Jun-09 12:24
protectorChristian Graus1-Jun-09 12:24 
QuestionMessage Removed Pin
1-Jun-09 11:29
professionalN_tro_P1-Jun-09 11:29 
AnswerRe: Active Directory Issues Pin
Luc Pattyn1-Jun-09 11:34
sitebuilderLuc Pattyn1-Jun-09 11:34 
QuestionMessage Removed Pin
1-Jun-09 11:47
professionalN_tro_P1-Jun-09 11:47 
AnswerRe: Active Directory Issues Pin
Luc Pattyn1-Jun-09 11:56
sitebuilderLuc Pattyn1-Jun-09 11:56 
GeneralMessage Removed Pin
2-Jun-09 3:10
professionalN_tro_P2-Jun-09 3:10 
GeneralRe: Active Directory Issues Pin
Luc Pattyn2-Jun-09 3:49
sitebuilderLuc Pattyn2-Jun-09 3:49 
QuestionMessage Removed Pin
2-Jun-09 3:56
professionalN_tro_P2-Jun-09 3:56 
AnswerRe: Active Directory Issues Pin
Luc Pattyn2-Jun-09 4:01
sitebuilderLuc Pattyn2-Jun-09 4:01 
QuestionEnable Disable Hardware of the BIOS from c# Pin
droo991-Jun-09 10:36
droo991-Jun-09 10:36 
AnswerRe: Enable Disable Hardware of the BIOS from c# Pin
Henry Minute1-Jun-09 10:45
Henry Minute1-Jun-09 10:45 
GeneralRe: Enable Disable Hardware of the BIOS from c# Pin
droo991-Jun-09 10:50
droo991-Jun-09 10:50 
GeneralRe: Enable Disable Hardware of the BIOS from c# Pin
Henry Minute1-Jun-09 10:53
Henry Minute1-Jun-09 10:53 
AnswerRe: Enable Disable Hardware of the BIOS from c# Pin
Henry Minute1-Jun-09 11:36
Henry Minute1-Jun-09 11:36 
GeneralRe: Enable Disable Hardware of the BIOS from c# Pin
droo992-Jun-09 4:12
droo992-Jun-09 4:12 

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.