Thats true, but we use XP and Vista in German Versions. So in XP it's language-dependend ("Programme"), but in Vista it's "Program Files" no matter which language you have. Thats why I didn't...
Hello! I have a multithreaded application. I was wondering, if I do a Thread.Sleep(10*1000), will it do a sleep of 10 Seconds in "thread-time" or in "real-time"?
It's just while developing you see that the icon doesn't fit, so you change it, and I want to see the result quickly - and it drives you crazy to set the icon every time.
Thanks again for your reply. But when I use ExtractAssociatedIcon and distribute the application I would have to add the icon-files, right? That would be a disadvantage.
Thanks for your fast reply. The icon was already added to the solution-explorer. So in the Properties Window, I set the build action to "embeded resource" - but still the icon is not changed (even...
Hello! I have a form and a notify-icon and both of them have an associated ico-file. When changing the ico-file, you have to go to the properties and choose the icon again in order to make the...
Hello! I got a multithreaded application and need to debug it. My problem is that setting breakpoints is working, but from stopping the application to be able to watch variables, call stack and so...
Thanks for your reply. What I need is more like the zoom you find in IE7 at the right bottom, but done programmatically. This scales even images and pixel-layouts.
Hi. In my application, I have a WebBrowser in which I load a webpage. This works fine, but now I want to scale the page (if the content is larger then my control) and then print the page (scaled, so...
Thanks, but this didn't work either. I made a small new demo-project and found that LoadFrame doesn't show the frame by default. I guess somewhere in the code of the 3rd-party-application they are...
Thanks for your reply. The strange thing was it was the SAME assemblie... I found that I somehow added a Reference to itself to the project. Now it works.