win32 windows exploler.
-
I created a Windows exploler kind of UI. In the right shell pan of the UI i tried to add A tabbed dialog control. Till this point i am fine. In one of that tab I am trying to open a different application. can any one help with any idea how to achive this.... thanks in advance....
birajendu CyberG India Delhi India
-
I created a Windows exploler kind of UI. In the right shell pan of the UI i tried to add A tabbed dialog control. Till this point i am fine. In one of that tab I am trying to open a different application. can any one help with any idea how to achive this.... thanks in advance....
birajendu CyberG India Delhi India
what do you mean by open an application? Are you using some kind of automation or you just want to run the exe
You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_
-
I created a Windows exploler kind of UI. In the right shell pan of the UI i tried to add A tabbed dialog control. Till this point i am fine. In one of that tab I am trying to open a different application. can any one help with any idea how to achive this.... thanks in advance....
birajendu CyberG India Delhi India
birajendu wrote:
can any one help with any idea how to achive this....
Which part, adding a tabbed dialog control, or opening a different application?
"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
-
I created a Windows exploler kind of UI. In the right shell pan of the UI i tried to add A tabbed dialog control. Till this point i am fine. In one of that tab I am trying to open a different application. can any one help with any idea how to achive this.... thanks in advance....
birajendu CyberG India Delhi India
birajendu wrote:
n one of that tab I am trying to open a different application.
This doesn't really make sense. A different application is a different process space. You can start an application using
CreateProcess
, but that process in case of a UI application will run in its own window. Your question needs to be more specific.«_Superman_» I love work. It gives me something to do between weekends.
-
birajendu wrote:
n one of that tab I am trying to open a different application.
This doesn't really make sense. A different application is a different process space. You can start an application using
CreateProcess
, but that process in case of a UI application will run in its own window. Your question needs to be more specific.«_Superman_» I love work. It gives me something to do between weekends.
Yes, I got you. Let me explain more clearly. I have a application name A, it should have a tabbed UI. In on of its tab I want to lunch another application suppose application B. To achive this kind of UI what approach I need to take? Thanks In advance.....
birajendu SonicWALL Bangalore. India
-
Yes, I got you. Let me explain more clearly. I have a application name A, it should have a tabbed UI. In on of its tab I want to lunch another application suppose application B. To achive this kind of UI what approach I need to take? Thanks In advance.....
birajendu SonicWALL Bangalore. India
I guess, it may be related to OLE just like one can embed excel functionality within Word Document. I haven't tried it, but this may be one of the solution to your problem.
-
I guess, it may be related to OLE just like one can embed excel functionality within Word Document. I haven't tried it, but this may be one of the solution to your problem.