|
|
|
|
|
Total Hits: 781 | Today: 0
|
Author: MSDN
|
Rating:
|
|

When you pass -1 or -2 autosize width settings to the ListView.ColumnHeaderCollection.Add method, the ListView control does not display the column as expected.You expect a -1 setting to set the column header to the size of the largest subitem text in the column, and a -2 setting to set the column header to the size of the text in the column header....
|
|
|
|
Total Hits: 300 | Today: 0
|
Author: MSDN
|
Rating:
|
|

If a managed application calls into unmanaged code that must modify the floating-point control register, the unmanaged code must return the floating-point register to its default state before it returns program control to the managed application....
|
|
|
|
Total Hits: 536 | Today: 0
|
|
Rating:
|
|

A control event on a Microsoft Visual C# .NET Web application form may not fire. The event does not fire if you wire the control event imperatively, that is, if you double-click the event from the Events view and then add the code....
|
|
|
|
Total Hits: 992 | Today: 0
|
|
Rating:
|
|

When you open a Web project that is hosted on a remote server, if you originally created that Web project with Visual Studio .NET Beta 2 Professional Developer Conference (PDC) Release, you may receive the following error message: Documents in this folder are not available. The folder may have been moved or deleted, or network problems may be preventing a connection to the server....
|
|
|
|
Total Hits: 387 | Today: 0
|
|
Rating:
|
|

When you automatically generate a page event handler, the automatically-generated page event handler is named WebForm1_Load , but the Page_Load event handler is connected to the function....
|
|
|
|
Total Hits: 364 | Today: 0
|
|
Rating:
|
|

When you use the debugger to step through Visual C# .NET source code, the debugger appears to step incorrectly through the code....
|
|
|
|
Total Hits: 2152 | Today: 0
|
|
Rating:
|
|

If you automate Microsoft Excel 2002 with Microsoft Visual Basic .NET, Microsoft Visual C# .NET, or Microsoft Visual C++, you may receive the following error when calling certain methods:
Error: 0x80028018 (-2147647512)
Description: Old Format or Invalid Type Library...
|
|
|
|
Total Hits: 500 | Today: 0
|
|
Rating:
|
|

When you serialize a DBConcurrencyException object, the value of the Row property in the serialized version of the object is set to a null value and an exception occurs:
An unhandled exception of type 'System.NullReferenceException' occurred in app_name.exe Additional information: Object reference not set to an instance of an object....
|
|
|
|
Total Hits: 78 | Today: 0
|
Author: TuiTo
|
Rating:
|
|

This article proposes a solution for updating Windows Form components when using cross-thread method calls.
Since .net framework 2.0, you can't make a explicit method call to a windows form component method (say, you wanted to alter the text of a label). This happens because windows forms is not thread-safe (in other words, it can't guarantee that the behavior using threads will be the same as using only the main program thread)....
|
|
|
|
Total Hits: 533 | Today: 0
|
Author: MSDN
|
Rating:
|
|

If you use the Properties window to create an Init event handler in a Visual C# .NET mobile Web application, the code in the handler is not executed because the handler is not called....
|
|
|
|
|
|