What I'm trying to do is for example have a symantec PC anywhere, Firefox,
Abobe PDF all run inside one vb form. Then I will make button or tab so that
I can switch the view of each program kind of like how the firefox tab works
with different web site. The problem I'm running into is how to lock all
those programs into the form so that it looks like only one window.
>> I need some suggestion on how to run a non Microsoft App in a VB form? I'm
>> trying to combine couple applications to run in one single form window so
[quoted text clipped - 9 lines]
>
>Sinna
Sinna - 11 Jul 2008 10:17 GMT
> What I'm trying to do is for example have a symantec PC anywhere, Firefox,
> Abobe PDF all run inside one vb form. Then I will make button or tab so that
[quoted text clipped - 14 lines]
>>
>> Sinna
I suppose you'll have to look for a variant on the SetParent API.
Perhaps you can read something about that. In fact you're trying to let
the other Windows applications act as a child of your application.
Sinna
Ferio - 12 Jul 2008 01:20 GMT
Sinna Thanks! that was exactly what I was looking for and it worked great!
>> What I'm trying to do is for example have a symantec PC anywhere, Firefox,
>> Abobe PDF all run inside one vb form. Then I will make button or tab so that
[quoted text clipped - 7 lines]
>
>Sinna