Categories
- Computers (36)
- Databases (2)
- OS (47)
- Programming (47)
- Web (33)
Calendar
Featured
Archives
- February 2012 (1)
- December 2011 (3)
- November 2011 (2)
- October 2011 (1)
- September 2011 (2)
- August 2011 (2)
- July 2011 (4)
- June 2011 (2)
- May 2011 (1)
- April 2011 (6)
- March 2011 (4)
- February 2011 (2)
- January 2011 (4)
- December 2010 (3)
- November 2010 (6)
- October 2010 (8)
- September 2010 (6)
- August 2010 (1)
- July 2010 (5)
- June 2010 (2)
- May 2010 (2)
- April 2010 (5)
- February 2010 (1)
- January 2010 (2)
- December 2009 (2)
- November 2009 (2)
- October 2009 (2)
- September 2009 (5)
- August 2009 (11)
- July 2009 (7)
Tags
.bat .net ASP.NET batch files C# c++ cmd CSS Debug DHCP Dos ESXi files HTML http IIS IP JavaScript Links Linux Microsoft MSI network NTFS optimization PHP Shell sockets speed STL Ubuntu Urih VC++ Vista Visual Studio VMware VS VS2010 web website Windows Windows 7 Windows API Windows Update Windows XP-
Recent Posts
- RegCopyTree fails with Access denied error (5) on Windows 7
- On production machine: AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts.
- C++ now allows to forward declare enum(s)
- .NET text box blank/empty/invisible/hidden when text reaches certain length
- Static code analysis for C++ for free and for Pro
Recent Comments
- Kemal on Windows 7 64-bit setup / install failed to start with ‘Status: 0xc0000225′
- JohnDepth on COM, BSTR or _bstr_t is leaking memory
- Bjarte Aune Olsen on IIS 7.5 error: Handler “PageHandlerFactory-Integrated” has a bad module “ManagedPipelineHandler” in its module list
- solidcode on Strange HTTP GET requests from IP 150.70.x.x and IP 62.24.x.x
- andy_t on Batch script to test if folder / directory is empty
Menu
Tag Archives: .net
.NET text box blank/empty/invisible/hidden when text reaches certain length
It seems, that .NET 2.0 have bug when text box (TextBox control) appears blank / empty / invisible / hidden — not showing text when text length reaches certain size. My quick tests shows, that the length of the text … Continue reading
.NET Framework 2.0 is not installed on Windows 8 Developer Preview by default
.NET Framework 2.0 is not installed on Windows 8 Developer Preview by default. To install it, go to Control Panel – Programs – Turn Windows features on or off – Check ‘Microsoft .NET Framework 3.5.1′ – OK. Note, that .NET … Continue reading
Call to OpenFileDialog or SaveFileDialog hangs or freezes
Today I was debugging a very strange issue when call to OpenFileDialog and SaveFileDialog hanged, froze, never returned… At first I thought the problem is, that call is made from SysTray (Notification area) hidden window. However, digging deeper things got … Continue reading
2011 links no. 1
3D Software Rendering Engine – Part I by darkoman. Fluent CSV/XML Exporter For List by Sacha Barber allows to export / save any C# container to CSV and XML. Push Framework – A C++ toolkit for high performance server development … Continue reading
Posted in OS, Programming, Web
Tagged .net, 3D Rendering, C#, CSV/XML Exporter, Data Center, Framework, Invoke, Malware, Mathematics, Team
Leave a comment
March 2011, links
HTML5 Web Storage in Essence from Wayne Ye. Sacha Barber again about: Task Parallel Library (3 of n). Video of: Upgrading through every version of Microsoft Windows.
Free C# / .NET Profiler with Silverlight support
World is still lacking a good free .NET / C# / VB.NET / F# Profiler. There are plenty of overpriced tools (some very useful, but expensive). I need simple profiler for one of my free / hobby projects, so I … Continue reading
x64 C# warning – Referenced assembly ‘System.Data.dll’ targets a different processor
Using Visual Studio 2010 C# to compile .NET project for Target Platform x64, the following two warnings appears: —— Rebuild All started: Project: TestProject-64-bit, Configuration: Debug x64 —— warning CS1607: Assembly generation — Referenced assembly ‘System.Data.dll’ targets a different processor … Continue reading
VMware vSphere Client errors on Windows 7
Trying to start VMware vSphere Client on Windows 7 to connect ESX / ESXi machine or vCenter, throws two error boxes: Could Not Connect — Error parsing the server “vcenter.lan” “clients.xml” file. Login will continue, contact your system administrator. and … Continue reading