Click here to Skip to main content
15,885,898 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Size of the Message loop Pin
Richard MacCutchan23-Dec-09 23:59
mveRichard MacCutchan23-Dec-09 23:59 
AnswerRe: Size of the Message loop Pin
Rajesh R Subramanian24-Dec-09 2:21
professionalRajesh R Subramanian24-Dec-09 2:21 
Questionerror "a required resource was unavailable". Pin
Le@rner23-Dec-09 22:41
Le@rner23-Dec-09 22:41 
Questionpassing a variable inside thread Pin
Le@rner23-Dec-09 18:46
Le@rner23-Dec-09 18:46 
AnswerRe: passing a variable inside thread Pin
Adam Roderick J23-Dec-09 18:59
Adam Roderick J23-Dec-09 18:59 
GeneralRe: passing a variable inside thread Pin
Rajesh R Subramanian23-Dec-09 21:57
professionalRajesh R Subramanian23-Dec-09 21:57 
QuestionRe: passing a variable inside thread Pin
CPallini23-Dec-09 22:25
mveCPallini23-Dec-09 22:25 
AnswerRe: passing a variable inside thread Pin
Rajesh R Subramanian23-Dec-09 22:32
professionalRajesh R Subramanian23-Dec-09 22:32 
CPallini wrote:
csTemp.GetLength()+1


Because of the +1 part, which makes a wrong assumption of the size of an Unicode character! It could have been multiplied by sizeof(TCHAR), that would make it work, but is not very clean (IMHO).

There's generally no reason to write C-Style code with manual memory allocation (deciding the size, etc.,) while using MFC, or even C++. Using a CString instead is much more elegant.


“Follow your bliss.” – Joseph Campbell

GeneralRe: passing a variable inside thread Pin
Adam Roderick J23-Dec-09 22:39
Adam Roderick J23-Dec-09 22:39 
GeneralRe: passing a variable inside thread Pin
CPallini23-Dec-09 23:05
mveCPallini23-Dec-09 23:05 
GeneralRe: passing a variable inside thread Pin
Adam Roderick J23-Dec-09 22:34
Adam Roderick J23-Dec-09 22:34 
GeneralRe: passing a variable inside thread Pin
Rajesh R Subramanian24-Dec-09 1:38
professionalRajesh R Subramanian24-Dec-09 1:38 
AnswerRe: passing a variable inside thread Pin
Rajesh R Subramanian23-Dec-09 21:49
professionalRajesh R Subramanian23-Dec-09 21:49 
Questionupload larger file using Ftp in c+ Builder problem Pin
raj157623-Dec-09 18:37
raj157623-Dec-09 18:37 
QuestionI want to attach my window to the parent window so that on resizing or minimizing the parent window, the child window should be resized and moved appropriately Pin
manoharbalu23-Dec-09 18:30
manoharbalu23-Dec-09 18:30 
AnswerRe: I want to attach my window to the parent window so that on resizing or minimizing the parent window, the child window should be resized and moved appropriately Pin
Richard MacCutchan23-Dec-09 22:20
mveRichard MacCutchan23-Dec-09 22:20 
Questionhow to disable keyboard accelerators temporarily in a mdi application Pin
Prasann Mayekar23-Dec-09 17:04
Prasann Mayekar23-Dec-09 17:04 
AnswerRe: how to disable keyboard accelerators temporarily in a mdi application Pin
Adam Roderick J23-Dec-09 17:23
Adam Roderick J23-Dec-09 17:23 
QuestionFindFirstChangeNotification Pin
Still learning how to code23-Dec-09 11:20
Still learning how to code23-Dec-09 11:20 
AnswerRe: FindFirstChangeNotification Pin
Garth J Lancaster23-Dec-09 13:19
professionalGarth J Lancaster23-Dec-09 13:19 
GeneralRe: FindFirstChangeNotification Pin
Still learning how to code23-Dec-09 22:23
Still learning how to code23-Dec-09 22:23 
GeneralRe: FindFirstChangeNotification Pin
Garth J Lancaster23-Dec-09 22:38
professionalGarth J Lancaster23-Dec-09 22:38 
AnswerRe: FindFirstChangeNotification Pin
Garth J Lancaster23-Dec-09 23:02
professionalGarth J Lancaster23-Dec-09 23:02 
GeneralRe: FindFirstChangeNotification Pin
Still learning how to code24-Dec-09 3:49
Still learning how to code24-Dec-09 3:49 
GeneralRe: FindFirstChangeNotification Pin
Garth J Lancaster24-Dec-09 11:04
professionalGarth J Lancaster24-Dec-09 11:04 

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.