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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23065718.html
I'm using the following code to control the text color of ListView Report Items:
void STLPrintListView_DrawSubItem(object sender, DrawListViewSubItemEventArgs e)
{
ListView...
http://www.experts-exchange.com/Programming/Languages/.NET/Class_Libraries/Windows_Forms/Q...
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
-------------------------- | |-------------------------...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23086290.html
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...
http://www.experts-exchange.com/Programming/Installation/MSI/Q_23134637.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23149...
How do I unstall a program (an other program) from within a C# program
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23173757.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23176874.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23200525.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23200941.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23213259.html