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

C / C++ / MFC

 
GeneralRe: Getting MP3-Tag Pin
l a u r e n6-Mar-01 9:23
l a u r e n6-Mar-01 9:23 
GeneralRe: Getting MP3-Tag Pin
7-Mar-01 3:16
suss7-Mar-01 3:16 
GeneralRe: Getting MP3-Tag Pin
Daniel Ferguson7-Mar-01 5:21
Daniel Ferguson7-Mar-01 5:21 
GeneralCDaoRecordset SQL Select query Pin
6-Mar-01 6:51
suss6-Mar-01 6:51 
GeneralRe: CDaoRecordset SQL Select query Pin
l a u r e n6-Mar-01 9:19
l a u r e n6-Mar-01 9:19 
GeneralRe: CDaoRecordset SQL Select query Pin
14-Mar-01 11:13
suss14-Mar-01 11:13 
Question_EXPORT, _PRIVATE.....etc...what are they? Pin
Richard Cheng6-Mar-01 6:06
Richard Cheng6-Mar-01 6:06 
AnswerRe: _EXPORT, _PRIVATE.....etc...what are they? Pin
l a u r e n6-Mar-01 9:11
l a u r e n6-Mar-01 9:11 
_export and _private are obsolte keywords as far as i know from the win16 days when doing dll bits

lparam, lresult, wparam are just macros (in effect) that map to underlying data types to allow transparent changes to the underlying types used, for example, wparam used to be a 16-bit parameter passed to a windows function in win3.x days ... in win32+ it became a 32-bit parameter ... if you used a native int type you would have to change your code when you moved platforms ... using the wparam type means you dont (unless you do wierd things with packed bit fields or something)

Suspicious | :suss:

---
"every year we invent better idiot proof systems and every year they invent better idiots"
GeneralThe real TAPI problem Pin
Antonio5-Mar-01 20:07
Antonio5-Mar-01 20:07 
GeneralThe real TAPI problem Pin
Antonio5-Mar-01 20:06
Antonio5-Mar-01 20:06 
GeneralGetting Interbase Data through ADO. Pin
5-Mar-01 18:02
suss5-Mar-01 18:02 
QuestionHow to encode URL Pin
Michael Fentworth5-Mar-01 10:07
Michael Fentworth5-Mar-01 10:07 
AnswerRe: How to encode URL Pin
18-Apr-01 23:46
suss18-Apr-01 23:46 
AnswerRe: How to encode URL Pin
18-Apr-01 23:47
suss18-Apr-01 23:47 
GeneralC++ Command line Pin
5-Mar-01 10:00
suss5-Mar-01 10:00 
GeneralRe: C++ Command line Pin
l a u r e n5-Mar-01 10:06
l a u r e n5-Mar-01 10:06 
GeneralTAPI compatibility issue in Win2000 Pin
Kelly Yao5-Mar-01 9:26
Kelly Yao5-Mar-01 9:26 
GeneralRe: TAPI compatibility issue in Win2000 Pin
l a u r e n5-Mar-01 9:46
l a u r e n5-Mar-01 9:46 
GeneralActiveX Control Wrapper/coclasses Pin
James Bush5-Mar-01 6:29
James Bush5-Mar-01 6:29 
Generalcmd Pin
5-Mar-01 6:26
suss5-Mar-01 6:26 
GeneralRe: cmd Pin
5-Mar-01 8:07
suss5-Mar-01 8:07 
GeneralRe: cmd Pin
l a u r e n5-Mar-01 10:01
l a u r e n5-Mar-01 10:01 
QuestionHow should I hide or remove tabs in a property sheet without getting the PC crashed? Pin
Joan M5-Mar-01 4:58
professionalJoan M5-Mar-01 4:58 
QuestionHow do I write a file to an edit ctrl or to other ctrl? Pin
5-Mar-01 4:09
suss5-Mar-01 4:09 
AnswerRe: How do I write a file to an edit ctrl or to other ctrl? Pin
l a u r e n5-Mar-01 4:35
l a u r e n5-Mar-01 4:35 

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.