Click here to Skip to main content
15,890,438 members
Home / Discussions / C#
   

C#

 
QuestionHow to know if TextBox caret is on last line Pin
Judah Gabriel Himango7-Nov-03 6:53
sponsorJudah Gabriel Himango7-Nov-03 6:53 
QuestionWhat do you use the HACK task for? Pin
flipdoubt7-Nov-03 5:55
flipdoubt7-Nov-03 5:55 
AnswerRe: What do you use the HACK task for? Pin
MultiThread8-Nov-03 5:57
MultiThread8-Nov-03 5:57 
AnswerRe: What do you use the HACK task for? Pin
LongRange.Shooter10-Nov-03 5:29
LongRange.Shooter10-Nov-03 5:29 
GeneralProperty in Design time Pin
Velichko Sarev7-Nov-03 3:35
Velichko Sarev7-Nov-03 3:35 
GeneralRe: Property in Design time Pin
Steve McLenithan7-Nov-03 3:41
Steve McLenithan7-Nov-03 3:41 
GeneralProperty in Design time Pin
Velichko Sarev7-Nov-03 3:34
Velichko Sarev7-Nov-03 3:34 
GeneralRe: Property in Design time Pin
perlmunger7-Nov-03 6:12
perlmunger7-Nov-03 6:12 
From the API docs:

"Control does not have any user interface (UI) specific features. If you are authoring a control that does not have a UI, or combines other controls that render their own UI, derive from Control."

This means that there is no inherent UI aspect to a generic Control. Therefore, there is nothing to see at design time. What you need to do is derive your class from a control that already has a UI element to it. Something like System.Web.UI.WebControls.Panel or System.Windows.Forms.Panel (for a web app and windows forms app respectively) would work well in this case.

Hope that helps.

-Matt

------------------------------------------

The 3 great virtues of a programmer:
Laziness, Impatience, and Hubris.
--Larry Wall
Generalodbc.dll system.nullreferenceexception Pin
Mertli Ozgur Nevres6-Nov-03 23:48
Mertli Ozgur Nevres6-Nov-03 23:48 
GeneralRe: odbc.dll system.nullreferenceexception Pin
Heath Stewart7-Nov-03 3:40
protectorHeath Stewart7-Nov-03 3:40 
GeneralRe: odbc.dll system.nullreferenceexception Pin
Mertli Ozgur Nevres7-Nov-03 4:38
Mertli Ozgur Nevres7-Nov-03 4:38 
GeneralRe: odbc.dll system.nullreferenceexception Pin
Heath Stewart7-Nov-03 7:31
protectorHeath Stewart7-Nov-03 7:31 
GeneralPaste OLE document in RichTextBox Pin
Tommaso Caldarola6-Nov-03 22:54
Tommaso Caldarola6-Nov-03 22:54 
GeneralRe: Paste OLE document in RichTextBox Pin
Judah Gabriel Himango7-Nov-03 6:45
sponsorJudah Gabriel Himango7-Nov-03 6:45 
GeneralDisplay an existing html file (WebBrowser) Pin
Member 6455016-Nov-03 22:53
Member 6455016-Nov-03 22:53 
GeneralRe: Display an existing html file (WebBrowser) Pin
Corinna John7-Nov-03 1:44
Corinna John7-Nov-03 1:44 
GeneralRe: Display an existing html file (WebBrowser) Pin
Member 6455017-Nov-03 1:51
Member 6455017-Nov-03 1:51 
GeneralRe: Display an existing html file (WebBrowser) Pin
Nick Parker7-Nov-03 2:39
protectorNick Parker7-Nov-03 2:39 
GeneralRe: Display an existing html file (WebBrowser) Pin
Corinna John7-Nov-03 7:29
Corinna John7-Nov-03 7:29 
GeneralActive Accessibilty Pin
Warwulfi6-Nov-03 20:58
Warwulfi6-Nov-03 20:58 
GeneralRe: Active Accessibilty Pin
perlmunger7-Nov-03 5:57
perlmunger7-Nov-03 5:57 
GeneralRe: Active Accessibilty Pin
Anonymous10-Nov-03 0:48
Anonymous10-Nov-03 0:48 
GeneralRe: Active Accessibilty Pin
perlmunger10-Nov-03 5:13
perlmunger10-Nov-03 5:13 
QuestionHow to design the dynamic selecting rectangle. Pin
Member 6533996-Nov-03 19:47
Member 6533996-Nov-03 19:47 
AnswerRe: How to design the dynamic selecting rectangle. Pin
J. Dunlap6-Nov-03 19:55
J. Dunlap6-Nov-03 19:55 

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.