Click here to Skip to main content
15,889,909 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to .rc??? Pin
toxcct17-Jul-06 23:57
toxcct17-Jul-06 23:57 
GeneralRe: How to .rc??? Pin
Maxwell Chen17-Jul-06 23:57
Maxwell Chen17-Jul-06 23:57 
GeneralRe: How to .rc??? Pin
ThatsAlok18-Jul-06 0:05
ThatsAlok18-Jul-06 0:05 
AnswerRe: How to .rc??? Pin
Hamid_RT17-Jul-06 23:54
Hamid_RT17-Jul-06 23:54 
GeneralRe: How to .rc??? Pin
mimimimilaw17-Jul-06 23:58
mimimimilaw17-Jul-06 23:58 
GeneralRe: How to .rc??? Pin
Hamid_RT18-Jul-06 0:03
Hamid_RT18-Jul-06 0:03 
GeneralRe: How to .rc??? Pin
mimimimilaw18-Jul-06 0:23
mimimimilaw18-Jul-06 0:23 
GeneralRe: How to .rc??? Pin
Hamid_RT18-Jul-06 0:57
Hamid_RT18-Jul-06 0:57 
if you want to add bmp file to your project you can use in resource view window right click->Add resource->Import->and select bmp file and now you can CBitmap::Load for load this file and use m_hObject handle in your project
And i guess you want to show image file
--------
if you want to load other files(jpg) you can read this file from disk with CImage::Load
--------
if you want to use like previous link
in resource view window right click->Add resource->Import->now select your file now you want insert a name for resource type for example BMP now you have "BMP" (Folder)in your procject and into IDR_BMP(set to "IDR_BMP") and if you use FindRe... you can load this file and use like this program.
I hope its helpful to you


whitesky


Questionabout the IVMRMixerControl9 in dshow Pin
blackeye200417-Jul-06 22:42
blackeye200417-Jul-06 22:42 
QuestionWindows Hooks Pin
ERLN17-Jul-06 22:33
ERLN17-Jul-06 22:33 
AnswerRe: Windows Hooks Pin
Hamid_RT18-Jul-06 0:00
Hamid_RT18-Jul-06 0:00 
GeneralRe: Windows Hooks Pin
ERLN18-Jul-06 1:03
ERLN18-Jul-06 1:03 
QuestionDirectX Programming Pin
Kuroro Rucilful17-Jul-06 22:19
Kuroro Rucilful17-Jul-06 22:19 
AnswerRe: DirectX Programming Pin
NiceNaidu17-Jul-06 22:54
NiceNaidu17-Jul-06 22:54 
GeneralRe: DirectX Programming Pin
Kuroro Rucilful17-Jul-06 22:58
Kuroro Rucilful17-Jul-06 22:58 
Questionstatic const int inside class Pin
vikramlinux17-Jul-06 22:15
vikramlinux17-Jul-06 22:15 
AnswerRe: static const int inside class Pin
toxcct17-Jul-06 23:52
toxcct17-Jul-06 23:52 
GeneralRe: static const int inside class Pin
vikramlinux17-Jul-06 23:55
vikramlinux17-Jul-06 23:55 
GeneralRe: static const int inside class Pin
toxcct17-Jul-06 23:59
toxcct17-Jul-06 23:59 
GeneralRe: static const int inside class Pin
Maxwell Chen18-Jul-06 0:03
Maxwell Chen18-Jul-06 0:03 
GeneralRe: static const int inside class Pin
toxcct18-Jul-06 0:06
toxcct18-Jul-06 0:06 
GeneralRe: static const int inside class Pin
Rob Caldecott18-Jul-06 0:06
Rob Caldecott18-Jul-06 0:06 
GeneralRe: static const int inside class [modified] Pin
vikramlinux18-Jul-06 0:36
vikramlinux18-Jul-06 0:36 
QuestionUnregister same registering with 'regsvr32.exe' ? Pin
Andy Rama17-Jul-06 20:46
Andy Rama17-Jul-06 20:46 
AnswerRe: Unregister same registering with 'regsvr32.exe' ? Pin
NiceNaidu17-Jul-06 20:50
NiceNaidu17-Jul-06 20:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.