coolbar

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shravyas
    New Member
    • Jan 2008
    • 3

    coolbar

    how write code to coolbar control to open different forms in a single vb6 application?
    i taken one new project and i add 6 forms in that project.
    in one purticular form i tacken cool bar control.
    by using this coolbar control i want open other forms in same application.

    how to write code for this?
  • daniel aristidou
    Contributor
    • Aug 2007
    • 494

    #2
    Originally posted by shravyas
    how write code to coolbar control to open different forms in a single vb6 application?
    i taken one new project and i add 6 forms in that project.
    in one purticular form i tacken cool bar control.
    by using this coolbar control i want open other forms in same application.

    how to write code for this?
    [CODE=vb]nextform.show()[/CODE]
    .

    Comment

    Working...