Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: .NET Application launch question?  (Read 2471 times)

0 Members and 1 Guest are viewing this topic.

liambiscuit

    Topic Starter


    Hopeful

    .NET Application launch question?
    « on: January 09, 2009, 08:02:38 PM »
    DONT TELL ME TO GOOGLE IT, I HAVE BEEN without success.

    http://www.flickr.com/photos/17676123@N02/3183137033/

    How do i get rid of this? any program i code in .net has this "splash" screen before initialization... and it's wasting my precious time. lol. Plus it's ugly... I know it is possible to remove, because the coder of a game i play, he uses VCpp.NET and there is no splash... so... yeah.

    How do i remove it?

    thanks in advance,
    Arti
    " When the rich wage war its the Poor who die "
            Linkin Park



    Whoever said that nothing is impossible has obviously never tried to slam a revolving door. -- Lauren

    You cannot buy your friends but you can buy them pizza - AzureBlade49

    BC_Programmer


      Mastermind
    • Typing is no substitute for thinking.
    • Thanked: 1140
      • Yes
      • Yes
      • BC-Programming.com
    • Certifications: List
    • Computer: Specs
    • Experience: Beginner
    • OS: Windows 11
    Re: .NET Application launch question?
    « Reply #1 on: January 09, 2009, 08:19:47 PM »
    DONT TELL ME TO GOOGLE IT, I HAVE BEEN without success.


    first hit with this search.

    Visual Studio .NET "verifying application requirements"

    yielded this:

    http://www.technewsgroups.net/group/microsoft.public.dotnet.general/topic38919.aspx




    Quote
    You need to disable the automatic update check.

    Project Tab >> Updates button >> Uncheck "This application should check for updates".
    ---
    Posted via DotNetSlackers.com


    Hope this helps!
    I was trying to dereference Null Pointers before it was cool.