Results 1 to 2 of 2

Thread: [RESOLVED] how can create custom user control with dynamic dropdown data in properties page?

  1. #1

    Thread Starter
    Fanatic Member Black_Storm's Avatar
    Join Date
    Sep 2007
    Location
    any where
    Posts
    575

    Resolved [RESOLVED] how can create custom user control with dynamic dropdown data in properties page?

    i am looking for a simple user control with custom properties like as dropdown properties with dynamic data,i know i can use enum definition but this work for constants properties ,for example i have a data with unknown size i like show it like as drop down properties in user control properties.

    for example i want like this :

    dim s() as string
    .
    .
    .
    .
    and then i fill this s array and then show it in drop down page properties.
    size of this array is not constant so i cant use enums variables how can design it?

  2. #2

    Thread Starter
    Fanatic Member Black_Storm's Avatar
    Join Date
    Sep 2007
    Location
    any where
    Posts
    575

    Re: how can create custom user control with dynamic dropdown data in properties page?

    i found BrowserEvents and customproperty class in vbforum.com so fixed.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width