Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > Microsoft Visual C++ 2005 Express Edition

Reply
Thread Tools

Microsoft Visual C++ 2005 Express Edition

 
 
Divvy Ballacks
Guest
Posts: n/a
 
      04-09-2006
I just downloaded this "can't give it away" pile of sick on my 56Kbps modem
(460Mb) and I can't believe how difficult it is to write a really simple
program. All I wanna do is have a form with a button and a bitmap "1.bmp" in
a picture box. When you clcik the button it changes the bitmap from "1.bmp"
to " 2.bmp". How difficult can it be? Can anyone help?


 
Reply With Quote
 
 
 
 
Moonlit
Guest
Posts: n/a
 
      04-09-2006
Hi,

Go into the resource editor
Add resource (make sure to add a Bitmap resource)
Import
( Select a bmp file)
Rename the IDB_BITMAP1 to something more sensible

Go to the dialog resource (double click on it)
Add picture control
Click picture control (make sure the properties window is visible
(view->properties))
In the properites of the picture control select bitmap as type
In the Image properties select the IDB_ whatever you named your bitmap
resource in the first step.

--


Regards, Ron AF Greve

http://moonlit.xs4all.nl

"Divvy Ballacks" <> wrote in message
news:...
>I just downloaded this "can't give it away" pile of sick on my 56Kbps modem
>(460Mb) and I can't believe how difficult it is to write a really simple
>program. All I wanna do is have a form with a button and a bitmap "1.bmp"
>in a picture box. When you clcik the button it changes the bitmap from
>"1.bmp" to " 2.bmp". How difficult can it be? Can anyone help?
>



 
Reply With Quote
 
 
 
 
benben
Guest
Posts: n/a
 
      04-09-2006
Divvy Ballacks wrote:
> I just downloaded this "can't give it away" pile of sick on my 56Kbps modem
> (460Mb) and I can't believe how difficult it is to write a really simple
> program. All I wanna do is have a form with a button and a bitmap "1.bmp" in
> a picture box. When you clcik the button it changes the bitmap from "1.bmp"
> to " 2.bmp". How difficult can it be? Can anyone help?


Its not very difficult and what help on C++ do you expect from us?

Ben
 
Reply With Quote
 
GB
Guest
Posts: n/a
 
      04-09-2006
Divvy Ballacks wrote:
> I just downloaded this "can't give it away" pile of sick on my 56Kbps modem
> (460Mb) and I can't believe how difficult it is to write a really simple
> program. All I wanna do is have a form with a button and a bitmap "1.bmp" in
> a picture box. When you clcik the button it changes the bitmap from "1.bmp"
> to " 2.bmp". How difficult can it be? Can anyone help?


This group is very specifically for the C++ language and standard
library, not generally tools, APIs or other libraries. You might try
asking on

microsoft.public.vstudio.general
microsoft.public.vstudio.development
microsoft.public.vc_ide.general

and possibly others.

Gregg
 
Reply With Quote
 
login
Guest
Posts: n/a
 
      04-09-2006
Moonlit wrote:
> Hi,
>
> Go into the resource editor


Express edition does not have it.





 
Reply With Quote
 
Divvy Ballacks
Guest
Posts: n/a
 
      04-10-2006
"Resource editing is not supported on the Visual C++ Express SKU". That told
me!!

"Moonlit" <news moonlit xs4all nl> wrote in message
news:4438ff44$0$11077$...
> Hi,
>
> Go into the resource editor
> Add resource (make sure to add a Bitmap resource)
> Import
> ( Select a bmp file)
> Rename the IDB_BITMAP1 to something more sensible
>
> Go to the dialog resource (double click on it)
> Add picture control
> Click picture control (make sure the properties window is visible
> (view->properties))
> In the properites of the picture control select bitmap as type
> In the Image properties select the IDB_ whatever you named your bitmap
> resource in the first step.
>
> --
>
>
> Regards, Ron AF Greve
>
> http://moonlit.xs4all.nl
>
> "Divvy Ballacks" <> wrote in message
> news:...
>>I just downloaded this "can't give it away" pile of sick on my 56Kbps
>>modem (460Mb) and I can't believe how difficult it is to write a really
>>simple program. All I wanna do is have a form with a button and a bitmap
>>"1.bmp" in a picture box. When you clcik the button it changes the bitmap
>>from "1.bmp" to " 2.bmp". How difficult can it be? Can anyone help?
>>

>
>



 
Reply With Quote
 
Divvy Ballacks
Guest
Posts: n/a
 
      04-10-2006
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.



"benben" <> wrote in message
news:4438ff7f$0$20111$ u...
> Divvy Ballacks wrote:
>> I just downloaded this "can't give it away" pile of sick on my 56Kbps
>> modem (460Mb) and I can't believe how difficult it is to write a really
>> simple program. All I wanna do is have a form with a button and a bitmap
>> "1.bmp" in a picture box. When you clcik the button it changes the bitmap
>> from "1.bmp" to " 2.bmp". How difficult can it be? Can anyone help?

>
> Its not very difficult and what help on C++ do you expect from us?
>
> Ben



 
Reply With Quote
 
Alf P. Steinbach
Guest
Posts: n/a
 
      04-10-2006
* Divvy Ballacks:
> [off-topic]


Divvy, I've been in your exact situation with a lot of toolsets, and I
really do understand how you feel about this, and would provide you with
detailed instructions and explanations if this newsgroup was relevant.

But this newsgroup is /not/ the right place.

Repeat, /not/.

Here we deal with the C++ language, and only tool usage and libraries to
the extent that that is relevant to C++ in general.

This newsgroup was nearly destroyed by Microsoft newbies, which directly
led to [comp.lang.c++.moderated] being established: we don't want /all/
serious C++ discussion to move over to clc++m, because that's very slow.

So please take your discussion to a Microsoft-specific newsgroup.

This group's FAQ, Marshall Cline's C++ FAQ Lite, lists a number of them.

--
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
 
Reply With Quote
 
JustBoo
Guest
Posts: n/a
 
      04-10-2006
On Mon, 10 Apr 2006 04:09:48 +0100, "Divvy Ballacks"
<> wrote:

>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?


Go to the newsgroup below and people will help you. It should be in
your group list.

microsoft.public.vc.language

Good Luck.
 
Reply With Quote
 
John Carson
Guest
Posts: n/a
 
      04-10-2006
"Divvy Ballacks" <> wrote in message
news:
> 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.



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


 
Reply With Quote
 
 
 
Reply

Thread Tools

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
VB.Net of Visual Studio.Net 2003 VS Visual Basic 2005 Express Edition hunkgym ASP .Net 1 10-30-2006 03:10 PM
Visual Web Developer 2005 Express and SQL 2005 Express Jake Henderson ASP .Net Web Services 0 03-10-2006 10:18 PM
BUG: Microsoft Visual Web Developer 2005 Express Edition Andre ASP .Net 3 12-06-2005 04:12 PM
Is Visual Web Developer 2005 Express Edition going to be free? Curt_C [MVP] ASP .Net 6 08-25-2004 02:55 AM
Think twice before you install "Visual Web Developer 2005 Express Edition Beta1" on your developement machine. bredal Jensen ASP .Net 5 07-07-2004 10:58 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57