How can I use C# to get the object like stdPicture in vb6?

  • Thread starter Thread starter bin liu via DotNetMonster.com
  • Start date Start date
B

bin liu via DotNetMonster.com

I want to create a object of stdPicture in C#, so that I can render it to other object's prosperity.

the VB6 code maybe as follow:

Dim pic as Picture;
pic = LoadPictureFile(strPath);

then, how can I use C# to express the same idea? I want to know what is "Picture" means in C#, and how can I construct it!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top