Click here to Skip to main content
15,888,461 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Common pointer in whole proyect Pin
Chuck O'Toole1-Oct-09 3:06
Chuck O'Toole1-Oct-09 3:06 
GeneralRe: Common pointer in whole proyect Pin
Rajesh R Subramanian1-Oct-09 6:12
professionalRajesh R Subramanian1-Oct-09 6:12 
AnswerRe: Common pointer in whole proyect Pin
Chuck O'Toole30-Sep-09 8:53
Chuck O'Toole30-Sep-09 8:53 
QuestionSplashscreen Pin
hrishiS29-Sep-09 23:06
hrishiS29-Sep-09 23:06 
AnswerRe: Splashscreen Pin
«_Superman_»29-Sep-09 23:15
professional«_Superman_»29-Sep-09 23:15 
AnswerRe: Splashscreen Pin
theCPkid29-Sep-09 23:15
theCPkid29-Sep-09 23:15 
GeneralRe: Splashscreen Pin
hrishiS29-Sep-09 23:31
hrishiS29-Sep-09 23:31 
GeneralRe: Splashscreen Pin
theCPkid29-Sep-09 23:55
theCPkid29-Sep-09 23:55 
isn't a bmp with transparent background called png image? in the link posted by you, the sample bmp image is treating the pink color as transparent. And also the code is using gdi and not gdiplus. I would suggest you to find some sample code that uses gdiplus for drawing. gdi is outdated Sniff | :^) and the sample code is not showing the splash screen in separate thread. such a splash screen will only be shown when the initialization is already done.

Of what use is such a splash screen? Sigh | :sigh:

also, if your purpose is to create a splash screen, then the link is of not much use to you. If your purpose is to learn window creation, drawing, setting regions etc then you should find another article. Blush | :O

check this for transparent bitmap concept

for setWindowRgn demo, MFC Transparent CDialog Demo

for gdiplus Starting with GDI+[^]
&
Loading JPG & PNG resources using GDI+[^]
GeneralRe: Splashscreen Pin
hrishiS30-Sep-09 0:11
hrishiS30-Sep-09 0:11 
AnswerRe: Splashscreen Pin
sashoalm29-Sep-09 23:17
sashoalm29-Sep-09 23:17 
QuestionExport Image into PDF Pin
Game-point29-Sep-09 20:36
Game-point29-Sep-09 20:36 
AnswerRe: Export Image into PDF Pin
Code-o-mat29-Sep-09 20:43
Code-o-mat29-Sep-09 20:43 
AnswerRe: Export Image into PDF Pin
«_Superman_»29-Sep-09 20:48
professional«_Superman_»29-Sep-09 20:48 
AnswerRe: Export Image into PDF Pin
Rajesh R Subramanian29-Sep-09 22:13
professionalRajesh R Subramanian29-Sep-09 22:13 
Questionerror in use edit control and EndDialog() !!! Pin
hadi kazemi29-Sep-09 20:24
hadi kazemi29-Sep-09 20:24 
AnswerRe: error in use edit control and EndDialog() !!! Pin
Code-o-mat29-Sep-09 20:37
Code-o-mat29-Sep-09 20:37 
GeneralRe: error in use edit control and EndDialog() !!! Pin
hadi kazemi29-Sep-09 21:06
hadi kazemi29-Sep-09 21:06 
GeneralRe: error in use edit control and EndDialog() !!! Pin
Richard MacCutchan29-Sep-09 21:45
mveRichard MacCutchan29-Sep-09 21:45 
GeneralRe: error in use edit control and EndDialog() !!! Pin
Code-o-mat29-Sep-09 21:58
Code-o-mat29-Sep-09 21:58 
GeneralRe: error in use edit control and EndDialog() !!! Pin
KarstenK30-Sep-09 1:17
mveKarstenK30-Sep-09 1:17 
Question_variant_t vItem = pRange->Item[ iRow ][ iCol ]; [modified] Pin
MsmVc29-Sep-09 20:19
MsmVc29-Sep-09 20:19 
AnswerRe: _variant_t vItem = pRange->Item[ iRow ][ iCol ]; Pin
Franck Paquier29-Sep-09 23:12
Franck Paquier29-Sep-09 23:12 
GeneralRe: _variant_t vItem = pRange->Item[ iRow ][ iCol ]; Pin
MsmVc29-Sep-09 23:14
MsmVc29-Sep-09 23:14 
GeneralRe: _variant_t vItem = pRange->Item[ iRow ][ iCol ]; Pin
Richard MacCutchan29-Sep-09 23:56
mveRichard MacCutchan29-Sep-09 23:56 
GeneralRe: _variant_t vItem = pRange->Item[ iRow ][ iCol ]; Pin
MsmVc30-Sep-09 0:17
MsmVc30-Sep-09 0:17 

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.