Click here to Skip to main content
16,005,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionBug Tracking Software?? Pin
Jawache23-Aug-02 12:31
Jawache23-Aug-02 12:31 
AnswerRe: Bug Tracking Software?? Pin
Jiminy23-Aug-02 15:39
Jiminy23-Aug-02 15:39 
GeneralRe: Bug Tracking Software?? Pin
Jawache24-Aug-02 6:50
Jawache24-Aug-02 6:50 
QuestionCan Visual C++ MFC send a Text file to a Fax machine? Pin
Anonymous23-Aug-02 11:50
Anonymous23-Aug-02 11:50 
AnswerRe: Can Visual C++ MFC send a Text file to a Fax machine? Pin
Pavel Klocek23-Aug-02 13:47
Pavel Klocek23-Aug-02 13:47 
QuestionIs there a way to save bitmaps into the .rc file? Pin
JohnnyG23-Aug-02 10:53
JohnnyG23-Aug-02 10:53 
AnswerRe: Is there a way to save bitmaps into the .rc file? Pin
Shog923-Aug-02 11:53
sitebuilderShog923-Aug-02 11:53 
GeneralRe: Is there a way to save bitmaps into the .rc file? Pin
JohnnyG23-Aug-02 14:25
JohnnyG23-Aug-02 14:25 
Thanks for the suggestion. What I was talking about though just made the .rc file larger. It had the BITMAP declaration in it followed by the binary data. Have you ever seen one in a .rc file before? It looks like this:
IDB_MYBITMAP BITMAP
{
  . // HEX data here i.e. 
  '42 4D 76 2A 01 00 00 00 00 00 36 04 00 00 28 00'
  . // Hex data here
}

My question was how to get it into the .rc file. "import" doesn't do it, it just creates a reference to the existing .bmp file in the directory. Of course, then you have to ensure that file is always there instead of in the resource (.rc) file.
GeneralRe: Is there a way to save bitmaps into the .rc file? Pin
Shog923-Aug-02 14:31
sitebuilderShog923-Aug-02 14:31 
GeneralRe: Is there a way to save bitmaps into the .rc file? Pin
JohnnyG23-Aug-02 14:34
JohnnyG23-Aug-02 14:34 
GeneralRe: Is there a way to save bitmaps into the .rc file? Pin
Shog923-Aug-02 14:36
sitebuilderShog923-Aug-02 14:36 
GeneralRe: Is there a way to save bitmaps into the .rc file? Pin
Michael Dunn23-Aug-02 16:32
sitebuilderMichael Dunn23-Aug-02 16:32 
GeneralRe: Is there a way to save bitmaps into the .rc file? Pin
JohnnyG23-Aug-02 16:51
JohnnyG23-Aug-02 16:51 
QuestionCan I get user's EmailAddress from Active Directory Server? Pin
Anonymous23-Aug-02 10:37
Anonymous23-Aug-02 10:37 
General%20 and co. Pin
Anonymous23-Aug-02 10:26
Anonymous23-Aug-02 10:26 
GeneralRe: %20 and co. Pin
Michael Dunn23-Aug-02 11:07
sitebuilderMichael Dunn23-Aug-02 11:07 
GeneralCreateProcessAsUser Pin
Anonymous23-Aug-02 10:27
Anonymous23-Aug-02 10:27 
GeneralRe: CreateProcessAsUser Pin
Daniel Lohmann23-Aug-02 11:09
Daniel Lohmann23-Aug-02 11:09 
GeneralResource and Typelib Pin
Lasse23-Aug-02 9:56
Lasse23-Aug-02 9:56 
GeneralRe: Resource and Typelib Pin
John Fisher23-Aug-02 10:12
John Fisher23-Aug-02 10:12 
GeneralRe: Resource and Typelib Pin
Lasse23-Aug-02 10:30
Lasse23-Aug-02 10:30 
Generalget the width and height of jpeg Pin
pnpfriend23-Aug-02 9:53
pnpfriend23-Aug-02 9:53 
GeneralRe: get the width and height of jpeg Pin
Chris Losinger23-Aug-02 10:01
professionalChris Losinger23-Aug-02 10:01 
GeneralRe: get the width and height of jpeg Pin
Moak24-Aug-02 2:19
Moak24-Aug-02 2:19 
QuestionTri-State Button or Control Available? Pin
JohnnyG23-Aug-02 9:52
JohnnyG23-Aug-02 9:52 

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.