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

C / C++ / MFC

 
QuestionHOW to use ADO with VC++, please help! Pin
4-Mar-01 11:52
suss4-Mar-01 11:52 
AnswerRe: Try this site.... Pin
Brendan Tregear4-Mar-01 14:30
Brendan Tregear4-Mar-01 14:30 
GeneralRe: Try this site.... Pin
Joe Moldovan5-Mar-01 5:58
Joe Moldovan5-Mar-01 5:58 
GeneralATL, subclassed ListBox Pin
4-Mar-01 6:47
suss4-Mar-01 6:47 
GeneralRe: ATL, subclassed ListBox Pin
Brad Bruce4-Mar-01 9:38
Brad Bruce4-Mar-01 9:38 
GeneralRe: ATL, subclassed ListBox Pin
5-Mar-01 20:44
suss5-Mar-01 20:44 
Generalthis pointer ... Pin
Hadi Rezaee4-Mar-01 5:21
Hadi Rezaee4-Mar-01 5:21 
GeneralRe: this pointer ... Pin
l a u r e n4-Mar-01 6:19
l a u r e n4-Mar-01 6:19 
its a pointer to the current object that is used for all sorts of hidden and some overt things ... its kinda fundamental to the c++ language

for instance, in a dialog class you could set the window title by calling either:

SetWindowText(blah blah blah)

or

this->SetWindowText(blah blah blah)

it mostly gets passed as a hidden parameter in various calls between objects and can be used as a return value if you want to pass the address of the current object to another object

hmmmmmm ... is actually a very deep subject if you examine the full uses of it

Suspicious | :suss:

---
"every year we invent better idiot proof systems and every year they invent better idiots"
GeneralRe: this pointer ... Pin
Hadi Rezaee4-Mar-01 18:20
Hadi Rezaee4-Mar-01 18:20 
GeneralRe: this pointer ... Pin
l a u r e n4-Mar-01 20:17
l a u r e n4-Mar-01 20:17 
GeneralRe: this pointer ... Pin
markkuk4-Mar-01 22:24
markkuk4-Mar-01 22:24 
GeneralRe: this pointer ... Pin
Erik Funkenbusch5-Mar-01 9:25
Erik Funkenbusch5-Mar-01 9:25 
GeneralStatus Bar ... Pin
Hadi Rezaee3-Mar-01 18:12
Hadi Rezaee3-Mar-01 18:12 
GeneralRe: Status Bar ... Pin
Wolfram Steinke3-Mar-01 19:11
Wolfram Steinke3-Mar-01 19:11 
GeneralRe: Status Bar ... Pin
Hadi Rezaee4-Mar-01 5:16
Hadi Rezaee4-Mar-01 5:16 
GeneralRe: Status Bar ... Pin
Wolfram Steinke4-Mar-01 10:18
Wolfram Steinke4-Mar-01 10:18 
GeneralRe: Status Bar ... Pin
Hadi Rezaee4-Mar-01 18:08
Hadi Rezaee4-Mar-01 18:08 
GeneralRe: Status Bar ... Pin
l a u r e n3-Mar-01 20:36
l a u r e n3-Mar-01 20:36 
Generaland now a question... Pin
l a u r e n3-Mar-01 10:46
l a u r e n3-Mar-01 10:46 
GeneralRe: and now a question... Pin
Chris Losinger3-Mar-01 11:04
professionalChris Losinger3-Mar-01 11:04 
GeneralRe: and now a question... Pin
l a u r e n3-Mar-01 11:15
l a u r e n3-Mar-01 11:15 
GeneralRe: and now a question... Pin
Tim Deveaux3-Mar-01 11:53
Tim Deveaux3-Mar-01 11:53 
GeneralRe: and now a question... Pin
l a u r e n3-Mar-01 19:41
l a u r e n3-Mar-01 19:41 
GeneralRe: and now a question... Pin
Tim Deveaux4-Mar-01 1:59
Tim Deveaux4-Mar-01 1:59 
GeneralRe: and now a question... Pin
Erik Funkenbusch5-Mar-01 9:54
Erik Funkenbusch5-Mar-01 9:54 

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.