ImageCtl Display Problem

August 25th, 2005 - 10:07 am ET by Michael Thompson | Report spam
All,

Just got Embedded Visual Basic 3.0 up and running. Tried to add a bitmap
image(Image1.bmp) to the form but it will not display. Checked that I have
the correct components active(MSCE Image Control 3.0 and MSCE PictureBox
Control 3.0). Tried to copy image to clipboard and paste to Image control
property and it would not display. I then tried to view bitmap using
"Imagectrl.Picture" property and added path to bitmap(same directory).
Neither of these controls seemed to work. I also tried viewing the bitmap
file using the PictureBox property and again the bitmap will not display. I
have worked with VB 6.0 and using similar controls and worked well. Can
someone tell me what I am doing wrong?

Thanks for your help.
Michael T. Thompson
thompson14@comcast.net
email Follow the discussionReplies 5 repliesReplies Make a reply

Similar topics

Replies

#1 Michael Thompson
August 27th, 2005 - 11:56 am ET | Report spam
All,
I'm trying to find out if EVB 3.0 requires an upgrade or if the IDE just
doesn't display pictures when the Imagectl property is used? It seems like
it should display when a BMP or 2BP file is enter into the
"imagectl.picture" property.

Michael T. Thompson



"Michael Thompson" wrote in message
news:
All,

Just got Embedded Visual Basic 3.0 up and running. Tried to add a bitmap
image(Image1.bmp) to the form but it will not display. Checked that I have
the correct components active(MSCE Image Control 3.0 and MSCE PictureBox
Control 3.0). Tried to copy image to clipboard and paste to Image control
property and it would not display. I then tried to view bitmap using
"Imagectrl.Picture" property and added path to bitmap(same directory).
Neither of these controls seemed to work. I also tried viewing the bitmap
file using the PictureBox property and again the bitmap will not display.
I have worked with VB 6.0 and using similar controls and worked well. Can
someone tell me what I am doing wrong?

Thanks for your help.
Michael T. Thompson





Replies Reply to this message
#2 Anonym
August 27th, 2005 - 03:15 pm ET | Report spam
No, the IDE doesn't show the picture. And the device picture must be
256-color or less.

-Chris


"Michael Thompson" wrote in message
news:%23wqlm$
All,
I'm trying to find out if EVB 3.0 requires an upgrade or if the IDE just
doesn't display pictures when the Imagectl property is used? It seems like
it should display when a BMP or 2BP file is enter into the
"imagectl.picture" property.

Michael T. Thompson



"Michael Thompson" wrote in message
news:
All,

Just got Embedded Visual Basic 3.0 up and running. Tried to add a bitmap
image(Image1.bmp) to the form but it will not display. Checked that I
have the correct components active(MSCE Image Control 3.0 and MSCE
PictureBox Control 3.0). Tried to copy image to clipboard and paste to
Image control property and it would not display. I then tried to view
bitmap using "Imagectrl.Picture" property and added path to bitmap(same
directory). Neither of these controls seemed to work. I also tried
viewing the bitmap file using the PictureBox property and again the
bitmap will not display. I have worked with VB 6.0 and using similar
controls and worked well. Can someone tell me what I am doing wrong?

Thanks for your help.
Michael T. Thompson









Replies Reply to this message
#3 Michael Thompson
August 27th, 2005 - 04:50 pm ET | Report spam
Chris,
Thanks for the help. I knew that the picture had to 256 colors or less but I
have not seen anything that said that the IDE would not display the image on
the form. I think I'm in for a lot of new surprises working with EVB. Thanks
again.

Michael T. Thompson


"<ctacke/>" <ctacke_AT_OpenNETCF_com> wrote in message
news:Ogkl%
No, the IDE doesn't show the picture. And the device picture must be
256-color or less.

-Chris


"Michael Thompson" wrote in message
news:%23wqlm$
All,
I'm trying to find out if EVB 3.0 requires an upgrade or if the IDE just
doesn't display pictures when the Imagectl property is used? It seems
like it should display when a BMP or 2BP file is enter into the
"imagectl.picture" property.

Michael T. Thompson



"Michael Thompson" wrote in message
news:
All,

Just got Embedded Visual Basic 3.0 up and running. Tried to add a bitmap
image(Image1.bmp) to the form but it will not display. Checked that I
have the correct components active(MSCE Image Control 3.0 and MSCE
PictureBox Control 3.0). Tried to copy image to clipboard and paste to
Image control property and it would not display. I then tried to view
bitmap using "Imagectrl.Picture" property and added path to bitmap(same
directory). Neither of these controls seemed to work. I also tried
viewing the bitmap file using the PictureBox property and again the
bitmap will not display. I have worked with VB 6.0 and using similar
controls and worked well. Can someone tell me what I am doing wrong?

