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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10037240.htm...
Zones:
Windows MFCDate Answered: 03/11/1998 Grade: C 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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10121080.html
Is there anyway to share memory between different instances of activex dlls or cntrl that are in memory at the same time ?
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_10147856....
Zones:
VB ControlsDate Answered: 04/12/1999 Grade: A 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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10192424.html
Zones:
JavaDate Answered: 02/27/2002 Grade: A 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.
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10208153.html
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
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10232416.html
Zones:
C++Date Answered: 11/13/1999 Grade: A 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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10239220.html
Zones:
C++Date Answered: 11/29/1999 Grade: C Views: 0
class ClassA {
JPanel jpnl1 = new JPanel();
JPanel jpnl2;
public ClassA(){
jpnl2 = new JPanel();
}
......
}
Would you compare two JPanels...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10356439.html
Zones:
JavaDate Answered: 06/02/2000 Grade: A 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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_11945318.html
Zones:
C++Date Answered: 11/24/2000 Grade: A 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...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20033209.html