Search results for query: *

  1. Z

    Setting printer paper size? Please...

    i am doing label printing in vb.net(2003). not all the labes are same size. in that case i need to set paper size/ paper name to printer. i tried the following but i couldn't .. Dim prndoc As PrintDocument = New PrintDocument Dim pgSize As PaperSize = New...
  2. Z

    Disable MDI menu items from child form?... Help me please

    thanks for your reply. sorry i couldn't understand. put the menu items means?. create menus in child form?. then how it will display menus in mdi form. can u please give me sample coding.. thank you very much
  3. Z

    Disable MDI menu items from child form?... Help me please

    i have 2 forms in form1 i have set this mdiparent property to true. i have menus items in mdi form and these sub Public Sub disableMenu() MenuItem2.Enabled = False End Sub Public Sub enableMenu() MenuItem2.Enabled = True End Sub in mdi load i called disableMenu(). so its working but if i...
  4. Z

    Image Text wrapping in RichTextBox control???

    Is this possible in RichTextBox control. i mean in MS word we can do text wrapping for the picture(in front of text) for example. there are 3 text lines. the one image should be in front of these lines. its look like text wrapping in MS Word. Please help me.... Millions of thanks in advance
Back
Top