Click here to Skip to main content
15,905,682 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Is this bad to do? (Networking question) Pin
Ryan Binns21-Aug-03 16:35
Ryan Binns21-Aug-03 16:35 
Questionpossible to provide VB app access to VC++ dll? Pin
michael thomas21-Aug-03 10:32
michael thomas21-Aug-03 10:32 
AnswerRe: possible to provide VB app access to VC++ dll? Pin
David Crow21-Aug-03 10:45
David Crow21-Aug-03 10:45 
GeneralRe: possible to provide VB app access to VC++ dll? Pin
michael thomas21-Aug-03 11:02
michael thomas21-Aug-03 11:02 
GeneralRe: possible to provide VB app access to VC++ dll? Pin
vcplusplus21-Aug-03 11:27
vcplusplus21-Aug-03 11:27 
GeneralRe: possible to provide VB app access to VC++ dll? Pin
michael thomas21-Aug-03 11:37
michael thomas21-Aug-03 11:37 
GeneralColor of a pixel set by coordinates Pin
Archigal21-Aug-03 10:24
Archigal21-Aug-03 10:24 
GeneralRe: Color of a pixel set by coordinates Pin
zeki yugnak21-Aug-03 12:39
zeki yugnak21-Aug-03 12:39 
hi..

if you know that coordinate's of pixel,you can use this function.

COLORREF GetPixel(
   int x,
   int y 
) 

like this..
COLORREF color;
color=GetPixel(10,10);
int red=GetRValue(color);
int blue=GetBValue(color);
int green=GetGValue(color);

Good Work...
GeneralRe: Color of a pixel set by coordinates Pin
Archigal22-Aug-03 6:10
Archigal22-Aug-03 6:10 
GeneralRe: fatal error C1010: unexpected end of file while looking for precompiled header directive Pin
John R. Shaw21-Aug-03 10:14
John R. Shaw21-Aug-03 10:14 
GeneralRe: fatal error C1010: unexpected end of file while looking for precompiled header directive Pin
Member 34642221-Aug-03 19:09
Member 34642221-Aug-03 19:09 
Generalfatal error C1010: unexpected end of file while looking for precompiled header directive Pin
act_x21-Aug-03 9:41
act_x21-Aug-03 9:41 
GeneralRe: fatal error C1010: unexpected end of file while looking for precompiled header directive Pin
David Crow21-Aug-03 9:46
David Crow21-Aug-03 9:46 
GeneralRe: fatal error C1010: unexpected end of file while looking for precompiled header directive Pin
PJ Arends21-Aug-03 9:48
professionalPJ Arends21-Aug-03 9:48 
GeneralRe: fatal error C1010: unexpected end of file while looking for precompiled header directive Pin
Cambalindo21-Aug-03 9:51
Cambalindo21-Aug-03 9:51 
GeneralRe: fatal error C1010: unexpected end of file while looking for precompiled header directive Pin
questaware21-Aug-03 19:07
questaware21-Aug-03 19:07 
QuestionCan anyone help me with the Recent file list... Pin
Snyp21-Aug-03 9:39
Snyp21-Aug-03 9:39 
AnswerRe: Can anyone help me with the Recent file list... Pin
David Crow21-Aug-03 9:43
David Crow21-Aug-03 9:43 
GeneralPointer to Document from CMainframe Class Pin
Qbus21-Aug-03 9:30
Qbus21-Aug-03 9:30 
GeneralRe: Pointer to Document from CMainframe Class Pin
David Crow21-Aug-03 9:39
David Crow21-Aug-03 9:39 
GeneralRe: Pointer to Document from CMainframe Class Pin
John R. Shaw21-Aug-03 10:08
John R. Shaw21-Aug-03 10:08 
GeneralFrameGrabber in MDI Pin
mr200321-Aug-03 8:52
mr200321-Aug-03 8:52 
GeneralMixing bold text and normal text in a Rich Edit box Pin
Kayembi21-Aug-03 8:39
Kayembi21-Aug-03 8:39 
GeneralRe: Mixing bold text and normal text in a Rich Edit box Pin
David Crow21-Aug-03 8:59
David Crow21-Aug-03 8:59 
GeneralRe: Mixing bold text and normal text in a Rich Edit box Pin
Kayembi21-Aug-03 9:26
Kayembi21-Aug-03 9:26 

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.