I\'ve got a real interesting situation.I have an existing web app that runs on a number of desktops fine.On a few desktops I see the following behavior:
I have a Windows Forms app that itself launches different threads to do different kinds of work. Occasionally, ALL threads (including the UI thread) become frozen, and my app becomes unresponsive. I\'
I\'m looking for a program to create window transparency within Windows XP; somewhat开发者_StackOverflow like Glass2K.I\'ve used Glass2K and found it extremely processor intensive and would like to tr
I m developing flex application, in which I want to Draw Image from User local hard-drive to the canvas of size 640x360.
Is there a way to freeze the last frame of my animation in my iphone app?Here\'s my code so far. popup.animationImages = [NSArray arrayWithObjects:
I am trying to create my first GUI application using (Java + Eclipse + Swing). This is my code: import java.awt.*;
My programme listens fo开发者_如何学编程r just one connection once... the programme just gets stuck at clientSocket = serverSocket.accept() if no client connects. I mean I can\'t even interrupt it by
I\'m doing a Drag Drop to external app like this: string[] files = new string[/* */]; // get files DataObject o = new Dat开发者_StackOverflow社区aObject(DataFormats.FileDrop, files);
I\'ve written application in Delphi 2007, which some times hangs (not even every week, application 开发者_StackOverflow中文版is running 24/7). It looks like main thread gets stuck. What are the option
I want to have the title of my application to be freezed, that is, even if I scroll down the page, I want the label name to be in focus, at the top always.. I开发者_如何学Cs that possible?