|
-
May 1st, 2012, 08:16 AM
#1
PictureBoxes and VC6
when try to asign a member variable to it on the IDE it shows like CStatic Member variable
i seen another examples in vc6 which shows this member on the picturebox when i create a CStatic the intelisense doesnt show any members.
m_Picture.SetBitmap
in resume what i need is to display a image stored on a buffer with the bmp file format in a picture or even in the body of the dialogbox works for me.
Thx in Advance!!!
-
May 1st, 2012, 09:16 AM
#2
Re: PictureBoxes and VC6
Intellisence is not compiler. Sometimes it doesn't work, but you can still write m_Picture.SetBitmap(...) without intellisence.
-
May 1st, 2012, 09:23 AM
#3
Re: PictureBoxes and VC6
Sometimes it doesn't work
Sometimes ? Intellisense has been broken from day one.
-
May 1st, 2012, 09:32 AM
#4
Re: PictureBoxes and VC6
 Originally Posted by Skizmo
Sometimes ? Intellisense has been broken from day one.
Quick fix:
Sometimes it may work, but don't believe it anyway.
-
May 1st, 2012, 09:47 AM
#5
Re: PictureBoxes and VC6
 Originally Posted by Alex F
Intellisence is not compiler. Sometimes it doesn't work, but you can still write m_Picture.SetBitmap(...) without intellisence.
Thx its true it reconices SetBitmap as member just that isnt shown in the intelisence.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|