Automatically Select the Radio Button
Make the width of the radio option button a lot wider than the caption text it holds. Next, position a textbox between the end of the caption and the actual
Make the width of the radio option button a lot wider than the caption text it holds. Next, position a textbox between the end of the caption and the actual
To activate For Each…Next iteration in your VB collections, place the following procedure in your collection object: ‘ NewEnum must return the IUnknown interface of a’ collection’s enumerator.Public Function NewEnum()
Handle dialogs with one line of code by encapsulating the show method within the form in a public function. This makes the form/dialog reusable and simpler to implement and update.