|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Running external program from accessOk,
I now u can do it i just don't know how. What i have is a form in access with has a image in it, i would like to be able to dblclick on that image and have an external program run eg paint displaying the image. Thanks <Woodies***@hotmail.com> wrote in message
news:1142902177.219484.110100@i39g2000cwa.googlegroups.com... I believe Access supports the Shell() function. Look it up in help.> I now u can do it i just don't know how. > What i have is a form in access with has a image in it, i would like to > be able to dblclick on that image and have an external program run eg > paint displaying the image. On 20 Mar 2006 16:49:37 -0800, Woodies***@hotmail.com wrote:
¤ Ok, ¤ ¤ I now u can do it i just don't know how. ¤ What i have is a form in access with has a image in it, i would like to ¤ be able to dblclick on that image and have an external program run eg ¤ paint displaying the image. Are you using an OLE control or an Image control? Where is the image stored? Paul ~~~~ Microsoft MVP (Visual Basic) I'm using image control and the image is stored on the network and the
image frame just has a link to the image's path. Cheers On 21 Mar 2006 14:03:17 -0800, Woodies***@hotmail.com wrote:
¤ I'm using image control and the image is stored on the network and the ¤ image frame just has a link to the image's path. ¤ ¤ Cheers In that case you could use the Shell function, as Jeff suggested, if you want to open the image in a specific application, or you can use the ShellExecute API function call if you want to open the image in the application that is associated with this file type. http://vbnet.mvps.org/code/shell/shellexecute.htm Paul ~~~~ Microsoft MVP (Visual Basic)
Are there alternatives to using WIN32_Find_Data?
Best ways for reading and editing text files test for empty array? VB6 Question VB6 applications with SQL Server and Adobe Runtime error 429 ADO Recordset Filter Problem OT: Blew away shortcut to desktop, How to replace it?? Windows 2000 Professional VB6 DataGrid How to implement Link List in VB 6.0? |
|||||||||||||||||||||||