Click here to Skip to main content
15,888,527 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Exception in VC++ Code. Pin
Michael Dunn5-Feb-07 22:36
sitebuilderMichael Dunn5-Feb-07 22:36 
AnswerRe: Exception in VC++ Code. Pin
Hamid_RT6-Feb-07 0:11
Hamid_RT6-Feb-07 0:11 
AnswerRe: Exception in VC++ Code. Pin
ThatsAlok6-Feb-07 19:55
ThatsAlok6-Feb-07 19:55 
Questionassigning string value to CDBVariant Pin
prithaa5-Feb-07 21:23
prithaa5-Feb-07 21:23 
AnswerRe: assigning string value to CDBVariant Pin
prasad_som5-Feb-07 22:52
prasad_som5-Feb-07 22:52 
GeneralRe: assigning string value to CDBVariant Pin
prithaa5-Feb-07 23:44
prithaa5-Feb-07 23:44 
GeneralRe: assigning string value to CDBVariant Pin
prasad_som6-Feb-07 0:33
prasad_som6-Feb-07 0:33 
AnswerRe: assigning string value to CDBVariant Pin
Naveen6-Feb-07 0:49
Naveen6-Feb-07 0:49 
prithaa wrote:
b.m_pstring = str;


instead use

b.m_pstring = new CString(str);

the destructor of the CDBVariant will delete this newly created CString.


nave

QuestionConvert DWG/BMP image file to PNG image format Pin
helpcode5-Feb-07 20:39
helpcode5-Feb-07 20:39 
AnswerRe: Convert DWG/BMP image file to PNG image format Pin
Hamid_RT5-Feb-07 20:54
Hamid_RT5-Feb-07 20:54 
GeneralRe: Convert DWG/BMP image file to PNG image format Pin
helpcode6-Feb-07 0:33
helpcode6-Feb-07 0:33 
GeneralRe: Convert DWG/BMP image file to PNG image format Pin
Hamid_RT6-Feb-07 0:51
Hamid_RT6-Feb-07 0:51 
Questionhow to add check boxes Pin
pavan_sw5-Feb-07 20:11
pavan_sw5-Feb-07 20:11 
AnswerRe: how to add check boxes Pin
Hamid_RT5-Feb-07 20:28
Hamid_RT5-Feb-07 20:28 
AnswerRe: how to add check boxes Pin
ThatsAlok6-Feb-07 19:55
ThatsAlok6-Feb-07 19:55 
QuestionMessage Map Return types Pin
G.DHANASEKAR5-Feb-07 19:18
G.DHANASEKAR5-Feb-07 19:18 
AnswerRe: Message Map Return types Pin
Don Box5-Feb-07 19:46
Don Box5-Feb-07 19:46 
AnswerRe: Message Map Return types Pin
Roger Stoltz5-Feb-07 22:58
Roger Stoltz5-Feb-07 22:58 
AnswerRe: Message Map Return types Pin
Mark Salsbery6-Feb-07 8:08
Mark Salsbery6-Feb-07 8:08 
AnswerRe: Message Map Return types Pin
ThatsAlok6-Feb-07 19:56
ThatsAlok6-Feb-07 19:56 
QuestionSet Edit Box Text from Different Dialog Pin
Sonani Prakash5-Feb-07 19:08
Sonani Prakash5-Feb-07 19:08 
AnswerRe: Set Edit Box Text from Different Dialog Pin
Hamid_RT5-Feb-07 19:20
Hamid_RT5-Feb-07 19:20 
GeneralRe: Set Edit Box Text from Different Dialog Pin
Sonani Prakash5-Feb-07 19:28
Sonani Prakash5-Feb-07 19:28 
GeneralRe: Set Edit Box Text from Different Dialog Pin
Hamid_RT5-Feb-07 19:34
Hamid_RT5-Feb-07 19:34 
GeneralRe: Set Edit Box Text from Different Dialog Pin
Sonani Prakash5-Feb-07 19:41
Sonani Prakash5-Feb-07 19:41 

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.