adding BG to forms.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • raulavi

    #1

    adding BG to forms.

    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.?.

  • Julian

    #2
    Re: adding BG to forms.

    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" <raulavi@discus sions.microsoft .com> wrote in message
    news:9F6BC668-267C-4239-A8E6-EEDB04C8F768@mi crosoft.com...[color=blue]
    > 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.?.
    >[/color]


    Comment

    • raulavi

      #3
      Re: adding BG to forms.

      thanks for the tip, but thats exactly the help that I need, How?

      "Julian" wrote:
      [color=blue]
      > 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" <raulavi@discus sions.microsoft .com> wrote in message
      > news:9F6BC668-267C-4239-A8E6-EEDB04C8F768@mi crosoft.com...[color=green]
      > > 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.?.
      > >[/color]
      >
      >
      >[/color]

      Comment

      Working...