|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Image control in mdiformHow do i insert image control(component) into the mdiform.
Is there any one who solve my problem. "Joe" <shiljo***@gmail.com>'s wild thoughts were released on 21 Oct 2005 02:11:55 -0700 bearing the following fruit:>How do i insert image control(component) into the mdiform. Add a container to the MDI form (a picture box for example)> >Is there any one who solve my problem. to host the control. Jan Hyde (VB MVP) -- Hypochondriac: A guy who won’t let well enough alone (Kegel Archives) [Abolish the TV Licence - http://www.tvlicensing.biz/] "Joe" <shiljo***@gmail.com> wrote in message MDI Parent forms will only accept controls that are either Invisible at news:1129885914.983214.157360@g47g2000cwa.googlegroups.com... > How do i insert image control(component) into the mdiform. > > Is there any one who solve my problem. runtime or have an "Align" property (to dock them to an edge) This may be what you're after.... MdiBack "Paints the background of MDI forms with any sort of graphic, pattern, or color you choose" http://vb.mvps.org/samples/project.asp?id=MdiBack -- Ken Halter - MS-MVP-VB - http://www.vbsight.com DLL Hell problems? Try ComGuard - http://www.vbsight.com/ComGuard.htm Please keep all discussions in the groups.. Ken Halter wrote:
Show quoteHide quote > "Joe" <shiljo***@gmail.com> wrote in message What's interesting about that is it breaks the traditional rule you stated, in that> news:1129885914.983214.157360@g47g2000cwa.googlegroups.com... >> How do i insert image control(component) into the mdiform. >> >> Is there any one who solve my problem. > > MDI Parent forms will only accept controls that are either Invisible > at runtime or have an "Align" property (to dock them to an edge) > > This may be what you're after.... > > MdiBack > "Paints the background of MDI forms with any sort of graphic, > pattern, or color you choose" > http://vb.mvps.org/samples/project.asp?id=MdiBack it creates a Picture control at runtime which is used as the background for the MDI client space. |
|||||||||||||||||||||||