Click here to Skip to main content
15,917,062 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Linker Error #2005 Pin
David Crow22-Jan-04 3:54
David Crow22-Jan-04 3:54 
GeneralGetting ip from mac address Pin
itmpras22-Jan-04 3:01
itmpras22-Jan-04 3:01 
GeneralRe: Getting ip from mac address Pin
David Crow22-Jan-04 3:04
David Crow22-Jan-04 3:04 
GeneralIt is not working Pin
itmpras22-Jan-04 4:15
itmpras22-Jan-04 4:15 
GeneralRe: It is not working Pin
David Crow22-Jan-04 5:53
David Crow22-Jan-04 5:53 
GeneralRe: Getting ip from mac address Pin
valikac22-Jan-04 4:35
valikac22-Jan-04 4:35 
GeneralRe: Getting ip from mac address Pin
itmpras22-Jan-04 5:13
itmpras22-Jan-04 5:13 
Generalalphablend with win98 does not work! Pin
schaereran@gmx.net22-Jan-04 2:10
schaereran@gmx.net22-Jan-04 2:10 
it compiles, runs, but makes nothing transparent. my code runs well on WinXP and Win 2000.
in the MSDN is written, that it should also work with win98!
does anybody has a clue? or an implementation of a alphablend funtion?

the code i use is:

//blalba
BLENDFUNCTION blend;
blend.BlendOp = AC_SRC_OVER;
blend.AlphaFormat = 0;
blend.SourceConstantAlpha = 110;//(wichtigster parameter (zw. 0 - 255))
blend.BlendFlags = 0;
AlphaBlend(dcMemBackground, 0, 0, nWidth, nHeight, dcMemForeground, 0, 0, nWidth, nHeight, blend);

thanx, greets
GeneralRe: alphablend with win98 does not work! Pin
Prakash Nadar22-Jan-04 3:40
Prakash Nadar22-Jan-04 3:40 
GeneralMFC - incrementing values Pin
Ashman22-Jan-04 1:08
Ashman22-Jan-04 1:08 
GeneralRe: MFC - incrementing values Pin
David Crow22-Jan-04 2:52
David Crow22-Jan-04 2:52 
GeneralRe: MFC - incrementing values Pin
John R. Shaw22-Jan-04 7:00
John R. Shaw22-Jan-04 7:00 
GeneralRe: MFC - incrementing values Pin
David Crow22-Jan-04 7:03
David Crow22-Jan-04 7:03 
GeneralRe: MFC - incrementing values Pin
basementman22-Jan-04 11:58
basementman22-Jan-04 11:58 
GeneralInline Assembly Pin
hph22-Jan-04 0:58
hph22-Jan-04 0:58 
GeneralRe: Inline Assembly Pin
David Crow22-Jan-04 2:53
David Crow22-Jan-04 2:53 
GeneralRe: Inline Assembly Pin
hph22-Jan-04 3:23
hph22-Jan-04 3:23 
GeneralRe: Inline Assembly Pin
David Crow22-Jan-04 3:45
David Crow22-Jan-04 3:45 
QuestionHow to tell if a file is open by someone else Pin
GeraldoLuiz22-Jan-04 0:51
GeraldoLuiz22-Jan-04 0:51 
AnswerRe: How to tell if a file is open by someone else Pin
фил22-Jan-04 2:35
фил22-Jan-04 2:35 
GeneralRe: How to tell if a file is open by someone else Pin
basementman22-Jan-04 12:02
basementman22-Jan-04 12:02 
Generalcopy exe file to remote system Pin
skpanda22-Jan-04 0:43
skpanda22-Jan-04 0:43 
GeneralRe: copy exe file to remote system Pin
David Crow22-Jan-04 2:56
David Crow22-Jan-04 2:56 
QuestionBug in C++ ???? Pin
GDavy21-Jan-04 23:39
GDavy21-Jan-04 23:39 
AnswerRe: Bug in C++ ???? Pin
фил22-Jan-04 2:42
фил22-Jan-04 2:42 

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.