| Thread | Last Post | Replies |
|
| Invoking MessageBox from Scroll event of HScrollBar | 20 Jun 2007 17:48 GMT | 1 |
I need at some circumstances to show a message box from the Scroll event handler of an HScrollBar component. But when I invoke MessageBox.Show() the scroll event occurs again and again and I can have up to about 50 message boxes on the screen. Something with
|
| Problem with tlbimp | 20 Jun 2007 15:07 GMT | 1 |
I'm trying to use the IThumbnailCache COM interface to query Vista's system thumbnail cache. Unfortunately there's no type library for it. Here's what I've done so far: - Created thumbcache.tlb from thumbcache.idl using midl
|
| Exchange 2003 API Manipulation with C#? | 20 Jun 2007 14:28 GMT | 4 |
Looking for code samples to create/remove/manipulate Public Folders on Exchange 2003. Thanks.
|
| System.Threading.Timer is intermittently late | 20 Jun 2007 13:20 GMT | 10 |
I have an application which uses many instances of System.Threading.Timer. This application is housed inside an HTTPAsyncHandler. When I receive certain types of messages, I need to take an action 90 seconds later. For each session I have a System.Threading.Timer created with ...
|
| Generics and FindAll for SqlCommand ? | 20 Jun 2007 12:41 GMT | 4 |
I am building a generic SqlCommand builder and want to use 2.0 Generics. I want to create a Generic list of SqlCommands, and put new SqlCommands
|
| [Ann] DotNoodle | 20 Jun 2007 12:21 GMT | 1 |
Collaborative, DotNet-centric search engine: www.dotnoodle.com Feel free to add sites to its search path. Just click collaborate. Cheers,
|
| help on richtextbox | 20 Jun 2007 12:16 GMT | 1 |
i'm new to winforms..... i need to display certain data on form in a texbox.. but few words in the data need to appear as colored text.... i've tried with textbox and rixhtextbox..but no luck...can anyone help me out
|
| .NET Windows Service Start Failure | 20 Jun 2007 10:06 GMT | 3 |
I am following every step to the letter mentioned in the various articles on writing and debugging .NET service. But when i start debugging the service i get this error (pasted below), although the service has been successfully installed and started.
|
| Custom unhandled exception report. | 20 Jun 2007 08:31 GMT | 1 |
The default behavior of an unhandled exception is to report the exception to a microsoft host database, I have heard we can setup our own site, and let application report unhandled exception to specified site, how can I do this?
|
| excel sheet ranges | 20 Jun 2007 06:34 GMT | 2 |
what is the names of last cell that I can access by Control End key actually I want to get the range for A12 and the last data cell
|
| MS Vista Business 64-bit (max.supported RAM ?) | 20 Jun 2007 04:41 GMT | 2 |
Just wondering what is the max. amount of RAM that MS Vista Business 64-bit is supporting, main idea is to build powerful workstation PC. (not to intent to use it as a server). Does someone have any experience to use for instance 8Gt (RAM) with MS Vista Business 64-bit? Is it ...
|
| Number formating is incorrect for "ar-LY" culture | 20 Jun 2007 02:21 GMT | 7 |
The number format in Libya is to have 3 digits after the decimal place. I am basing this upon feedback from our Libyan customers. The following site also reflects this standard: http://en.wikipedia.org/wiki/ISO_4217 However, in .Net as well as Windows the numbers are formatted ...
|
| Getting a Thumbnail In Vista | 19 Jun 2007 11:53 GMT | 1 |
Hi, I'm hoping someone can help me get a scalable thumbnail from Vista. Vista has a new COM API, IThumbnailCache which backs on to Vista's global thumbnail store. Unfortunately, I can't find it I know it's there, it's in MSDN. I've imported shell32.dll into my C# project which ...
|
| Problem after installing some windows updates (935839,929123,935840) | 19 Jun 2007 11:30 GMT | 2 |
This morning one of my applications stopped working. The error message I'm getting if this one: System.Net.Sockets.SocketException was unhandled Message="The handle is invalid"
|
| Process.EnableRaisingEvents = true causes exception on Win2K3 SP2 | 19 Jun 2007 00:58 GMT | 4 |
I have a class in my application that monitors for a few given processes going up or down so that the user can be shown visually that something is wrong. This class works fine for Windows 2003 SP1 but as soon as I apply SP2 I get many exceptions like:
|