Results 1 to 4 of 4

Thread: changing company name[resolved]

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2004
    Location
    here
    Posts
    23

    changing company name[resolved]

    how do i change the company name after i compile it or bbetter yet not to put any company name?
    Last edited by noobieguy; Aug 26th, 2004 at 09:51 AM.
    none

  2. #2
    Fanatic Member daydee's Avatar
    Join Date
    Jun 2001
    Location
    Canada
    Posts
    560
    Inside the "version information" area.
    From the Project menu go to -> Project Properties and click on "Make" tab.
    Give your music collection a whole new life with PartyTime Jukebox

  3. #3
    Fanatic Member daydee's Avatar
    Join Date
    Jun 2001
    Location
    Canada
    Posts
    560
    I just read it again and you mention “after compiling the exe”
    humm... not in a conventional way but certainly in IDE as I mentioned.

    Cheers!
    Give your music collection a whole new life with PartyTime Jukebox

  4. #4
    Fanatic Member Ruku's Avatar
    Join Date
    Jul 2002
    Location
    Canada
    Posts
    655

    Re: changing company name[resolved]

    add

    VB Code:
    1. App.CompanyName = "Super company 4000"

    to your code at run time (My guess of what you meant by after compiled...)

    Using VB.NET 2005/.NET 2.0, NetBeans IDE 5, Fujitsu Cobol85,
    Website: http://DreamForgery.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width