Click here to Skip to main content
15,914,010 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Application as Win NT Service Pin
Nish Nishant15-Mar-02 13:43
sitebuilderNish Nishant15-Mar-02 13:43 
GeneralCrystal Report 8.0 in VC++ .NET Pin
Hadi Rezaee15-Mar-02 10:41
Hadi Rezaee15-Mar-02 10:41 
GeneralFunction Declaration in Interface File :: MFC Pin
valikac15-Mar-02 10:40
valikac15-Mar-02 10:40 
GeneralRe: Function Declaration in Interface File :: MFC Pin
Chris Losinger15-Mar-02 11:28
professionalChris Losinger15-Mar-02 11:28 
GeneralRe: Function Declaration in Interface File :: MFC Pin
Nish Nishant15-Mar-02 13:45
sitebuilderNish Nishant15-Mar-02 13:45 
Generalusing #import to automate Outlook, but...:confused: Pin
15-Mar-02 10:19
suss15-Mar-02 10:19 
GeneralRe: using #import to automate Outlook, but...:confused: Pin
Bill Wilson15-Mar-02 10:38
Bill Wilson15-Mar-02 10:38 
GeneralReverse ULONG values Pin
15-Mar-02 9:45
suss15-Mar-02 9:45 
I have a ULONG called uProdTypeTemp that has a value of '128' I need to reverse that value and place that back into a different ULONG so that it reads '821'. See code below:

These next two lines must NOT change:
const unsigned long ACTCODE_BYTE_LENGTH = 20L;
BYTE ByteList[ACTCODE_BYTE_LENGTH];




ULONG uProdTypeTemp = ByteList[10];


Thanks,
Derek Smigelski
GeneralRe: Reverse ULONG values Pin
Christian Graus15-Mar-02 10:26
protectorChristian Graus15-Mar-02 10:26 
GeneralRe: Reverse ULONG values Pin
Nish Nishant15-Mar-02 13:48
sitebuilderNish Nishant15-Mar-02 13:48 
Generalmultiple adapter loopback test using CSockets Pin
gus15-Mar-02 9:13
gus15-Mar-02 9:13 
GeneralRe: multiple adapter loopback test using CSockets Pin
Tim Deveaux15-Mar-02 9:53
Tim Deveaux15-Mar-02 9:53 
GeneralRe: multiple adapter loopback test using CSockets Pin
gus15-Mar-02 10:26
gus15-Mar-02 10:26 
GeneralRe: multiple adapter loopback test using CSockets Pin
Tim Deveaux15-Mar-02 11:42
Tim Deveaux15-Mar-02 11:42 
GeneralRe: multiple adapter loopback test using CSockets Pin
gus19-Mar-02 4:15
gus19-Mar-02 4:15 
GeneralList control refresh issue Pin
Andrew Stampor15-Mar-02 8:48
Andrew Stampor15-Mar-02 8:48 
GeneralRe: List control refresh issue Pin
Shog915-Mar-02 8:59
sitebuilderShog915-Mar-02 8:59 
GeneralThread questions........... Pin
15-Mar-02 8:34
suss15-Mar-02 8:34 
GeneralRe: Thread questions........... Pin
Andres Manggini15-Mar-02 9:47
Andres Manggini15-Mar-02 9:47 
GeneralRe: Thread questions........... Pin
Nemanja Trifunovic15-Mar-02 10:19
Nemanja Trifunovic15-Mar-02 10:19 
GeneralRe: Thread questions........... Pin
Christopher Duncan15-Mar-02 11:36
Christopher Duncan15-Mar-02 11:36 
GeneralRe: Thread questions........... Pin
Tim Smith15-Mar-02 11:43
Tim Smith15-Mar-02 11:43 
GeneralRe: Thread questions........... Pin
Christopher Duncan15-Mar-02 15:23
Christopher Duncan15-Mar-02 15:23 
GeneralTHANK YOU ALL!!!!!!!!!!!!!!!!!!!!!!!!!!!! Pin
15-Mar-02 21:24
suss15-Mar-02 21:24 
GeneralDCOM with Visual C++ Pin
15-Mar-02 8:23
suss15-Mar-02 8:23 

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.