Home All Groups Group Topic Archive Search About

extending existing application

Author
9 Jun 2009 11:50 PM
Yuri
Hello everyone.
I ahve and PowerBuilder application with lost source code. I urgently need
to extend this app which consists of MDI form and a child form with tab
control and five tabs in it. Is there a way to create another tab and place a
datagrid and a button on it?

I know it can be done using user32 API's If anyone has any pointers or code
samples, please.

Thank you, very much
Sincerely

Author
10 Jun 2009 12:19 AM
Mark Rae [MVP]
"Yuri" <Y***@discussions.microsoft.com> wrote in message
news:3CE38A05-8736-4D27-B2D8-F505CA7788FC@microsoft.com...

> I have a PowerBuilder application

You're in the wrong newsgroup - this one, as its name suggests, is for C#...


--
Mark Rae
ASP.NET MVP
http://www.markrae.net
Are all your drivers up to date? click for free checkup

Author
10 Jun 2009 1:27 AM
Yuri
Dear Mark.
Sorry, I was not clear. I'm trying to accomplish described above using C#
and API's

Show quoteHide quote
"Mark Rae [MVP]" wrote:

> "Yuri" <Y***@discussions.microsoft.com> wrote in message
> news:3CE38A05-8736-4D27-B2D8-F505CA7788FC@microsoft.com...
>
> > I have a PowerBuilder application
>
> You're in the wrong newsgroup - this one, as its name suggests, is for C#...
>
>
> --
> Mark Rae
> ASP.NET MVP
> http://www.markrae.net
>
>
Author
11 Jun 2009 4:24 AM
Tim Roberts
Yuri <Y***@discussions.microsoft.com> wrote:
>
>Dear Mark.
>Sorry, I was not clear. I'm trying to accomplish described above using C#
>and API's

Although you might be able to add an additional tab to the window from
outside, you would not be able to interact with the application and its
data in any way.  That makes such an exercise futile.
--
Tim Roberts, t***@probo.com
Providenza & Boekelheide, Inc.



Post Thread options