Hiding VS designer automatic defaulted properties
Visual Studio Forms Designer automatically attempts to set properties of controls added to the form at design time. Sometimes these automatic changes can cause problems. To tell the designer to …
Visual Studio Forms Designer automatically attempts to set properties of controls added to the form at design time. Sometimes these automatic changes can cause problems. To tell the designer to …
No other man’s picture detracts from concentrating on an Oracle issue more than this guy…
123456789101112131415string s @="<?xml version=""1.0"" encoding=""utf-8"" ?><Parent><Plate>ABC123</Plate></Parent>"; XmlDocument x = new XmlDocument(); x.LoadXml(s); XmlNode rootnode = x["Parent"]; if ((rootnode != null) && (rootnode.HasChildNodes)) { XmlNodeList nodes = rootnode.ChildNodes; …
Use the Microsoft tool to create a bootable USB drive from an ISO. Windows 7 USB/DVD Tool
Build Error in Visual Studio 2005: 123LIBCMT.lib(gshandler.obj) : warning LNK4099: PDB ‘libbmt.pdb’ was not found with ‘C:\Program Files\Microsoft Visual Studio 8\VC\ce\lib\ARMV4I\LIBCMT.lib’ or at ‘c:\Source\AIMS Ticketer 4\Release\libbmt.pdb’; linking object as if …
When getting the error: Java Runtime Environment is not installed on this machine 1). Locate the asdm50-install.msi file and open it with 7zip 2). Extract all the jar files to …
The error can occur when either installing or uninstalling (deinstalling) Oracle 10.2.0.1. To resolve the error: 1). Set the OUI exe to Windows XP SP3 mode (right click > properties) …
123456789101112131415161718192021222324252627SELECT t.NAME AS TableName, i.name as indexName, p.[Rows], sum(a.total_pages) as TotalPages, sum(a.used_pages) as UsedPages, sum(a.data_pages) as DataPages, …
On the first day of Christmas a trouble ticket was assigned to me: There is a bug in the latest release…