Home All Groups Group Topic Archive Search About
Author
10 Mar 2006 6:45 PM
raulavi
vb 2003
HI and thanks.
Is it any way to create a template for a form as:
- form bg should use the same image.
- controls (labels,groups and others) should have a "tranparent"  property
so it looks nice.
otherwise I have to do it manually every time I create a form.
what about forms that are already created, any tricks to do the same to
them.?.

Author
11 Mar 2006 5:56 PM
Julian
We did this (in VB6) using code which cycled thru the VB IDE and all its
forms & controls to change properties. You might want to find out how to do
this in .Net.

-Julian


Show quoteHide quote
"raulavi" <raul***@discussions.microsoft.com> wrote in message
news:9F6BC668-267C-4239-A8E6-EEDB04C8F768@microsoft.com...
> vb 2003
> HI and thanks.
> Is it any way to create a template for a form as:
> - form bg should use the same image.
> - controls (labels,groups and others) should have a "tranparent"  property
> so it looks nice.
> otherwise I have to do it manually every time I create a form.
> what about forms that are already created, any tricks to do the same to
> them.?.
>
Author
13 Mar 2006 3:21 PM
raulavi
thanks for the tip, but thats exactly the help that I need, How?

Show quoteHide quote
"Julian" wrote:

> We did this (in VB6) using code which cycled thru the VB IDE and all its
> forms & controls to change properties. You might want to find out how to do
> this in .Net.
>
> -Julian
>
>
> "raulavi" <raul***@discussions.microsoft.com> wrote in message
> news:9F6BC668-267C-4239-A8E6-EEDB04C8F768@microsoft.com...
> > vb 2003
> > HI and thanks.
> > Is it any way to create a template for a form as:
> > - form bg should use the same image.
> > - controls (labels,groups and others) should have a "tranparent"  property
> > so it looks nice.
> > otherwise I have to do it manually every time I create a form.
> > what about forms that are already created, any tricks to do the same to
> > them.?.
> >
>
>
>