Advertisement

1 - 10 of 35 containing alltags:("c# csharp c sharp .net") (0.001 seconds)
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 Grade: A Views: 89
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 Editors & IDEsDate Answered: 06/27/2008 Grade: A Views: 24
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 Editors & IDEsDate Answered: 06/27/2008 Grade: A Views: 29
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#, .NET, MS Visual C#Date Answered: 07/01/2008 Grade: A Views: 64
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#, .NET, MS Visual C#Date Answered: 07/08/2008 Grade: A Views: 36
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 Editors & IDEsDate Answered: 07/08/2008 Grade: A Views: 4
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 Grade: A Views: 4
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#, .NET, MS Visual C#Date Answered: 07/24/2008 Grade: A Views: 19
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#, Visual Basic, .NETDate Answered: 07/25/2008 Grade: A Views: 0
In VB 6 I used to simply right click and choose 'Last Position', and I would be taken to the last position I was at in the code. In VB 6 I could right click a method and go to its definition, an...
Zones: C#, Languages, MS Visual C#Date Answered: 07/25/2008 Grade: A Views: 4