Advertisement

1 - 10 of 138 containing alltags:("C#, .Net 2.0") (0.002 seconds)
Hi, In my window application, when I press enter key in multiline textbox, then I want to make clear the textbox value as well as cursor in first line with this property: wordWrap==true; But now...
Zones: MS Visual C#, C#, .Net Editors & IDEsDate Answered: 01/07/2008 Grade: A Views: 291
I'm using the following code to control the text color  of ListView Report Items:       void STLPrintListView_DrawSubItem(object sender, DrawListViewSubItemEventArgs e)       {          ListView...
Zones: .NETDate Answered: 01/28/2008 Grade: B Views: 33
I want to open tabPage3 of TabControl when a window form load. eg, tabPage1  | tabPage2  | tabPage3 | tabPage4 | tabPage5 -------------------------- |                 |-------------------------...
Zones: MS Visual C#, .Net Editors & IDEs, .NET Framework...Date Answered: 01/16/2008 Grade: A Views: 9
I'm creating a web site from which to download msi-files, and I want to "query" the .msi files for version information. (Note that I'm after the install kit version, not the version of files inside...
Zones: MSIDate Answered: 02/04/2008 Grade: A Views: 73
I was to develop an interface which would consist of Excel like look with features similar to a combination of a TabControl and DataGridView. For example, I should be able to Add / Delete / Copy pa...
Zones: Visual Studio, MS Visual C#Date Answered: 02/11/2008 Grade: C Views: 20
How do I unstall a program (an other program) from within a C# program
Zones: C#Date Answered: 02/19/2008 Grade: A Views: 56
I have an application in C#.NET. I used MDIParent and child. I have a public string variable on MDIParent form. I want to use the value of this string on its child forms without using GET SET prope...
Zones: MS Visual C#, .NET, C#Date Answered: 02/20/2008 Grade: A Views: 0
I am trying to use the Delegate / Events in a class. But when the event is invoked from the class, it throws a Null reference exception. But when I declare the event as Static, it works. Please adv...
Zones: C#, .NET Framework 2.xDate Answered: 03/11/2008 Grade: A Views: 0
I have a method that takes a double as a parameter. I'm passing it a float. My question is what does best practices say about casting. Since the float can be implicitly converted to a double, shoul...
Zones: C#Date Answered: 02/29/2008 Grade: A Views: 0
I have encountered the idea of using the TraceSource in the John Robbins book, and have found a few references to the use of TraceSource, with one link indicating that you had to create a source fo...
Zones: C#, Visual Studio, .NET Framework 2.xDate Answered: 03/04/2008 Grade: A Views: 54