Click here to Skip to main content
Page 1 of 2
Page Size: 10 · 25 · 50


Category filtered by:  General Programming [x] | Bugs & Workarounds [x]
Article 4 May 2013   license: CPOL
How application becomes broken when ActiveX filtering is enabled in IE9 and a cool alternative way of parsing XML.
General Programming » Bugs & Workarounds » General
Tip/Trick 12 Mar 2013   license: CPOL
The problem of circular reference is a common problem in JSON.
General Programming » Bugs & Workarounds » General
Article 1 Sep 2012   license: CPOL
Story about how two thirds of all Antivirus programs gone crazy for no obvious reason
General Programming » Bugs & Workarounds » General
C++
Tip/Trick 20 Aug 2012   license: CPOL
This is a quick overview of the Windows 7 Problem Steps Recorder utility.
General Programming » Bugs & Workarounds » General
Article 9 Aug 2012   license: CPOL
A .NET library to access files and directories with more than 260 characters length
General Programming » Bugs & Workarounds » .Net Issues
Tip/Trick 17 Jul 2012   license: CPOL
This is probably the best solution I could think of for executing external process from Windows 8 metro application by using proxy application running as native application.
General Programming » Bugs & Workarounds » General
Article 3 Jul 2012   license: CPOL
WPI and 64 bit Registry integration.
General Programming » Bugs & Workarounds » General
Tip/Trick 28 Mar 2012   license: CPOL
Visual Studio 2010 Help: "Add to Favorites" users alert -> copy & paste FIX for broken link of "Favorite"
General Programming » Bugs & Workarounds » Vs.Net Ide Issues
Technical Blog 20 Dec 2011   license: CPOL
Bugs in System.Diagnostics.Process Class
General Programming » Bugs & Workarounds » .Net Issues
Tip/Trick 2 Sep 2011   license: CPOL
Solve the CVT1100 error.
General Programming » Bugs & Workarounds » General
Article 30 Aug 2011   license: CPOL
Get to know the files you use on a daily basis when debugging your application with Visual Studio or WinDbg.
General Programming » Bugs & Workarounds » General
Tip/Trick 10 Jul 2011   license: CPOL
Have a look at the http://www.pdfclown.org[^] library (licensed under LGPL and can be interfaced from C#), it has support for rotating PDFs and seems very simple to handle. I was able to construct the following example quite easily without knowing the library:public bool Rotate(){ File...
General Programming » Bugs & Workarounds » General
Tip/Trick 9 Jul 2011   license: CPOL
I get a lot of PDF files that are sideways or upside down and need to rotate them
General Programming » Bugs & Workarounds » General
Article 24 Jun 2011   license: CPOL
This article shows how to fix the error “Error updating JScript IntelliSense” and restore full Intellisense support in your ASP.NET Web Applications that make use of JQuery 1.6.1
General Programming » Bugs & Workarounds » Vs.Net Ide Issues
Tip/Trick 21 Apr 2011   license: CPOL
General Programming » Bugs & Workarounds » General
Article 18 Apr 2011   license: CPOL
This document is to access TFS from VBA code, since we can't reference Team Foundation Server DLLs from VBS directly.
General Programming » Bugs & Workarounds » General
Article 15 Mar 2011   license: CPOL
Exclamation character getting inserted in body of mail messages sent programmatically using CDO object.
General Programming » Bugs & Workarounds » General
Tip/Trick 21 Dec 2010   license: CPOL
#include must not be in precompiled header
General Programming » Bugs & Workarounds » General
Article 28 Oct 2010   license: CPOL
Native TreeView is unusable with a non-default Indent setting.
General Programming » Bugs & Workarounds » General
Tip/Trick 20 Oct 2010   license: CPOL
General Programming » Bugs & Workarounds » General
Tip/Trick 20 Oct 2010   license: CPOL
How to set the current directory correctly when running batch scripts as administrator
General Programming » Bugs & Workarounds » General
Technical Blog 10 Sep 2010   license: CPOL
Why an exception raised in timer callback function doesn't leads to process termination.
General Programming » Bugs & Workarounds » General
Tip/Trick 24 Aug 2010   license: CPOL
Creating properties at runtime within a model that can then be used to bind to a Dataform
General Programming » Bugs & Workarounds » General
Tip/Trick 4 Jun 2010   license: CPOL
Cannot use Storyboard because ScrollView.VerticalOffset property is read-only. Must use old fashioned DispatchTimer.
General Programming » Bugs & Workarounds » General
Tip/Trick 4 Jun 2010   license: CPOL
Cannot use Storyboard because ScrollView.VerticalOffset property is read-only. Must use old fashioned DispatchTimer.
General Programming » Bugs & Workarounds » General
Article 30 Mar 2010   license: CPOL
VSS mass undo-checkout workaround.
General Programming » Bugs & Workarounds » General
Tip/Trick 24 Feb 2010   license: CPOL
When working with the new URL routing portion of the ASP.NET 4.0, there is a gotcha that needs to be worked around.Assume a website with the following structure:~/Images/header.jpg~/Stylesheets/style.css~/Scripts/scripts.js~/Driver/Details.aspx~/Default.aspxAlso assume you...
General Programming » Bugs & Workarounds » General
Tip/Trick 10 Feb 2010   license: CPOL
For the last couple of days, working on my project for my studies I have struggled with this annoying issue regarding LINQ to SQL classes.When we update an entity within a DataContext, we can simple use something likecontext.Entity.Attach(updatedEntityInstance)The proplem is that...
General Programming » Bugs & Workarounds » General
Answer 17 Jan 2010   license: CPOL
Don't use MS Shell Dlg for your font. Select a specific font (and I recommend selecting one that comes with a standard Windows install). I use Arial (I like it better than MS San Serif).EDIT =============I don't understand why this was voted a 3. You may not LIKE the answer, but it's...
General Programming » Bugs & Workarounds » General
Question 15 Jan 2010   license: CPOL
Note: I have tried specifying Arial, as suggested. Problem remains.I have developed an application. I have noticed a strange interaction with another software program.Here's the short of it.I create a number of Fonts for use in custom controls. I specify MS Shell Dlg, as I may need...
General Programming » Bugs & Workarounds » General
Article 29 Dec 2009   license: CPOL
The new model of creating and deploying VS extensions is now easier but the migration to this fine technology is not so sweet. Since this is a cutting edge technology, one can find very little resources on the Internet. One frustrating moment was when I realized that some things have changed even be
General Programming » Bugs & Workarounds » General
Answer 20 Dec 2009   license: CPOL
You may try to lock a semaphore already locked by the same thread. But why do you want to do such a senseless thing? :)
General Programming » Bugs & Workarounds » General
C++
Answer 20 Dec 2009   license: CPOL
wrote:i need source code of deadlockAre you sure this is what you want? A deadlock is a situation where everything stops working!
General Programming » Bugs & Workarounds » General
C++
Question 20 Dec 2009   license: CPOL
hi everyonefor my project i need source code of deadlock in symbianif you have that i need , plz give methanks everyone to view my question and answer to me:*
General Programming » Bugs & Workarounds » General
C++
Question 10 Dec 2009   license: CPOL
We've been tasked with monitoring serveral log files and it has become quite a chore. The main problem right now is to display those log files sorted by a specific column. I have attempted to use awk, but I'm having some challenges. We've posted my attempts to this blog, but other suggestions...
General Programming » Bugs & Workarounds » General
Technical Blog 8 Nov 2009   license: CPOL
A weird error that comes when a page is opened for a long time and then posted back
General Programming » Bugs & Workarounds » .Net Issues
Article 21 Apr 2009   license: CPOL
Issues & WorkArounds while Migrating Application from VB to C#
General Programming » Bugs & Workarounds » General
Article 13 Mar 2009   license: CPOL
One way to use .NET Classes from matlab
General Programming » Bugs & Workarounds » General
Article 9 Oct 2008   license: Public Domain
Intellisense debugger fails computation on inheritance
General Programming » Bugs & Workarounds » Vs.Net Ide Issues
Article 8 Aug 2008   license: CPOL
How to fix dotNetMSN library to easily connect to MSN service
General Programming » Bugs & Workarounds » General
Article 6 May 2008   license: CPOL
The Year 2038 Bug - Y2K38 Problem.
General Programming » Bugs & Workarounds » General
Article 11 Mar 2008   license: CPOL
Load a DBF into a DataTable without using the Jet or other OLE Db drivers.
General Programming » Bugs & Workarounds » .Net Issues
Article 15 Dec 2007   license: CPOL
A workaround for a bug I discovered with the async reader in the Process class.
General Programming » Bugs & Workarounds » .Net Issues
Article 15 Dec 2007   license: CPOL
A debug build stopwatch useful for diagnostic timing.
General Programming » Bugs & Workarounds » .Net Issues
Article 30 Jul 2007   license: CPOL
ow to copy code snippets with Internet Explorer while preserving newlines and indentation
General Programming » Bugs & Workarounds » General
Article 8 Jul 2007   license: CPOL
This short class demonstrates how to activate an MDI child form without the fireworks that you see if you just set the ActiveMdiChild property of the MDI parent form.
General Programming » Bugs & Workarounds » .Net Issues
Article 12 Jun 2007   license: N/A
This article covers pitfalls found while doing a merge replication in SQL 2000
General Programming » Bugs & Workarounds » General
Article 14 Feb 2007   license: N/A
This article is about The Psychology of Testing with emphasis on Role and Characteristics of a Software Tester.
General Programming » Bugs & Workarounds » General
Article 18 Dec 2006   license: N/A
Tips and tricks on upgrading your VS2005 installation to SP1
General Programming » Bugs & Workarounds » Vs.Net Ide Issues

Page 1 of 2
1 2


Advertise | Privacy | Mobile
Web04 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid