Click here to Skip to main content
16,011,170 members
Home / Discussions / C#
   

C#

 
GeneralRe: Question about inheriting from TreeNode Pin
Heath Stewart4-Dec-03 18:46
protectorHeath Stewart4-Dec-03 18:46 
GeneralRe: Question about inheriting from TreeNode Pin
DoofToo8-Dec-03 6:27
DoofToo8-Dec-03 6:27 
GeneralRe: Question about inheriting from TreeNode Pin
Heath Stewart8-Dec-03 6:34
protectorHeath Stewart8-Dec-03 6:34 
GeneralRe: Question about inheriting from TreeNode Pin
DoofToo8-Dec-03 10:31
DoofToo8-Dec-03 10:31 
GeneralTextBox Alignment Pin
Shaun Becker4-Dec-03 13:00
Shaun Becker4-Dec-03 13:00 
GeneralRe: TextBox Alignment Pin
Heath Stewart4-Dec-03 14:30
protectorHeath Stewart4-Dec-03 14:30 
GeneralRe: TextBox Alignment Pin
Shaun Becker5-Dec-03 1:46
Shaun Becker5-Dec-03 1:46 
QuestionAnyway to tell the IDE Designer not to manage a control? Pin
DoofToo4-Dec-03 12:51
DoofToo4-Dec-03 12:51 
Here's my problem. I've added a Tree Control to my form. I've created my own child class of TreeNode (called TreeNodePtr), though, and I'm trying to use that. It's working fine, but everytime I change anything on the form in Design View, VS.NET changes all of the "new MyApp.TreeNodePtr(Test, "Test")" calls to things like (MyApp.TreeNodePtr)(System.Windows.Forms.TreeNode(Test, "Test").

I'm kind of new to this, but isn't this called a cast?

It's like the IDE knows I want to have a TreeNodePtr, but instead of just leaving it alone, it decides to cast it instead, and then it messes up all of my constructor calls.
AnswerRe: Anyway to tell the IDE Designer not to manage a control? Pin
Heath Stewart4-Dec-03 13:57
protectorHeath Stewart4-Dec-03 13:57 
GeneralWeb Setup Project, setup.exe check current installed version before downloading... Pin
Chris Richner4-Dec-03 12:44
Chris Richner4-Dec-03 12:44 
GeneralRe: Web Setup Project, setup.exe check current installed version before downloading... Pin
Heath Stewart4-Dec-03 13:53
protectorHeath Stewart4-Dec-03 13:53 
QuestionListView (View=List) with Vertical Scroll ? Pin
pahluwalia4-Dec-03 9:10
pahluwalia4-Dec-03 9:10 
AnswerRe: ListView (View=List) with Vertical Scroll ? Pin
Heath Stewart4-Dec-03 9:45
protectorHeath Stewart4-Dec-03 9:45 
Generallaunch file viewer from c# program Pin
elena123454-Dec-03 9:03
elena123454-Dec-03 9:03 
GeneralRe: launch file viewer from c# program Pin
Heath Stewart4-Dec-03 9:40
protectorHeath Stewart4-Dec-03 9:40 
QuestionA way to control graphic card driver? Pin
Radoslav Bielik4-Dec-03 8:29
Radoslav Bielik4-Dec-03 8:29 
AnswerRe: A way to control graphic card driver? Pin
Daniel Turini4-Dec-03 8:53
Daniel Turini4-Dec-03 8:53 
GeneralRe: A way to control graphic card driver? Pin
Radoslav Bielik4-Dec-03 9:19
Radoslav Bielik4-Dec-03 9:19 
GeneralRe: A way to control graphic card driver? Pin
Heath Stewart4-Dec-03 9:37
protectorHeath Stewart4-Dec-03 9:37 
GeneralRe: A way to control graphic card driver? Pin
Radoslav Bielik4-Dec-03 9:46
Radoslav Bielik4-Dec-03 9:46 
GeneralRe: A way to control graphic card driver? Pin
Heath Stewart4-Dec-03 10:18
protectorHeath Stewart4-Dec-03 10:18 
GeneralRe: A way to control graphic card driver? Pin
Radoslav Bielik4-Dec-03 10:49
Radoslav Bielik4-Dec-03 10:49 
GeneralRe: A way to control graphic card driver? Pin
Noah Duke4-Dec-03 9:53
Noah Duke4-Dec-03 9:53 
GeneralRe: A way to control graphic card driver? Pin
Radoslav Bielik4-Dec-03 10:02
Radoslav Bielik4-Dec-03 10:02 
GeneralAccessing the Image of a System.Web.UI.WebControls.HyperLink Pin
mkushner4-Dec-03 8:17
mkushner4-Dec-03 8:17 

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.