I have created a partially working custom control that basically draws a grid of lines.
The two public color properties do not seem to work.
When I add the control to a new project, in the pr...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23511032.html
I wanted to try my first inheritance. I want to create ModifiedTextBox which is inherited from TextBox.
Everything compiles and runs and I see my ModifiedTextBox (called x) on the screen.
Bu...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23521973.html
I have a form that has in it a custom control I created.
I want my Form (that holds that custom control) to know when a mouse click or mouse over event has occurred over that custom control.
...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23522068.html
So I have a splitContainer and for whatever reason I don't see the AutoScroll property.
I would like to make this splitContainer scrollable, so the left and right sides will have scroll bars if ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23530199.html
I have a user control that derives from TextBox. I placed this user control several times on my form, each of which has a different name (not an object array).
Instead of writing an event metho...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23546278.html
I declare a double array of a particular class called ColorSquare. The double array is called _grid.
I'm trying to call a function called testThis that is defined within the ColorSquare class, b...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23546846.html
I have a few questions about .net.
I am running Vista, and I have Visual Studio 2005 Professional and 2008 C# Express installed.
1) How do I know what version of .Net my computer has?
2) Are...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23558459.html
I created a splitContainer, which automatically creates two panels divided by a splitter.
I can rename the splitContainer, but I can't rename the panels within it.
So if I renamed splitContai...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23586325.html
How do I count number of dimensions in double array?
I have an array:
int[,] x= new int[10,5]; //Pretend my program is not aware of these dimensions.
I know I can find out the length of th...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23591829.html
OK, some stupid questions, but you'll save me time in experimenting:
Within the .net framework, If one person writes a program in MS C# 2005, can another program open that program in MS VB 2005?...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23595396.html