Enter Keywords:
Search Within Results
 
 
Narrow Results
Can't Find a Solution
 
 
 
1 - 10 of 44(0.021 seconds)
Sort By:
 
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...
Zones: C#, Game ProgrammingDate Answered: 06/24/2008 Rating: 9.6 Views: 35
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...
Zones: C#, MS Visual C#, .Net Edi...Date Answered: 06/27/2008 Rating: 9.3 Views: 13
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. ...
Zones: C#, MS Visual C#, .Net Edi...Date Answered: 06/27/2008 Rating: 7.8 Views: 0
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 ...
Zones: C#, MS Visual C#, .NETDate Answered: 07/01/2008 Rating: 9.9 Views: 15
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...
Zones: C#, MS Visual C#, .NETDate Answered: 07/08/2008 Rating: 9.0 Views: 0
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...
Zones: C#, MS Visual C#, .Net Edi...Date Answered: 07/08/2008 Rating: 9.1 Views: 4
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...
Zones: C#, MS Visual C#, .NETDate Answered: 07/11/2008 Rating: 9.1 Views: 0
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...
Zones: C#, MS Visual C#Date Answered: 07/23/2008 Rating: 8.5 Views: 0
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...
Zones: C#, MS Visual C#, .NETDate Answered: 07/24/2008 Rating: 9.3 Views: 4
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?...
Zones: C#, .NET, Visual BasicDate Answered: 07/25/2008 Rating: 9.3 Views: 0