Click here to Skip to main content
15,908,115 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Creating a resizable dialog in MFC Pin
Twonington11-Aug-05 23:06
Twonington11-Aug-05 23:06 
GeneralRe: Creating a resizable dialog in MFC Pin
pablo_mag16-Aug-05 14:21
pablo_mag16-Aug-05 14:21 
QuestionChanging the dialog's class name? Pin
hjm340910-Aug-05 18:23
hjm340910-Aug-05 18:23 
AnswerRe: Changing the dialog's class name? Pin
mark novak15-Aug-05 0:59
mark novak15-Aug-05 0:59 
GeneralSame Sink for different events Pin
AkshayO10-Aug-05 0:30
AkshayO10-Aug-05 0:30 
GeneralRe: Same Sink for different events Pin
Laxman Auti22-Mar-07 7:55
Laxman Auti22-Mar-07 7:55 
Generalimplicit typename is deprecated Pin
xiaohe5219-Aug-05 16:14
xiaohe5219-Aug-05 16:14 
GeneralRe: implicit typename is deprecated Pin
xiaohe5219-Aug-05 16:26
xiaohe5219-Aug-05 16:26 
GeneralRe: implicit typename is deprecated Pin
Christian Graus9-Aug-05 16:33
protectorChristian Graus9-Aug-05 16:33 
GeneralRe: implicit typename is deprecated Pin
Roland Pibinger9-Aug-05 21:48
Roland Pibinger9-Aug-05 21:48 
Generalpassing array of string back ATL to VB and vice versa Pin
bluish8-Aug-05 18:50
bluish8-Aug-05 18:50 
GeneralRe: passing array of string back ATL to VB and vice versa Pin
Christian Graus9-Aug-05 16:34
protectorChristian Graus9-Aug-05 16:34 
GeneralRe: passing array of string back ATL to VB and vice versa Pin
Jörgen Sigvardsson9-Aug-05 22:11
Jörgen Sigvardsson9-Aug-05 22:11 
GeneralCrash in IE while using ActiveX dll Pin
Amit Mulay8-Aug-05 0:32
Amit Mulay8-Aug-05 0:32 
GeneralRe: Crash in IE while using ActiveX dll Pin
Amit Mulay8-Aug-05 0:59
Amit Mulay8-Aug-05 0:59 
GeneralRe: Crash in IE while using ActiveX dll Pin
Jörgen Sigvardsson9-Aug-05 22:17
Jörgen Sigvardsson9-Aug-05 22:17 
QuestionWorking on POST method with BHO? Pin
nmhuy7-Aug-05 17:40
nmhuy7-Aug-05 17:40 
Questionvector won't load. Why? Pin
Larry Mills Sr7-Aug-05 9:22
Larry Mills Sr7-Aug-05 9:22 
I have a Class called CDriver which is as follows:
class CDriver {
public:
// Constructor
CDriver();
CDriver(CDriver &driver); // Copy constructor
CDriver operator =(const CDriver d);// Assign one to another
~CDriver();

// Varables
CString csFirstName;
CString csMI;
CString csLastName;
CString csBirthDate;
CString csASSN;
CString csStreetAddr;
CString csCity;
CString csState;
CString csZip;
CString csHomePhoneNum;
CString csHireDate;
CString csTruckAssigned;
};
Now I made a vector: "vector<<cdriver>> vecDriver"; Also a CString vector: "vector<<cstring>> myCStringvec"; and an iterator "vector<<cstring>>::iterator myIT";
None of these work properly! I can get the "myCStringvec.push_back(temCString)"; to accept one and only one CString. I NULLed temCString before reloading it with data then again used: "myCStringvec.push_back(temCString)"; to no avail. WHY?
vecDriver doesn't work at all nor does myIT. Please ignore the "<< and >>" it would not show what I wanted to show without using two each!


C++ is my favorite programming language
AnswerRe: vector won't load. Why? Pin
Steve S8-Aug-05 2:35
Steve S8-Aug-05 2:35 
GeneralRe: vector won't load. Why? Pin
Larry Mills Sr8-Aug-05 15:24
Larry Mills Sr8-Aug-05 15:24 
GeneralRe: vector won't load. Why? Pin
Steve S15-Aug-05 0:11
Steve S15-Aug-05 0:11 
GeneralRe: vector won't load. Why? Pin
Larry Mills Sr15-Aug-05 14:51
Larry Mills Sr15-Aug-05 14:51 
GeneralRe: vector won't load. Why? Pin
Steve S16-Aug-05 6:17
Steve S16-Aug-05 6:17 
GeneralATl VC++6.0(MFC) calling........problem Pin
virender chauhan5-Aug-05 23:11
virender chauhan5-Aug-05 23:11 
GeneralRe: ATl VC++6.0(MFC) calling........problem Pin
Milton Karimbekallil12-Aug-05 15:43
Milton Karimbekallil12-Aug-05 15:43 

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.