frames and objects

ggg
09-13-2000, 08:24 PM
Hello
I am trying to make a gui that
has 2 frames, 1st a button that calls
another vb *exe, I get his to work but
it creates a new window I would like to be able to tag it to the second frame. is this possible.
thanks

karimahta
09-15-2000, 01:54 PM
Can you give more info?

What do you mean by frames? Are these forms? If so you can load a form from another by using the .Show method and you can make it modal by using the vbModal constant.

For example, say you want to run Form2 from Form1 when you click a command button on Form1 then the command would be:

Form2.Show vbModal



If this is not what you are after, then please give some clearer info

HTH

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum