Sk'dokey. Message recieved unt understood.
"John Carson" <jcarson_n_o_sp_am_@netspace.net.au> wrote in message
news:443a2101$0$10145$61c65585@un-2park-reader-01.sydney.pipenetworks.com.au...[color=blue]
> "Divvy Ballacks" <dead@forty2004.freeserve.co.uk> wrote in message
> news:1144638610.26854.0@dyke.uk.clara.net[color=green]
>> Well, if it's not very difficult then just tell me. It can't be more
>> than three lines of code. I have no books, no money, no resources.
>> What is the solution? Or it so simple that it's actually beneath you?
>> Let me help:
>> Is it (a), (b) or (c) or (d)
>>
>> (a)
>> Bitmap ^myBitmap = gcnew Bitmap(71, 96, PixelFormat::Format24bppRgb)
>> Image->FromFile("44.bmp");
>>
>> Graphics ^ g = Graphics::FromImage(myBitmap);
>>
>>
>>
>> (b)
>>
>> Image ^mypiccie = gcnew
>>
>> Image("12.jpg");
>>
>> Graphics ^ g = Graphics::FromImage(mypiccie);
>>
>> (c)
>>
>> System::Graphics::Watuzi
>> ^ ->(0XXFFF:__IF__BETHE_MIDDLE_WORDIN___XXAAFFCC___LI FE);
>>
>> ^^::->Draw().... <-) [BITM]___#define
>> SHISHI_KDCREQ_DEFAULT_REQ_BODY_SNAME_NAME_TYPE_LEN 0__
>> Nghrrew||GrrrrrrrrgUggggggggh
>>
>> Yeah_Bitmaps::
>>
>>
>>
>> (d)
>>
>> None of the above.
>>
>>
>>
>> You see, the thing is, all I have is the documentation provided with
>> VC++EE2005 and it's not very helpful and none of their sample
>> projects from
www.microsoft.com will compile (keep getting user32.dll
>> missing, cannot find windows.h or whatever) because I only have the
>> core SDK installed.[/color]
>
>
> I am not sure if you are aware of this but Microsoft has created a new
> language called C++/CLI for use with .Net (.Net is something like the Java
> Virtual Machine). You are apparently attempting to program in that new
> language. That new language is not the C++ language that is the topic of
> this newsgroup.
>
> You have two alternatives:
>
> 1. Continue on your current path, but ask about it in
>
> microsoft.public.dotnet.languages.vc
>
> 2. Download the Platform SDK, which will enable you to do GUI programming
> using C++ (this will get rid of your "cannot find windows.h" etc. errors).
> In that case, some of your questions will be topical for this newsgroup,
> but any GUI-related stuff belongs on, e.g.,
>
> microsoft.public.vc.language
> or
> microsoft.public.win32.programmer.gdi
> or
> microsoft.public.win32.programmer.ui
>
>
> --
> John Carson
>[/color]