Search
Syndication
Sponsors

save wmf to bmp

save a wmf file to a bmp file

save wmf to bmp

’save wmf to bmp

‘add a picture box and a command button to a form

Private Sub Command1_Click()
‘ Load meta file wmf
Picture1.Picture = LoadPicture("d:\myexample.wmf")

‘ Save meta picture to bitmap file format
SavePicture Picture1.Image

Related posts:

  1. insert a picture into an image control Learn more about insert a picture into an image control...
  2. save text to a file Learn more about save text to a file by visiting...
  3. save a webpage to a file Learn more about save a webpage to a file by...
  4. load a bitmap Learn more about load a bitmap by visiting our website....
  5. Load a file into a textbox Learn more about Load a file into a textbox by...

Related posts brought to you by Yet Another Related Posts Plugin.

Comments are closed.

Translate
Links

Tags