Results 1 to 9 of 9

Thread: eVB application icon? [RESOLVED]

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2003
    Location
    Mucia, Sunny Spain
    Posts
    111

    Resolved eVB application icon? [RESOLVED]

    I’ve just completed my first application using the MS eVB thing – hard work and a surprisingly steep learning curve even if you’re OK with VB6. Thing is, there doesn’t seem to be any provision for an application icon - when the .vb application arrives on the PPC, I want to control what the icon is/looks like. I’ve read the help files but can’t find a mention. Am I missing something here?

    ATB
    Dave
    Last edited by Harry's Lad; Oct 22nd, 2004 at 03:51 AM.

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Dec 2003
    Location
    Mucia, Sunny Spain
    Posts
    111
    Nobody knows anything about icons and eVB then? Any help – or even a point in the right direction – would be very much appreciated…. I can’t believe that you simply get stuck (and have to put up) with the standard .vb icon.

    TIA
    Dave

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Dec 2003
    Location
    Mucia, Sunny Spain
    Posts
    111
    Don’t bother – found it myself. The problem and solution is detailed in the MS KB. Not very elegant but it gets the job done.

    Dave

  4. #4
    Frenzied Member dinosaur_uk's Avatar
    Join Date
    Sep 2004
    Location
    Jurassic Park
    Posts
    1,098

    Re: eVB application icon? [RESOLVED]

    Man...

    .Net Compact is rubbish?!?!

    why cant it automatically include the icon????

  5. #5
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    Re: eVB application icon? [RESOLVED]

    yes it can its just a matter of knowing how
    Barry


    Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
    .NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0

    SQL Server 2005/2000/SQL Server CE 2.0


    If you like, rate this post

    Compact Framework for Beginners

  6. #6
    Frenzied Member dinosaur_uk's Avatar
    Join Date
    Sep 2004
    Location
    Jurassic Park
    Posts
    1,098

    Re: eVB application icon? [RESOLVED]

    Is there any other way to include the icon?!??!?

  7. #7
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    Re: eVB application icon? [RESOLVED]

    have you tried embeddeding the icons into the build this works nicely on the forms.
    the application icon once it is added to the application will be placed in the same directory as the .exe and also when the cab is built it will be included too
    Barry


    Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
    .NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0

    SQL Server 2005/2000/SQL Server CE 2.0


    If you like, rate this post

    Compact Framework for Beginners

  8. #8
    Frenzied Member dinosaur_uk's Avatar
    Join Date
    Sep 2004
    Location
    Jurassic Park
    Posts
    1,098

    Re: eVB application icon? [RESOLVED]

    How do i emedd it directly to the build?

    I just goto the icon bit, click the browse button and select the icon...

    is there a special way to do it?

  9. #9
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    Re: eVB application icon? [RESOLVED]

    if you add it to the project, then select the icon, you can select the resource type as being embedded and use the system.reflection to get the icon out of the binary
    Barry


    Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
    .NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0

    SQL Server 2005/2000/SQL Server CE 2.0


    If you like, rate this post

    Compact Framework for Beginners

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