![]() |
Help on commandbars (vb6) |
Post Reply
|
| Author | |
xpridex
Newbie
Joined: 27 May 2008 Location: Morocco Status: Offline Points: 4 |
Post Options
Thanks(0)
Quote Reply
Topic: Help on commandbars (vb6)Posted: 27 May 2008 at 6:36am |
|
Hello,
I'm a new member, and i require your help gentelmen. i'd love to have one commandbars on my MDIform, then attach it to MDIChildren with different events, which means, i ll have a button "Add" for exemple on the comandbars, witch show a message "test1" on the first MDIchild, and shows "test2" on the second MDIchild in other terms, i d like to define the commandbars_execute on, each MDIChild thx. |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 27 May 2008 at 7:08am |
|
Hi, So just catch Execute in MainForm and resend it to ActiveForm....
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
xpridex
Newbie
Joined: 27 May 2008 Location: Morocco Status: Offline Points: 4 |
Post Options
Thanks(0)
Quote Reply
Posted: 27 May 2008 at 10:37am |
|
that seems to be a good idea, but can u show me how to catch the event please?
|
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 27 May 2008 at 12:24pm |
|
Hi,
Sub CommandBar_Execute(...)
All our samples have it.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 27 May 2008 at 12:24pm |
|
Hi,
Sub CommandBar_Execute(...)
All our samples have it.
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |