Re: [DOTNET] Difference between .Net Framework and the .Net Compact Framework

2002-05-31 Thread Alex Yakhnin
Casey, keep in mind that it's still Beta 1. A lot could be changed for v1.0 -Alex On Thu, 30 May 2002 13:05:53 -0400, Chesnut, Casey <[EMAIL PROTECTED]> wrote: >The integrated help documentation in the CF beta has the generic info, >i'll tell you my specific observations from writing this arti

Re: [ADVANCED-DOTNET] IPicture to .NET Image

2002-05-10 Thread Alex Yakhnin
ced metafile which >you could then pass to the Metafile constructor. > > >-- >Ian Griffiths >DevelopMentor > >- Original Message - >From: "Alex Yakhnin" <[EMAIL PROTECTED]> > > >> Yes Ian, >> >> I'd tried Metafile with dif

[DOTNET] Advanced books on P/Invoke?

2002-05-06 Thread Alex Yakhnin
Hi All, Are there a good advanced books on P/Invoke? I know about "NET and COM: The Complete Interoperability Guide by Adam Nathan". I am interested in Interop with Win32. Thanks... Alex You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor

Re: [ADVANCED-DOTNET] IPicture to .NET Image

2002-05-03 Thread Alex Yakhnin
Mattias, I've checked it - it's a metafile. What should I do with it? Thanks... Alex On Fri, 3 May 2002 18:00:35 +0200, Mattias =?iso-8859-1?Q?Sj=F6gren?= <[EMAIL PROTECTED]> wrote: >Alex, > >>I get exception: "A generic error occurred in GDI+". >>I am pretty much sure that I get a valid IPic

Re: [ADVANCED-DOTNET] IPicture to .NET Image

2002-05-03 Thread Alex Yakhnin
T topics. [mailto:ADVANCED- >> [EMAIL PROTECTED]] On Behalf Of Alex Yakhnin >> Sent: Wednesday, May 01, 2002 3:32 PM >> To: [EMAIL PROTECTED] >> Subject: [ADVANCED-DOTNET] IPicture to .NET Image >> >> Hi All, >> >> Does anybody know on how I can convert t

Re: [DOTNET] How-to convert StdPicture to .NET Image?

2002-04-30 Thread Alex Yakhnin
t; wrote: >How about using Image.FromHBitmap method? >If I recall it correctly IPicture has Handle property (get_Handle). > >-Valery. > >-Original Message- >From: Alex Yakhnin [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, April 30, 2002 1:09 PM >To: [EMAIL PROTECTED] >

Re: [DOTNET] How-to convert StdPicture to .NET Image?

2002-04-30 Thread Alex Yakhnin
In fact I am getting an IPicture. So, any takers on that? Thanks... Alex On Mon, 29 Apr 2002 15:50:17 -0700, Alex Yakhnin <[EMAIL PROTECTED]> wrote: >Hi All, > >I get a StdPicture returned through Interop. How can I convert it a valid >Image object? > >Thanks... Alex

[DOTNET] How-to convert StdPicture to .NET Image?

2002-04-29 Thread Alex Yakhnin
Hi All, I get a StdPicture returned through Interop. How can I convert it a valid Image object? Thanks... Alex You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.

Re: [DOTNET] Draw Rectangle on a top of a control

2002-04-18 Thread Alex Yakhnin
t was easy, once >I got the hang of using delegates for the events. > >Bill > >On Wed, 17 Apr 2002 08:15:04 -0700, Alex Yakhnin ><[EMAIL PROTECTED]> wrote: > >>Hi All, >> >>I am creating a kind of a form designer and trying to emulate moving the >>contr