Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - Edittext in a popup like access
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Edittext in a popup like access

 Post Reply Post Reply
Author
Message
cmaxmedia View Drop Down
Groupie
Groupie


Joined: 22 April 2006
Location: Austria
Status: Offline
Points: 38
Post Options Post Options   Thanks (0) Thanks(0)   Quote cmaxmedia Quote  Post ReplyReply Direct Link To This Post Topic: Edittext in a popup like access
    Posted: 29 April 2006 at 6:37am

hi,
how can i create a popup wich contains a edit-filter-textbox control looks like access? An icon on the left side and also an icon on the right side?

i have tried:


    Dim Control As CommandBarControl
    Dim popup As CommandBar

    Set Control = popup.Controls.Add(xtpControlEdit, ID_EDIT_SEARCH_POPUP, "Filter")  '<= there is a search icon

    'Control.Style = xtpButtonIconAndCaption  '<= Error



this looks very nice, but: i want to have an icon. the property Control.IconId works but no icon is shown and the property Control.Style = xtpButtonIconAndCaption calls an error "object doesn't support this property or method (438)

thanx

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.047 seconds.