Thanks for your help.
Michael T. Thompson













Replies Reply to this message
#4 Anonym
August 27th, 2005 - 05:20 pm ET | Report spam
Not the least of which is that it's deprecated and not supported on any new
WM 05 devices. For new projects you really should be using VB.NET.

-Chris


"Michael Thompson" wrote in message
news:uuf5%
Chris,
Thanks for the help. I knew that the picture had to 256 colors or less but
I have not seen anything that said that the IDE would not display the
image on the form. I think I'm in for a lot of new surprises working with
EVB. Thanks again.

Michael T. Thompson


"<ctacke/>" <ctacke_AT_OpenNETCF_com> wrote in message
news:Ogkl%
No, the IDE doesn't show the picture. And the device picture must be
256-color or less.

-Chris


"Michael Thompson" wrote in message
news:%23wqlm$
All,
I'm trying to find out if EVB 3.0 requires an upgrade or if the IDE just
doesn't display pictures when the Imagectl property is used? It seems
like it should display when a BMP or 2BP file is enter into the
"imagectl.picture" property.

Michael T. Thompson



"Michael Thompson" wrote in message
news:
All,

Just got Embedded Visual Basic 3.0 up and running. Tried to add a
bitmap image(Image1.bmp) to the form but it will not display. Checked
that I have the correct components active(MSCE Image Control 3.0 and
MSCE PictureBox Control 3.0). Tried to copy image to clipboard and
paste to Image control property and it would not display. I then tried
to view bitmap using "Imagectrl.Picture" property and added path to
bitmap(same directory). Neither of these controls seemed to work. I
also tried viewing the bitmap file using the PictureBox property and
again the bitmap will not display. I have worked with VB 6.0 and using
similar controls and worked well. Can someone tell me what I am doing
wrong?

Thanks for your help.
Michael T. Thompson

















Replies Reply to this message
#5 Michael Thompson
August 27th, 2005 - 09:55 pm ET | Report spam
Chris,
This is my first use of Embedded VB and I'm trying to write a few small
programs for the HP Jornada 680e with the Wince 2.11 OS. I will have to buy
new hardware to support Wince 5.0 and .net software. So this is my learning
bench for the time being. If you have any ideas about what new hardware to
learn on that I can work with the OS and Applications I would appreciate
your input or any one else's. Thanks for the info.


Michael T. Thompson


"<ctacke/>" <ctacke_AT_OpenNETCF_com> wrote in message
news:%
Not the least of which is that it's deprecated and not supported on any
new WM 05 devices. For new projects you really should be using VB.NET.

-Chris


"Michael Thompson" wrote in message
news:uuf5%
Chris,
Thanks for the help. I knew that the picture had to 256 colors or less
but I have not seen anything that said that the IDE would not display the
image on the form. I think I'm in for a lot of new surprises working with
EVB. Thanks again.

Michael T. Thompson


"<ctacke/>" <ctacke_AT_OpenNETCF_com> wrote in message
news:Ogkl%
No, the IDE doesn't show the picture. And the device picture must be
256-color or less.

-Chris


"Michael Thompson" wrote in message
news:%23wqlm$
All,
I'm trying to find out if EVB 3.0 requires an upgrade or if the IDE
just doesn't display pictures when the Imagectl property is used? It
seems like it should display when a BMP or 2BP file is enter into the
"imagectl.picture" property.

Michael T. Thompson



"Michael Thompson" wrote in message
news:
All,

Just got Embedded Visual Basic 3.0 up and running. Tried to add a
bitmap image(Image1.bmp) to the form but it will not display. Checked
that I have the correct components active(MSCE Image Control 3.0 and
MSCE PictureBox Control 3.0). Tried to copy image to clipboard and
paste to Image control property and it would not display. I then tried
to view bitmap using "Imagectrl.Picture" property and added path to
bitmap(same directory). Neither of these controls seemed to work. I
also tried viewing the bitmap file using the PictureBox property and
again the bitmap will not display. I have worked with VB 6.0 and using
similar controls and worked well. Can someone tell me what I am doing
wrong?

Thanks for your help.
Michael T. Thompson





















email Follow the discussion Replies Reply to this message
Help Create a new topicReplies Make a reply
Search Make your own search