Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - is it bug of VS.net (TaskPane)??
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

is it bug of VS.net (TaskPane)??

 Post Reply Post Reply
Author
Message
hmrk View Drop Down
Newbie
Newbie
Avatar

Joined: 16 November 2004
Location: United States
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote hmrk Quote  Post ReplyReply Direct Link To This Post Topic: is it bug of VS.net (TaskPane)??
    Posted: 16 November 2004 at 8:33am

I'm use Xtreme Suite ActiveX 9.51 in windows 2000 using vb.net.
I created a user control, in which there is a listview. but it does not work when using the following codes.

             dim group ...  
             dim item ...
             Dim a As New UserControl1
             Group = wndTaskPanel.Groups.Add(0, "aaa")
             Item = Group.Items.Add(0, "", XTPTaskPanelItemType.xtpTaskItemTypeControl, -1)
             Item.Control = a
             a.Dock = DockStyle.Fill

but when click the Group, the appearance can be seen but disappeared immediately.

Please kindly advise it's due to my fault or just the bug of VS.net. Appreciate your prompt reply. tks & b.rgds

I like this Game
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.