Feb 14, 2005 #1 boofayah Technical User Feb 13, 2005 5 CA I'm coding inside a text box and I just can't find the code to insert a picture (located at c:\\pic.jpeg). Any help is appreciated.
I'm coding inside a text box and I just can't find the code to insert a picture (located at c:\\pic.jpeg). Any help is appreciated.
Feb 14, 2005 #2 PHV MIS Nov 8, 2002 53,708 FR You have to insert an Image control in your form. Then simply let the Picture property of this control = "C:\pic.jpeg" Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244 Upvote 0 Downvote
You have to insert an Image control in your form. Then simply let the Picture property of this control = "C:\pic.jpeg" Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
Feb 14, 2005 Thread starter #3 boofayah Technical User Feb 13, 2005 5 CA The problem is that, I'm coding an if case here, if case1 then text1 and pic else text2 and pic rather than an image control, is there code for inserting a picture when i'm coding my if case? Thank you in advance for any help. Upvote 0 Downvote
The problem is that, I'm coding an if case here, if case1 then text1 and pic else text2 and pic rather than an image control, is there code for inserting a picture when i'm coding my if case? Thank you in advance for any help.