/Home /Archive /Syndicate /Blog /Support /About /Contact  
All Visual Basic Feeds in one place!





* How to encrypt and decrypt a file by using VB.NET/2005. http://support.microsoft.com/kb/301070/
* How to write to an event log by using VB.NET/2005. http://support.microsoft.com/kb/301279/
* How to add a user to the local system by using Directory Services in VB.NET/2005. http://support.microsoft.com/kb/306271/
* How to define and use properties in VB.NET/2005. http://support.microsoft.com/kb/308230/
* How to improve string concatenation performance in VB.NET/2005. http://support.microsoft.com/kb/306821/
* How to use a Web service as a data source for a client app in VB.NET. http://support.microsoft.com/kb/308054/
* Error handling in VB.NET/2005. http://support.microsoft.com/kb/311326/
* How to create a forms collection in VB.NET/2005. http://support.microsoft.com/kb/308537/
* How to work with the HashTable collection in VB.NET/2005. http://support.microsoft.com/kb/307933/
* How to programmatically compile code with the VB.NET/2005 compiler. http://support.microsoft.com/kb/304654/
* How to programmatically start the default Internet Browser in VB.NET/2005. http://support.microsoft.com/kb/305705/
* BUG: An ActiveX control may disappear from a form in design view in a Visual Studio .NET Windows app. http://support.microsoft.com/kb/312120/
* Image file is locked when you set the PictureBox Image property to a file. http://support.microsoft.com/kb/309482/
* How to create an indexer property in VB.NET/2005. http://support.microsoft.com/kb/311323/
* How to troubleshoot Visual Studio .NET installation. http://support.microsoft.com/kb/319714/
* How to read a text file by using System.IO in VB.NET/2005. http://support.microsoft.com/kb/302309/
* How to add TreeView drag-and-drop functionality in a VB.NET/2005 app. http://support.microsoft.com/kb/307967/
* How to create a smooth ProgressBar in VB.NET/2005. http://support.microsoft.com/kb/323088/
* How to remove Visual Studio .NET Beta and Release Candidate versions. http://support.microsoft.com/kb/312383/
* How to use ActiveX components in VB.NET/2005. http://support.microsoft.com/kb/315847/
* How to implement a managed component that wraps the Browse For Folder common dialog box with VB.NET/2005. http://support.microsoft.com/kb/811004/
* How to print the content of a RichTextBox control by using VB.NET/2005. http://support.microsoft.com/kb/811401/
* How to wait for a shelled app to finish in VB.NET/2005. http://support.microsoft.com/kb/305368/
* How to create and use shared members by using VB.NET/2005. http://support.microsoft.com/kb/308371/
* You may receive a "System.Resources.MissingManifestResourceException" error message when you access the .resources file of the form at run time. http://support.microsoft.com/kb/318603/
* How to obtain the NetBIOS and DNS computer names in VB.NET/2005. http://support.microsoft.com/kb/302656/
* How to manage multilanguage Web Forms solutions in Visual Studio .NET/2005.
http://support.microsoft.com/kb/315903/
* BUG: "System.IO.FileIOException" error message when you run a project that indirectly references the Microsoft.VisualBasic.Compatibility library in Microsoft VB.NET. http://support.microsoft.com/kb/834610/
* How to trap keystrokes in .NET controls by using VB.NET/2005. http://support.microsoft.com/kb/320583/
* Error messages when you attempt to build a Class Library project in VB.NET/2005. http://support.microsoft.com/kb/316163/
* How to pass an array between a VB.NET or VB 2005 app and a Visual C++ .NET or Visual C++ 2005 function
http://support.microsoft.com/kb/841293/
* The Image.Save method does not save the file as the selected file type in VB.NET/2005.
http://support.microsoft.com/kb/316563/
* How to open multiple image files without using the OpenFileDialog class in VB.NET/2005. http://support.microsoft.com/kb/827046/
* Roadmap for threading in VB.NET. http://support.microsoft.com/kb/316422/
* BUG: Visual Studio .NET Setup fails on AddShareAndPermissions custom action. http://support.microsoft.com/kb/318003/
* How to call a subroutine in a Windows Form class from another Windows Form class. http://support.microsoft.com/kb/832680/
* How to write to and read from Microsoft Message Queue Server in VB.NET/2005.
http://support.microsoft.com/kb/315698/
* How to manage event logs by using VB.NET/2005. http://support.microsoft.com/kb/814564/
* How to access properties of the current cell in the Datagrid with VB.NET/2005. http://support.microsoft.com/kb/321296/
* BUG: Windows Forms Resource Editor can't open inherited forms. http://support.microsoft.com/kb/814732/
* How to use the Forward button and the Back button for WebBrowser control in VB.NET or in VB 2005. http://support.microsoft.com/kb/811603/
* How to provide file drag-and-drop functionality in a VB.NET/2005 app. http://support.microsoft.com/kb/306969/
* You receive a System.Threading.ThreadStateException exception when you try to create an instance of a Windows form. http://support.microsoft.com/kb/841295/
* How to make a UserControl object behave as a Design-Time control container with VB.NET/2005. http://support.microsoft.com/kb/322222/
* How to support multiple bitmap icons for VB.NET or VB 2005 apps. http://support.microsoft.com/kb/811400/
* BUG: You may receive a "Visual Basic internal compiler error" error message when you use the ADDHANDLER statement or the REMOVEHANDLER statement in Visual Studio .NET. http://support.microsoft.com/kb/819349/
* BUG: Error at run time after you upgrade a Microsoft Visual Basic 6.0 project that uses the ImageList control to Microsoft VB.NET. http://support.microsoft.com/kb/814314/
* BUG: "Index was out of range" error message when you access a VB.NET 2002 collection object that implements IList with -1 Base. http://support.microsoft.com/kb/814320/
* Error message when you use "Start Without Debugging" mode: "The filename, directory name, or volume label syntax is incorrect". http://support.microsoft.com/kb/315472/
* How to determine when a shelled process ends in VB.NET/2005. http://support.microsoft.com/kb/306394/
* A string that you pass to an unmanaged Win32 API in Visual Studio .NET or in Visual Studio 2005 returns empty.
http://support.microsoft.com/kb/321078/
* BUG: Inconsistent behavior when you bind the Visible property of a Windows Form control to a Boolean field. http://support.microsoft.com/kb/327305/
* Form key events are not raised when you type in a DataGrid cell with the KeyPreview property set to true. http://support.microsoft.com/kb/815252/
* The behavior of variable declaration changes in VB.NET/2005. http://support.microsoft.com/kb/311331/
* You may receive a "TargetInvocationException" error message when you delete the UserControl1 user control from a Windows Service project in a VB.NET or VB 2005 app. http://support.microsoft.com/kb/834615/
* How to make the characters uppercase when you enter text in the TextBox with VB.NET.2005. http://support.microsoft.com/kb/818363/
* How to fire KeyDown or KeyUp while pressing TAB in a Windows Forms control by using VB.NET or VB 2005.
http://support.microsoft.com/kb/327821/
* How to use single and multicast delegates in VB.NET or in VB 2005. http://support.microsoft.com/kb/322188/
* The Text property of the Masked Edit control does not work at run time in VB.NET or in VB 2005. http://support.microsoft.com/kb/814321/
* BUG: Subitems in a ListView control are displayed in incorrect colors and incorrect fonts. http://support.microsoft.com/kb/814734/
* BUG: New folder button is visible at run time when the ShowNewFolderButton property is set to false. http://support.microsoft.com/kb/814733/
* BUG: The DrawCell event of the vsFlexArray and vsFlexGrid controls in VB6 isn't upgraded to VB.NET or to VB 2005. http://support.microsoft.com/kb/814316/
* Microsoft VB.NET or Microsoft VB 2005 parser incorrectly evaluates the data type if the minimum value of the numeric data types is parsed. http://support.microsoft.com/kb/811402/
* Compile error when you try to create an instance of System.Drawing.Imaging.PropertyItem. http://support.microsoft.com/kb/814358/
* VB.NET or VB 2005 does not support the comImport attribute to manually declare a COM component. http://support.microsoft.com/kb/313506/
* Degradation occurs when you try to serialize and deserialize 32-bit icons. http://support.microsoft.com/kb/814735/
* BUG: The Resx file is not updated when you remove a control. http://support.microsoft.com/kb/316643/
* BUG: VB.NET/2005 code examples overwrite text in console window. http://support.microsoft.com/kb/306720/
* BUG: Incorrect events are listed in the Event drop-down list for a TextBox control. http://support.microsoft.com/kb/810229/
* BUG: SaveFileDialog object returns "Cancel" whether or not you overwrite an existing file. http://support.microsoft.com/kb/327213/
* BUG: "An unexpected error has occurred" error when you use the Convert Wizard in Visual Studio .NET 2003. http://support.microsoft.com/kb/820655/
* The lower bound for arrays is always zero in VB.NET. http://support.microsoft.com/kb/311333/
* "High encryption mismatch" error message occurs when you try to install Visual Studio .NET. http://support.microsoft.com/kb/319720/
* Text of a ListView item is changed when the Text property of the first subitem is set. http://support.microsoft.com/kb/822489/
* You receive an "Image Cannot be Converted to Icon" compiler error message after you upgrade a VB6 project to VB.NET or VB 2005. http://support.microsoft.com/kb/311337/
* BUG: Node element does not paint after you call the EndUpdate method. http://support.microsoft.com/kb/814354/
* BUG: The ShowNetwork property of the PrintDialog cass does not display the Network button. http://support.microsoft.com/kb/814359/
* You receive a "System.MissingMemberException" error message while you use an ActiveX Imagelist control. http://support.microsoft.com/kb/820625/
* BUG: You receive an "Unexpected error in Microsoft Visual Macros. It is safe to save your work and restart both Visual Studio Macros and Visual Studio" error message and Visual Studio macros fail when you close a modeless Windows form in Visual Studio. http://support.microsoft.com/kb/313519/
* The user control array isn't painted on the form after you upgrade your VB6 project. http://support.microsoft.com/kb/814743/
* Visual Studio .NET IDE closes unexpectedly when you try to install a printer. http://support.microsoft.com/kb/318004/
* BUG: IntelliSense displays namespaces with inaccessible members in VB.NET/2005. http://support.microsoft.com/kb/326443/
* You receive an "Overflow" error if you use -9223372036854775808 (Long.MinValue) in VB.NET/2005
http://support.microsoft.com/kb/820657/
* Text after the first line is lost when you modify the Multiline property of the RichTextBox control from true to false. (http://support.microsoft.com/kb/814312/
* BUG: The window style flags that you set when you inherit from the CreateParams property are not applied to the control after you call the Control.SetTopLevel method. http://support.microsoft.com/kb/814738/
* How to use ASP.NET validation controls from VB.NET/2005. http://support.microsoft.com/kb/316662/

© 2005 Serge Baranovsky. All rights reserved.
All feed content is property of original publisher. Designated trademarks and brands are the property of their respective owners.

This site is maintained by SubMain(), a division of vbCity.com, LLC