extending existing application

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
 
Y

Yuri

Dear Mark.
Sorry, I was not clear. I'm trying to accomplish described above using C#
and API's
 
I

Ignacio Machin ( .NET/ C# MVP )

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.
 
T

Tim Roberts

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top