Search Result

Collapse
2 results in 0.0036 seconds.
Keywords
Members
Tags
vb2010
  •  

  • indiana porter
    started a topic visual basic 2010 picture box

    visual basic 2010 picture box

    i want to make an image without a background color, like an icon. i have the picture but what to i put in the backcolor input to make it transparent so that i can see the actual background
    See more | Go to post

  • How can I open a Word document from my VB application?

    I know that exists another topic on this subject and I've read it but for me doesn't work

    Code:
    Dim wrdApp As New Word.Application
            wrdApp.Documents.Open("E:\My Documents\exemplu\exemplu.doc")
            wrdApp.Visible = True
    My error is that word.applicatio n is not defined.

    Can someone help me? I'm using VB2010

    Thanks,
    Codruta
    See more | Go to post
Working...