|
|
|
|
|
Total Hits: 160 | Today: 0
|
Author: Microsoft Corporation
|
Rating:
|
|

This article refers to the following Microsoft .NET Framework Class Library namespace When you set the HeaderStyle Wrap or the ItemStyle Wrap property to False, data is still wrapped in the columns of the DataGrid Web control....
|
|
|
|
Total Hits: 288 | Today: 0
|
Author: MSDN
|
Rating:
|
|

The wrap functionality occurs for each cell and not for each row of the DataGrid. Therefore, if you set the wrap functionality for all of the DataGrid, text wrapping functionality is not disabled for every row or column....
|
|
|
|
Total Hits: 499 | Today: 0
|
Author: MSDN
|
Rating:
|
|

When you use the XSDSchema designer tool to create an XSD schema, the elementFormDefault and attributeFormDefault properties are read incorrectly by the designer....
|
|
|
|
Total Hits: 662 | Today: 1
|
Author: MSDN
|
Rating:
|
|

When you use Visual Basic .NET to create two Windows Control Libraries (UserControls) that have a circular reference between them, and then you try to add one control onto another, the integrated development environment (IDE) may close (crash) without warning....
|
|
|
|
Total Hits: 574 | Today: 0
|
Author: MSDN
|
Rating:
|
|

When you use Visual Basic 6.0 components in your managed code, you may receive "Unhandled Exception" error messages....
|
|
|
|
Total Hits: 301 | 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: 141 | Today: 1
|
Author: MSDN
|
Rating:
|
|

When you place an ActiveX control that was created in Visual Basic 6.0 or Visual C++ 6.0 on a form in a Visual Studio .NET Windows application, the control may disappear from the form in the design view. The control disappears when you use the Properties window to set the value of a form property, such as ShowInTaskBar....
|
|
|
|
Total Hits: 209 | Today: 0
|
|
Rating:
|
|

When you move non-visual controls or components in the Windows Forms Designer Component Tray of the Visual Basic .NET integrated development environment (IDE), the change does not appear to roll back when you click Undo on the Edit menu or press CTRL+Z. When you use the Undo feature the next time, previous changes are undone, though the placement of items in the Windows Forms Designer Component Tray does not change. ...
|
|
|
|
Total Hits: 296 | Today: 0
|
|
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. To work around this issue, avoid using the -1 and -2 autosize parameters. Instead, pass a predefined column width to the Add() method.The other avail...
|
|
|
|
Total Hits: 276 | Today: 0
|
|
Rating:
|
|

The event list of the TextBox control for Microsoft Windows forms does not display the following public event handlers that are documented in the Microsoft Developer Network (MSDN) library: Click, ControlAdded, ControlRemoved, Disposal, GetFocus, HandleCreated, HandleDestroyed, Invalidated, LostFocus, MouseWheel, Paint...
|
|
|
|
Total Hits: 756 | Today: 0
|
|
Rating:
|
|

When you try to run Microsoft Visual Studio .NET (VS .NET) Setup from a terminal service session and the setup files reside on a mapped drive, you may receive the following error messages in both VS .NET Setup and the Windows Components Update:
"Microsoft Visual Studio .Net Windows Component Update
SETUP FAILED
The following components failed to install:
Microsoft FrontPage 2000 Web Extensions Client Setup Runtime Files Microsoft Visual Studio .Net
Setup Failed
There were errors during setup." The setup log named Baserrorlog.txt d..Read More..
|
|
|
|
Total Hits: 358 | Today: 1
|
|
Rating:
|
|

Many of the Visual Basic code samples in the .NET Framework documentation use the ControlChars.Cr constant to write output to the console. However, this constant, which is intended to separate lines of output in the console, causes the lines of output to be written over each other on a single line in the console.For example, if a sample intends to write the following output to the console: First Line Second Line if you use the following code: Console.Write( "First Line" & ...
|
|
|
|
Total Hits: 353 | Today: 0
|
|
Rating:
|
|

If you add a control to a form and then localize it, some strings may persist when you delete and replace the control with a control of the same name. You may see strings that are intended for the deleted version of the control that are overwriting the text property value that is entered in the design environment when the solution is run....
|
|
|
|
Total Hits: 2183 | 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: 216 | Today: 0
|
|
Rating:
|
|

When you use the Upgrade Wizard to upgrade a project from Microsoft Visual Basic 6.0 to Visual Basic .NET, the DataSource property of the ActiveX controls contained in the upgraded project may not migrate correctly. If the fully qualified name is used to access the DataSource property, the DefInstance property is not added during migration.
...
|
|
|
|
Total Hits: 445 | Today: 0
|
|
Rating:
|
|

When you use Visual Basic .NET to automate a Microsoft Office application, and an Automation object has both a method and an event with the same name, you may receive the following compile time error message when you build the project: BC30685: '[Method]' is ambiguous across the inherited interfaces '[Interface1]' and '[Interface2]'....
|
|
|
|
Total Hits: 488 | Today: 0
|
Author: MSDN
|
Rating:
|
|

If you upgrade a Microsoft Visual Basic 6.0 project to Visual Basic .NET, and the project contains a DataGrid that was populated by using the RetrieveFields option, the data does not appear in the grid....
|
|
|
|
Total Hits: 483 | Today: 0
|
Author: MSDN
|
Rating:
|
|

When you set the scale for a parameter of type NUMBER, it does not affect the value of the parameter that is passed to the database....
|
|
|
|
Total Hits: 86 | Today: 0
|
Author: MSDN
|
Rating:
|
|

When you add an instance of a calculated expression in the Schema Designer and you preview that expression, the following error message appears and you are not allowed to create the instance....
|
|
|
|
Total Hits: 173 | Today: 0
|
Author: MSDN
|
Rating:
|
|

When you try to recursively navigate an XmlDataDocument that has been synchronized with a filled ADO.NET DataSet, all of the data is not returned....
|
|
|
|
|
|