Will there be any difference in the image buffer size if it
is loaded in from CString to LPTSTR using GetBuffer()?
lptstr = string.GetBuffer(0);
Answers were Sorted based on User's Feedback
Answer / prashant
No there wont be any difference. Infact the first method is
preffered
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / abn reddy
use like this,
int nLen = string.GetLenght();
lptstr = string.GetBuffer(nLen);
| Is This Answer Correct ? | 0 Yes | 1 No |
What does mfc stand for?
In SDI how many view's are attached to document object and in MDI how many view's are attached to Document object?
What are the special requirements for dialog box resources used in a form view?
How can update edit control data of an executing application from other application?
What is document-view architecture ? Give me one real time example for SDI ?
How to convert a CString variable to char* or LPTSTR?
Why Array Index starts from Zero
What is the use of OninitDialog ?
i have created runtime menu -- ( admistrator ->managepackage,manage module). but now i want to open a dialog when i select manage package and any other diaolg when selecting manage module ( whole selection is at run time only ) . Please HELP .its urgently required
what is the difference between SDI and MDI
15 Answers CMC, HCL, Siemens,
How can i implement the dynamic menus in MFC plz give the code
what is the meaning of constant FILE EXCEEDS LENGTH LIMIT while loading from ps file to vsam in the jcl?