Application.Productname

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

    Application.Productname

    Hi

    Could anyone advise how to set the ProductName attribute of the application object

    Thanks

    CJ
  • Rob Windsor [MVP]

    #2
    Re: Application.Pro ductname

    Set the Assembly: AssemblyProduct attribute in the AssemblyInfo.vb or
    AssemblyInfo.cs file that is part of your project.

    --
    Rob Windsor [MVP-VB]
    G6 Consulting
    Toronto, Canada


    "CJ" <anonymous@disc ussions.microso ft.com> wrote in message
    news:2AECE69B-4B9D-4456-8E36-BCF36EADDB8D@mi crosoft.com...[color=blue]
    > Hi,
    >
    > Could anyone advise how to set the ProductName attribute of the[/color]
    application object?[color=blue]
    >
    > Thanks,
    >
    > CJ[/color]


    Comment

    • Andreas Håkansson

      #3
      Re: Application.Pro ductname

      CJ,

      You set this in the AssemblyInfo.cs file. Your project should include it
      if you use VS.NET.

      HTH,

      //Andreas

      "CJ" <anonymous@disc ussions.microso ft.com> skrev i meddelandet
      news:2AECE69B-4B9D-4456-8E36-BCF36EADDB8D@mi crosoft.com...[color=blue]
      > Hi,
      >
      > Could anyone advise how to set the ProductName attribute of the[/color]
      application object?[color=blue]
      >
      > Thanks,
      >
      > CJ[/color]


      Comment

      Working...