I have a checkbox where I want to programmatically set the text. The
checkbox sits on top of a group box, so I need to set the Size property of
the checkbox properly, based on the length of the checkbox Text (plus an
allowance for the size of the box itself). (Otherwise, if the size is too
s...
more >>
(Maybe it's too late at night but I can't find anything about this. )
What I would like to do is to be able to double click anywhere on a selected
row in a datagrid and trigger an event. Is this possible? (If it's any
help, I usually use read-only grids.)
...
more >>
Hi all,
the tabcontrol displays tabpages buttons from left to right, how can I
mirror it so it will start from the right?...
more >>
I need to translate program to another language.
How to enumerate all menus and submenus in form??
I have used for each loop in vb6 but how to di this in vb.net??
VB:
----------------------------------------------------------------------------
----
'i try this in vb.net
Private Function L...
more >>