PC Review


Reply
Thread Tools Rate Thread

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

 
 
bin liu via DotNetMonster.com
Guest
Posts: n/a
 
      6th Jan 2005
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!

--
Message posted via http://www.dotnetmonster.com
 
Reply With Quote
 
 
 
 
Cor Ligthert
Guest
Posts: n/a
 
      6th Jan 2005
Hi

I think you are searching for the image class
http://msdn.microsoft.com/library/de...mberstopic.asp

I show you here the members because the documentation from the class shows
almost no real information.

I hope this helps

Cor


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: how to show stdPicture in Access2007 o;; Microsoft Access 0 1st Oct 2009 02:01 PM
COM StdPicture-to-Image conversion Mark Microsoft C# .NET 4 2nd May 2006 03:31 AM
use stdole.StdPicture object with an Image object ? Sagaert Johan Microsoft C# .NET 1 17th Jan 2005 03:04 PM
Re: Load vb6 stdPicture from vb.net Sheky Microsoft VB .NET 0 11th Nov 2003 02:16 PM
Re: Load vb6 stdPicture from vb.net Pieter Philippaerts Microsoft VB .NET 1 8th Nov 2003 06:57 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:18 AM.