Go Back   Forum Care Forums > Development Reference Area > Visual Basic

Reply
 
LinkBack Thread Tools Display Modes
Setting Tabstops in a Listbox Control
Old
  (#1)
mefloyd
Guest
 
Posts: n/a
Default Setting Tabstops in a Listbox Control - 06-04-2007, 08:56 AM


Using the SendMessage API, I know how to set tabstops in a list box.
However, the code only works if the style property of the listbox is
set to 0 - Standard.

I would like to set tabs in a listbox with the style set to 1 -
Checkbox. Does anyone know how to achieve this?

Regards,

Michael Floyd
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Setting Tabstops in a Listbox Control
Old
  (#2)
Randy Birch
Guest
 
Posts: n/a
Default Re: Setting Tabstops in a Listbox Control - 06-04-2007, 08:56 AM

No can do ... the checked list does not support the LB_SETTABSTOP message.

--

Randy Birch
MVP Visual Basic
http://www.mvps.org/vbnet/
Please respond only to the newsgroups so all can benefit.


"mefloyd" <EMAIL REMOVED> wrote in message
news:EMAIL REMOVED...
:
: Using the SendMessage API, I know how to set tabstops in a list box.
: However, the code only works if the style property of the listbox is
: set to 0 - Standard.
:
: I would like to set tabs in a listbox with the style set to 1 -
: Checkbox. Does anyone know how to achieve this?
:
: Regards,
:
: Michael Floyd


   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





Contact Us - Forum Care Forums - Archive - Top