Re: Opening an image file in Paint from a form
- From: "Stuart McCall" <smccall@xxxxxxxxxxxxxxx>
- Date: Fri, 30 Nov 2007 18:14:24 -0000
"anthony" <anthony.marrian@xxxxxxxxx> wrote in message
news:026b6aa9-0d47-423c-b592-e00666bed48d@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I'm embarrassed to ask this. I have a form with a bound object frame
which displays an embedded bitmap stored in the table that the form is
based on. How do I, by single or double click, get the image to open
in Paint (the current Windows file association). I'm reduced to using
SendKeys and I'm sure there are more elegant ways
Anthony
With Forms!FormName!ControlName
.Verb = acOLEVerbOpen
.Action = acOLEActivate
End With
.
- References:
- Opening an image file in Paint from a form
- From: anthony
- Opening an image file in Paint from a form
- Prev by Date: Re: Fastest way to do this?
- Next by Date: Re: Fastest way to do this?
- Previous by thread: Opening an image file in Paint from a form
- Next by thread: Append Table problem
- Index(es):