I added a picture to a form when I meant to put it in a picture box. How can
I delete it from the form? I'm using VB4-32.
http://davehouston.net
http://tech.groups.yahoo.com/group/roZetta/
roZetta-subscribe@yahoogroups.com
|
|
0
|
|
|
|
Reply
|
nobody9919 (41)
|
11/30/2006 4:38:20 PM |
|
nobody@whocares.com (Dave Houston)'s wild thoughts were
released on Thu, 30 Nov 2006 16:38:20 GMT bearing the
following fruit:
>I added a picture to a form when I meant to put it in a picture box. How can
>I delete it from the form? I'm using VB4-32.
>
Assuming VB4 works the same, simply select the picture
property and hit the delete key
J
>
>http://davehouston.net
>http://tech.groups.yahoo.com/group/roZetta/
>roZetta-subscribe@yahoogroups.com
Jan Hyde (VB MVP)
--
Stifle: A pen full of pigs (Stan Kegel)
|
|
0
|
|
|
|
Reply
|
StellaDrinker (799)
|
11/30/2006 4:40:28 PM
|
|
Jan Hyde <StellaDrinker@REMOVE.ME.uboot.com> wrote:
>nobody@whocares.com (Dave Houston)'s wild thoughts were
>released on Thu, 30 Nov 2006 16:38:20 GMT bearing the
>following fruit:
>
>>I added a picture to a form when I meant to put it in a picture box. How can
>>I delete it from the form? I'm using VB4-32.
>>
>Assuming VB4 works the same, simply select the picture
>property and hit the delete key
Nope, that doesn't work. But I remembered what I did once before - I made a
1x1 pixel .BMP of the same color as the form and used it to replace the
unwanted picture.
http://davehouston.net
http://tech.groups.yahoo.com/group/roZetta/
roZetta-subscribe@yahoogroups.com
|
|
0
|
|
|
|
Reply
|
nobody9919 (41)
|
11/30/2006 8:18:38 PM
|
|
>>nobody@whocares.com (Dave Houston)'s wild thoughts were
>>released on Thu, 30 Nov 2006 16:38:20 GMT bearing the
>>following fruit:
>>
>>>I added a picture to a form when I meant to put it in a picture box. How
>>>can
>>>I delete it from the form? I'm using VB4-32.
>>>
>>Assuming VB4 works the same, simply select the picture
>>property and hit the delete key
>
> Nope, that doesn't work. But I remembered what I did once before - I made
> a
> 1x1 pixel .BMP of the same color as the form and used it to replace the
> unwanted picture.
When Jan said "select the picture property", he actually meant to say select
(highlight) the "(Bitmap)" text in the property section of the Picture
Property line and delete that. If it works the same as here in VB6, the
"(Bitmap)" text will be replaced by text which says "(None)". Just clicking
on the Picture Property and hitting Delete will not remove the selected
picture... you have to highlight the word "(Bitmap)" and delete that.
Rick
|
|
0
|
|
|
|
Reply
|
rickNOSPAMnews (1770)
|
11/30/2006 10:53:52 PM
|
|
> >>I added a picture to a form when I meant to put it in a picture box. How
can
> >>I delete it from the form? I'm using VB4-32.
> >>
> >Assuming VB4 works the same, simply select the picture
> >property and hit the delete key
>
> Nope, that doesn't work. But I remembered what I did once before - I made
a
> 1x1 pixel .BMP of the same color as the form and used it to replace the
> unwanted picture.
Click twice in the Picture property (the form's property window) to insure
the text cursor (carat) is there blinking away where it says "(Bitmap)"
before you press the keyboard's "Delete" key. When it's gone, it should say
"(None)".
I'm quite sure VB4 works the same way regarding this as VB5 and VB6. Don't
have my old VB4 installed anymore, so I can't test to verify it though.
|
|
0
|
|
|
|
Reply
|
no18 (4421)
|
11/30/2006 11:09:11 PM
|
|
"Rick Rothstein \(MVP - VB\)" <rickNOSPAMnews@NOSPAMcomcast.net> wrote:
>>>nobody@whocares.com (Dave Houston)'s wild thoughts were
>>>released on Thu, 30 Nov 2006 16:38:20 GMT bearing the
>>>following fruit:
>>>
>>>>I added a picture to a form when I meant to put it in a picture box. How
>>>>can
>>>>I delete it from the form? I'm using VB4-32.
>>>>
>>>Assuming VB4 works the same, simply select the picture
>>>property and hit the delete key
>>
>> Nope, that doesn't work. But I remembered what I did once before - I made
>> a
>> 1x1 pixel .BMP of the same color as the form and used it to replace the
>> unwanted picture.
>
>When Jan said "select the picture property", he actually meant to say select
>(highlight) the "(Bitmap)" text in the property section of the Picture
>Property line and delete that. If it works the same as here in VB6, the
>"(Bitmap)" text will be replaced by text which says "(None)". Just clicking
>on the Picture Property and hitting Delete will not remove the selected
>picture... you have to highlight the word "(Bitmap)" and delete that.
OK. But that's not very intuitive until after seeing it work.
http://davehouston.net
http://tech.groups.yahoo.com/group/roZetta/
roZetta-subscribe@yahoogroups.com
|
|
0
|
|
|
|
Reply
|
nobody9919 (41)
|
12/1/2006 4:04:17 AM
|
|
>>When Jan said "select the picture property", he actually meant to say
>>select
>>(highlight) the "(Bitmap)" text in the property section of the Picture
>>Property line and delete that. If it works the same as here in VB6, the
>>"(Bitmap)" text will be replaced by text which says "(None)". Just
>>clicking
>>on the Picture Property and hitting Delete will not remove the selected
>>picture... you have to highlight the word "(Bitmap)" and delete that.
>
> OK. But that's not very intuitive until after seeing it work.
You will get no disagreement from me on that.
Rick
|
|
0
|
|
|
|
Reply
|
rickNOSPAMnews (1770)
|
12/1/2006 4:21:33 AM
|
|
On Fri, 01 Dec 2006 04:04:17 GMT, nobody@whocares.com (Dave Houston)
wrote:
>"Rick Rothstein \(MVP - VB\)" <rickNOSPAMnews@NOSPAMcomcast.net> wrote:
>
>>>>nobody@whocares.com (Dave Houston)'s wild thoughts were
>>>>released on Thu, 30 Nov 2006 16:38:20 GMT bearing the
>>>>following fruit:
>>>>
>>>>>I added a picture to a form when I meant to put it in a picture box. How
>>>>>can
>>>>>I delete it from the form? I'm using VB4-32.
>>>>>
>>>>Assuming VB4 works the same, simply select the picture
>>>>property and hit the delete key
>>>
>>> Nope, that doesn't work. But I remembered what I did once before - I made
>>> a
>>> 1x1 pixel .BMP of the same color as the form and used it to replace the
>>> unwanted picture.
>>
>>When Jan said "select the picture property", he actually meant to say select
>>(highlight) the "(Bitmap)" text in the property section of the Picture
>>Property line and delete that. If it works the same as here in VB6, the
>>"(Bitmap)" text will be replaced by text which says "(None)". Just clicking
>>on the Picture Property and hitting Delete will not remove the selected
>>picture... you have to highlight the word "(Bitmap)" and delete that.
>
>OK. But that's not very intuitive until after seeing it work.
>
Ok, how about 'me.picture = LoadPicture("")' in form_load ? :-)
--
Regards, Frank
|
|
0
|
|
|
|
Reply
|
fajp1 (1575)
|
12/1/2006 4:38:21 AM
|
|
"Rick Rothstein (MVP - VB)" <rickNOSPAMnews@NOSPAMcomcast.net> wrote in message
news:9bqdnTWEB6ud_PLYnZ2dnUVZ_qmdnZ2d@comcast.com...
> >>nobody@whocares.com (Dave Houston)'s wild thoughts were
> >>released on Thu, 30 Nov 2006 16:38:20 GMT bearing the
> >>following fruit:
> >>
> >>>I added a picture to a form when I meant to put it in a picture box. How
> >>>can
> >>>I delete it from the form? I'm using VB4-32.
> >>>
> >>Assuming VB4 works the same, simply select the picture
> >>property and hit the delete key
> >
> > Nope, that doesn't work. But I remembered what I did once before - I made
> > a
> > 1x1 pixel .BMP of the same color as the form and used it to replace the
> > unwanted picture.
>
> When Jan said "select the picture property", he actually meant to say select
> (highlight) the "(Bitmap)" text in the property section of the Picture
> Property line and delete that. If it works the same as here in VB6, the
> "(Bitmap)" text will be replaced by text which says "(None)". Just clicking
> on the Picture Property and hitting Delete will not remove the selected
> picture... you have to highlight the word "(Bitmap)" and delete that.
The word doesn't actually need to be highlighted, simply place the caret in the
editable field and delete. Clicking twice on the property value, not the
property name, will accomplish this.
David
|
|
0
|
|
|
|
Reply
|
dwy (73)
|
12/1/2006 6:53:17 AM
|
|
>> When Jan said "select the picture property", he actually meant to say
>> select
>> (highlight) the "(Bitmap)" text in the property section of the Picture
>> Property line and delete that. If it works the same as here in VB6, the
>> "(Bitmap)" text will be replaced by text which says "(None)". Just
>> clicking
>> on the Picture Property and hitting Delete will not remove the selected
>> picture... you have to highlight the word "(Bitmap)" and delete that.
>
> The word doesn't actually need to be highlighted, simply place the caret
> in the
> editable field and delete. Clicking twice on the property value, not the
> property name, will accomplish this.
Interesting... all of these years I've assumed that since the text was
highlight-able, it needed to be highlighted before you could delete it (you
know, like normal text in a Windows program)... it never occurred to me that
it would work by highlighting only a portion to as little as none of the
text. Live and learn.
Rick
|
|
0
|
|
|
|
Reply
|
rickNOSPAMnews (1770)
|
12/1/2006 8:14:25 AM
|
|
On Dec 1, 3:14 pm, "Rick Rothstein \(MVP - VB\)"
<rickNOSPAMn...@NOSPAMcomcast.net> wrote:
> >> When Jan said "select the picture property", he actually meant to say
> >> select
> >> (highlight) the "(Bitmap)" text in the property section of the Picture
> >> Property line and delete that. If it works the same as here in VB6, the
> >> "(Bitmap)" text will be replaced by text which says "(None)". Just
> >> clicking
> >> on the Picture Property and hitting Delete will not remove the selected
> >> picture... you have to highlight the word "(Bitmap)" and delete that.
>
> > The word doesn't actually need to be highlighted, simply place the caret
> > in the
> > editable field and delete. Clicking twice on the property value, not the
> > property name, will accomplish this.
> Interesting... all of these years I've assumed that since the text was
> highlight-able, it needed to be highlighted before you could delete it (you
> know, like normal text in a Windows program)... it never occurred to me that
> it would work by highlighting only a portion to as little as none of the
> text. Live and learn.
>
> Rick
In fact, all property can be deleted (where deleting is possible) by
pressing delete while highlighting the property box (not highlighting
the text in property box)
|
|
0
|
|
|
|
Reply
|
lie.1296 (854)
|
12/2/2006 11:45:48 AM
|
|
|
10 Replies
21 Views
(page loaded in 0.195 seconds)
Similiar Articles: gettg rid of the white box!!!! - comp.graphics.apps.paint-shop-pro ...I used to do a lot of trick photos, taking one of myself ... I free > form the piece of the photo I want, > import ... How to remove the upper and lower border of a figure ... Displaying a longblob as an image - comp.lang.php... like to know how I can display the image in my form in ... send_picture.php ===== <?php include('lib.php ... -- ===== Remove the "x" from my email address Jerry Stuckle JDS ... access2007 - change 'document window options' using vba - comp ...... for 'current database' Compact on Close Remove ... A0 Check for truncated number fields > =A0 Picture ... Form on the fly - VBA - comp.databases.ms-access ... Replacing an existing jPanel with a new jPanel - comp.lang.java ...On one form, I have an existing JPanel that contains no ... - The code might remove the original JPanel, add the new ... JavaTest extends JApplet { Picture picTest = new ... Overcoming insufficient permissions for PDF image extraction to ...... Not Allowed Commenting = Not Allowed Filing of form ... I don't wish to remove the security. I just want to save ... Importing PDF as Picture - comp.databases.filemaker Q: Why ... overlapping circles - find the form-faktor - comp.soft-sys.matlab ...... violation of interpenetration %constraint) and remove ... there an easy way to put it back into one complete picture? ... Now you have to come up with your form factor algorithm ... Does Version 9.0.30729.4148 vcredist_x86.exe Install Version 9.0 ...Let's talk about one small issue in the big picture. ... order to get the cleanest install, I selected to remove ... I've even turned to Microsoft's Visual C++ form for the ... As good as it gets? :( Fixed point frequency response error from ...I'm simulating a Direct Form 1 biquad using fixed point ... Take a look at the following picture, that shows the ... I don't know how to delete a thread but someone else ... draw circle, eclipse and various shape on image matrix - comp.soft ...overlapping circles - find the form-faktor - comp.soft-sys.matlab ... ... How to remove a date from inside a picture? - comp.graphics.apps ... draw circle, eclipse and various ... PDF Printout Garbage - comp.text.pdfTIA, Tom -- remove .invalid to reply by email ... The crucial one, the tax form, still prints as garbage ... print a pdf without pictures? - comp.text.pdf I've got a ... How to remove a picture from a form in Visual Basic? - Yahoo! AnswersBest Answer: OK go to picture in properties window after selecting your form and select the text in front of it i think it is (bitmap) or something like ... Visual Basic :: How To Remove Picture From FormHow To Remove Picture From Form In the properties of my form1 I added a picture. How do I remove/change this??? Form1.picture ????? thanks View Complete Forum Thread ... 7/27/2012 10:25:08 PM
|