|
-
Oct 17th, 2004, 02:52 PM
#1
Thread Starter
Lively Member
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.
-
Oct 19th, 2004, 09:20 AM
#2
Thread Starter
Lively Member
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
-
Oct 22nd, 2004, 03:50 AM
#3
Thread Starter
Lively Member
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
-
Mar 10th, 2005, 12:41 PM
#4
Frenzied Member
Re: eVB application icon? [RESOLVED]
Man...
.Net Compact is rubbish?!?!
why cant it automatically include the icon????
-
Mar 11th, 2005, 05:31 AM
#5
Fanatic Member
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
-
Mar 11th, 2005, 05:47 AM
#6
Frenzied Member
Re: eVB application icon? [RESOLVED]
Is there any other way to include the icon?!??!?
-
Mar 11th, 2005, 06:45 AM
#7
Fanatic Member
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
-
Mar 11th, 2005, 07:43 AM
#8
Frenzied Member
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?
-
Mar 11th, 2005, 08:24 AM
#9
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|