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

C / C++ / MFC

 
GeneralRe: Modify the context menu string at runtime. Pin
Nish Nishant3-Aug-02 0:36
sitebuilderNish Nishant3-Aug-02 0:36 
GeneralRe: Modify the context menu string at runtime. Pin
JohnnyG3-Aug-02 5:23
JohnnyG3-Aug-02 5:23 
GeneralRe: Modify the context menu string at runtime. Pin
Neha3-Aug-02 0:27
Neha3-Aug-02 0:27 
GeneralRe: Modify the context menu string at runtime. Pin
Pavel Klocek3-Aug-02 2:29
Pavel Klocek3-Aug-02 2:29 
QuestionHow to rebuld Desktop Icon? Pin
AlexDr2-Aug-02 22:52
AlexDr2-Aug-02 22:52 
GeneralHelp with Stack overflow Pin
Biff2-Aug-02 22:24
Biff2-Aug-02 22:24 
QuestionSmart Card anyone? Pin
Anonymous2-Aug-02 22:14
Anonymous2-Aug-02 22:14 
AnswerRe: Smart Card anyone? Pin
JohnnyG3-Aug-02 5:26
JohnnyG3-Aug-02 5:26 
BYTE is usually defined as an unsigned char (8 bits). You probably know that the values inside of the braces are hex values to initialize the BYTE array.

Not much different from doing:

unsigned char pbSendBuffer = { 0xC0, 0xA4, 0x00, 0x00, 0x02, 0x3f, 0x00 };


Questionwindow's init message ? Pin
includeh102-Aug-02 20:16
includeh102-Aug-02 20:16 
AnswerRe: window's init message ? Pin
Nish Nishant2-Aug-02 20:47
sitebuilderNish Nishant2-Aug-02 20:47 
GeneralRe: window's init message ? Pin
includeh102-Aug-02 20:52
includeh102-Aug-02 20:52 
GeneralRe: window's init message ? Pin
Nish Nishant2-Aug-02 21:05
sitebuilderNish Nishant2-Aug-02 21:05 
GeneralRe: window's init message ? Pin
includeh102-Aug-02 21:25
includeh102-Aug-02 21:25 
GeneralRe: window's init message ? Pin
PJ Arends2-Aug-02 21:53
professionalPJ Arends2-Aug-02 21:53 
GeneralRe: window's init message ? Pin
Nish Nishant2-Aug-02 22:02
sitebuilderNish Nishant2-Aug-02 22:02 
GeneralRe: window's init message ? Pin
includeh102-Aug-02 22:49
includeh102-Aug-02 22:49 
GeneralRe: window's init message ? Pin
ColinDavies2-Aug-02 21:55
ColinDavies2-Aug-02 21:55 
GeneralURL for bmp to jpeg Pin
suresh_sathya2-Aug-02 20:13
suresh_sathya2-Aug-02 20:13 
GeneralRe: URL for bmp to jpeg Pin
Chris Losinger2-Aug-02 20:18
professionalChris Losinger2-Aug-02 20:18 
GeneralRe: URL for bmp to jpeg Pin
-Dy5-Aug-02 0:41
-Dy5-Aug-02 0:41 
QuestionCPP question??? Pin
alex.barylski2-Aug-02 20:00
alex.barylski2-Aug-02 20:00 
AnswerRe: CPP question??? Pin
Chris Losinger2-Aug-02 20:07
professionalChris Losinger2-Aug-02 20:07 
GeneralRe: CPP question??? Pin
alex.barylski2-Aug-02 20:49
alex.barylski2-Aug-02 20:49 
GeneralRe: CPP question??? Pin
Christian Graus2-Aug-02 21:08
protectorChristian Graus2-Aug-02 21:08 
GeneralRe: CPP question??? Pin
alex.barylski2-Aug-02 22:30
alex.barylski2-Aug-02 22:30 

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.