Click here to Skip to main content
15,915,829 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to save a bitmap to gif file with transparent backgraound? Pin
includeh1011-Sep-06 9:03
includeh1011-Sep-06 9:03 
AnswerRe: how to save a bitmap to gif file with transparent backgraound? Pin
mostafa_pasha11-Sep-06 9:31
mostafa_pasha11-Sep-06 9:31 
GeneralRe: how to save a bitmap to gif file with transparent backgraound? Pin
mostafa_pasha11-Sep-06 9:36
mostafa_pasha11-Sep-06 9:36 
AnswerRe: how to save a bitmap to gif file with transparent backgraound? Pin
Waldermort11-Sep-06 9:33
Waldermort11-Sep-06 9:33 
GeneralRe: how to save a bitmap to gif file with transparent backgraound? Pin
Chris Losinger11-Sep-06 9:57
professionalChris Losinger11-Sep-06 9:57 
GeneralRe: how to save a bitmap to gif file with transparent backgraound? Pin
Waldermort11-Sep-06 19:23
Waldermort11-Sep-06 19:23 
GeneralRe: how to save a bitmap to gif file with transparent backgraound? Pin
Chris Losinger12-Sep-06 1:00
professionalChris Losinger12-Sep-06 1:00 
QuestionCustom Wizard issues Pin
the_jebus11-Sep-06 8:47
the_jebus11-Sep-06 8:47 
I'm making a custom wizard to make a DLL project. I'm having a simple problem. I create 2 files, a header and a cpp file. In the project that the wizard creates, I want these files to end up in the Project's 'Source Files' folder. This isn't a physical directory on the disk, mind you. IOW, looking into the .vcproj file for the project, scanning down to the directory structure i'm finding this:

<br />
...<br />
< Filter<br />
        Name="Source Files"<br />
        Filter="txt"><br />
< /Filter><br />
< File<br />
        RelativePath=".\PlugInImpl.h"><br />
< /File><br />
< File<br />
        RelativePath=".\PlugInImpl.cpp"><br />
< /File><br />
...<br />


when what i want to see is this:

<br />
...<br />
< Filter<br />
        Name="Source Files"<br />
        Filter="txt"><br />
        < File<br />
                RelativePath=".\PlugInImpl.h"><br />
        < /File><br />
        < File<br />
                RelativePath=".\PlugInImpl.cpp"><br />
        < /File><br />
< /Filter><br />
...<br />

AnswerRe: Custom Wizard issues Pin
the_jebus11-Sep-06 8:49
the_jebus11-Sep-06 8:49 
Questionmemory allocation question Pin
KellyR11-Sep-06 8:36
KellyR11-Sep-06 8:36 
AnswerRe: memory allocation question Pin
Zac Howland11-Sep-06 8:40
Zac Howland11-Sep-06 8:40 
QuestionPositioning in file Pin
Monin D.11-Sep-06 8:28
Monin D.11-Sep-06 8:28 
AnswerRe: Positioning in file Pin
Zac Howland11-Sep-06 8:39
Zac Howland11-Sep-06 8:39 
AnswerRe: Positioning in file Pin
Michael Dunn11-Sep-06 8:42
sitebuilderMichael Dunn11-Sep-06 8:42 
GeneralRe: Positioning in file Pin
Monin D.11-Sep-06 9:24
Monin D.11-Sep-06 9:24 
AnswerRe: Positioning in file Pin
mostafa_pasha11-Sep-06 9:41
mostafa_pasha11-Sep-06 9:41 
QuestionSeprating client area in MDI application. Pin
mostafa_pasha11-Sep-06 8:20
mostafa_pasha11-Sep-06 8:20 
GeneralRe: Seprating client area in MDI application. Pin
Jun Du11-Sep-06 8:57
Jun Du11-Sep-06 8:57 
GeneralRe: Seprating client area in MDI application. Pin
mostafa_pasha11-Sep-06 9:23
mostafa_pasha11-Sep-06 9:23 
GeneralRe: Seprating client area in MDI application. Pin
Jun Du12-Sep-06 2:33
Jun Du12-Sep-06 2:33 
QuestionProblem Overloading operator new in a template class Pin
JKallen11-Sep-06 7:50
JKallen11-Sep-06 7:50 
AnswerRe: Problem Overloading operator new in a template class Pin
Zac Howland11-Sep-06 8:33
Zac Howland11-Sep-06 8:33 
QuestionProblems reading from a text file Pin
KaKa'11-Sep-06 7:24
KaKa'11-Sep-06 7:24 
AnswerRe: Problems reading from a text file Pin
Zac Howland11-Sep-06 7:27
Zac Howland11-Sep-06 7:27 
QuestionReading from file -- readline problem: Pin
gunner_uk200011-Sep-06 6:32
gunner_uk200011-Sep-06 6:32 

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.