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


Author filtered by: Coding 101 [x]
Tip/Trick 10 May 2013   license: CPOL
A simple Registry change will enable IE to display JSON responses.
Tip/Trick 7 Feb 2013   license: CPOL
Need to see larger thumbnails on the taskbar?
Forum Message 19 Mar 2012  
I had to use SQLNetworkLibrary.SharedMemory when building the connection string while calling MB.Tools.Data.SQLServer.SQLHelper.BuildConnectionString. Should there be an option for None in case you wi
Forum Message 5 Dec 2011  
I had an issue with scroll bars appearing in the infowindow popup in IE 8 and Firefox. I used the following code to resolve the issue. google.maps.event.addListener(infowindow, '
My vote of 4 by Coding 101
Forum Message 19 Apr 2011  
Nice introduction to Powershell.
Forum Message 14 Jun 2009  
To ensure a single instance of an application, you can try something like the following: bool createdNew = true; using (Mutex mutex = new Mutex(true, "MyApplicationName", out createdNew)) { if (
Re: Frozen Behavior by Coding 101
Forum Message 30 Apr 2008  
Thank you and that helped, it also gave me a cleaner idea for your class. I know this may be a bit rough but it would basically solve the issue with invoking on the main thread in your main applica
Frozen Behavior by Coding 101
Forum Message 30 Apr 2008  
First of all, great job! Perhaps you mentioned this and I did not see it but I have noticed a strange behavior when using a message box. In the KeyPress event I added a messagebox to be shown along
Re: MTSC Crashing Problems :( by Michael@medicscan.com
Forum Message 2 Apr 2008  
Has there been any progress on determining why mstsc.exe crashes? I too see it crash depending on how much data I send through. Is there a workaround? Thank you.
Sink Event in C++ by Michael@medicscan.com
Forum Message 3 Feb 2008  
I was able to successfully use your explanation to call methods from my C# class. I have now added events, but how do I sink them up in the C++ project. A full example would be very helpful.
Watermark Removal by Michael@medicscan.com
Forum Message 31 May 2007  
I am using an OCR software and I need a good algorithm to remove a watermark. I'm scanning a picture with the watermark and then I OCR. Any suggestions? Michael

Page 1 of 1


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