|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Multiple icons into 1 exe or dllHi,
How can I add multible icons into 1 file likeSHELL32.dll from windows it has about 50 Jan You can add your icons to your project simply by adding them as existing
files. Just remember to click on each of the icon files in Solution Explorer and in the Properties for that file, click on Build Action and set it to Embedded Resource. -- <i><b>RageInTheMachine9532</b></i><font size="-2"> "<i>...a pungent, ghastly, stinky piece of cheese!</i>" <b>-- The Roaming Gnome</b></font>Show quoteHide quote "JR" wrote: > Hi, > > How can I add multible icons into 1 file likeSHELL32.dll from windows it has > about 50 > > Jan > > > Hi,
try it out it wont work. this is ny code Module Module1 Sub main() MsgBox("Test: some icons") End Sub End Module I added 7 icons places them as embedded resource F5 to compile and run. I have my messagebox. I maded i link tryed to change the icon but ony one (default) icon I can change the default icon into another. but can't add them all Jan Show quoteHide quote "Dave Kreskowiak" <DaveKreskow***@discussions.microsoft.com> schreef in bericht news:007D94CC-BB70-4EBD-98AC-FFF9F22F0FF6@microsoft.com... > You can add your icons to your project simply by adding them as existing > files. Just remember to click on each of the icon files in Solution > Explorer > and in the Properties for that file, click on Build Action and set it to > Embedded Resource. > > -- > <i><b>RageInTheMachine9532</b></i><font size="-2"> > "<i>...a pungent, ghastly, stinky piece of cheese!</i>" <b>-- The Roaming > Gnome</b></font> > > > "JR" wrote: > >> Hi, >> >> How can I add multible icons into 1 file likeSHELL32.dll from windows it >> has >> about 50 >> >> Jan >> >> >> Somebody else has an idee
Show quoteHide quote "JR" <x.x@x.x.> schreef in bericht news:9cEJg.51517$nc4.485448@phobos.telenet-ops.be... > Hi, > > try it out > it wont work. > this is ny code > Module Module1 > > Sub main() > > MsgBox("Test: some icons") > > End Sub > > End Module > > > > I added 7 icons > > places them as embedded resource > > F5 to compile and run. I have my messagebox. > > > > I maded i link tryed to change the icon but ony one (default) icon > > I can change the default icon into another. but can't add them all > > > > > > Jan > > > > > > > > "Dave Kreskowiak" <DaveKreskow***@discussions.microsoft.com> schreef in > bericht news:007D94CC-BB70-4EBD-98AC-FFF9F22F0FF6@microsoft.com... > >> You can add your icons to your project simply by adding them as existing >> files. Just remember to click on each of the icon files in Solution >> Explorer >> and in the Properties for that file, click on Build Action and set it to >> Embedded Resource. >> >> -- >> <i><b>RageInTheMachine9532</b></i><font size="-2"> >> "<i>...a pungent, ghastly, stinky piece of cheese!</i>" <b>-- The Roaming >> Gnome</b></font> >> >> >> "JR" wrote: >> >>> Hi, >>> >>> How can I add multible icons into 1 file likeSHELL32.dll from windows it >>> has >>> about 50 >>> >>> Jan >>> >>> >>> > > > "JR" <x.x@x.x.> schrieb: You'll have to add them as unmanaged Win32 resources. IIRC this is not > How can I add multible icons into 1 file likeSHELL32.dll from windows it > has about 50 supported by the IDE. However, you can compile the files using the command line compiler. Win32 resource files (RES files) can be created using VS. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
FOR ALL - Best Practices for navigating within code? -plus - Add-In's that help?
A Service in VB.NET 2005 using a form ? Where can we buy VB.net? How Microsoft does it? crystal report question Sending email from Windows application Not working. how to get parent control of the context menu stip Progress bar to run with the datachecking Play dvd Icons needed |
|||||||||||||||||||||||