Enter Keywords:
1 - 10 of 1560(0.002 seconds)
Sort By:
 
Hello, How can I set a custom window class name in my 32-bit MDI application, so I can allow only one instance of  the application running.  I do not want to store a window class name generated by...
Zones: Windows MFCDate Answered: 03/11/1998 Rating: 7.4 Views: 0
I want to open a DOS Window and execute a DOS program (such as the extract command) using the ShellExceute command. Since the window is hidden, it doesn't have a Window handle. (At least FindWindow...
Zones: Delphi ProgrammingDate Answered: 01/25/1999 Rating: 9.4 Views: 0
Is there anyway to share memory between different instances of activex dlls or cntrl that are in memory at the same time ?
Zones: VB ControlsDate Answered: 04/12/1999 Rating: 7.6 Views: 0
I am using J++ 6.0 and am writing an application that needs to work on both 95 and NT.  I need my application to only be launch once.  In other words if the  application is running another instance...
Zones: JavaDate Answered: 02/27/2002 Rating: 7.0 Views: 0
how to make a instance of object public to everyone in the same project ? for example i want 3 forms in the same instance of exe to share the same instance of object.
Zones: Delphi ProgrammingDate Answered: 03/14/2002 Rating: 9.2 Views: 0
How can I get an application to launch itself when another program's instance is constructed? (user executes prog1.exe, prog2.exe autolaunches itself) -D
Zones: C++Date Answered: 11/13/1999 Rating: 7.8 Views: 0
I wanna know how to synchronize some instances of my application. Imagine that apllication reads ini-file, prepare GUI controls and waits for user action. Second/third application instance can edit...
Zones: C++Date Answered: 11/29/1999 Rating: 6.2 Views: 0
class ClassA {            JPanel jpnl1 = new JPanel();     JPanel jpnl2;            public ClassA(){                      jpnl2 = new JPanel();       }            ......       } Would you compare two JPanels...
Zones: JavaDate Answered: 06/02/2000 Rating: 7.8 Views: 0
If I want to create an instance of another interface located in the same dll, exactly how do I write the code for this??? I´ve tried many strange things so far... I thought COM was easy, hmmm...
Zones: C++Date Answered: 11/24/2000 Rating: 8.2 Views: 0
Hi I have an ap which opens when a user double-clicks on a filename with a suitable extension.  My ap only allows one instance of the program to be opened at one time, and if a user double-click...
Zones: Delphi ProgrammingDate Answered: 01/16/2001 Rating: 8.4 Views: 0