extending existing application

  • Thread starter Thread starter Yuri
  • Start date Start date
Y

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
 
Dear Mark.
Sorry, I was not clear. I'm trying to accomplish described above using C#
and API's
 
Dear Mark.
Sorry, I was not clear. I'm trying to accomplish described above using C#
and API's

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

Hi,

That is not possible, you have to continue using PowerBuilder for that.
 
Yuri said:
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.
 
Back
Top