Search Result
Collapse
2 results in 0.0036 seconds.
Keywords
Members
Tags
-
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 -
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
Can someone help me? I'm using VB2010
Thanks,
Codruta