LoadBitmapFromResource |
Post Reply |
Author | |||||
bruce62
Newbie Joined: 19 January 2009 Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 19 January 2009 at 10:16am |
||||
Hi,
is possible in VB.NET (2005) use CommandBars.Icons.LoadBitmapFromResource(....) ? The bitmap comes from an external DLL i wrote or from the resoure fo the app? Thanks in advance |
|||||
ActiveX 12.1 Visual Studio 2005 VB.NET |
|||||
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
||||
Hi,
Most easy way for .NET is add ImageManager control andadd all icons in design time.
|
|||||
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|||||
bruce62
Newbie Joined: 19 January 2009 Status: Offline Points: 2 |
Post Options
Thanks(0)
|
||||
Thank you
|
|||||
ActiveX 12.1 Visual Studio 2005 VB.NET |
|||||
Auge_Ohr
Groupie Joined: 20 December 2008 Status: Offline Points: 65 |
Post Options
Thanks(0)
|
||||
hi,
i know how to use ImageManager LoadIcon/LoadBitmap but it meen that all Icon/Bitmap have to be "single Files" on Harddisk. i like to use my *.ARC Resource file LoadBitmapFromResource(Module,Resource,Commands,imageState)
hm ... let say Application have a Form "oDlg". In my *.ARC File i have "ICON nResID" which will display in upper left Corner of "oDlg" so my Icon are "bind"(?) to *.EXE. is Module = oDlg:Hwnd ?
so again a Question : how must my "Resource" File look like ? now it is in a *.ARC File
hm ... äh ... can you tell it a Newbie what it meen ? Sample ? thx for help |
|||||
greetings by OHR
Jimmy |
|||||
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
||||
Hi,
Guess this ARC files its some special format of xBase. Think ImageManager controls is also better solution for you.
|
|||||
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|||||
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |