Click here to Skip to main content
15,881,803 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: ANSI to UTF-8 Pin
Nibu babu thomas25-May-09 2:02
Nibu babu thomas25-May-09 2:02 
GeneralRe: ANSI to UTF-8 Pin
Souldrift25-May-09 2:34
Souldrift25-May-09 2:34 
GeneralRe: ANSI to UTF-8 Pin
tolw25-May-09 2:56
tolw25-May-09 2:56 
Questionerror LNK2019: unresolved external symbol "long __cdecl _com_dispatch_method Pin
pandit8424-May-09 23:14
pandit8424-May-09 23:14 
AnswerRe: error LNK2019: unresolved external symbol "long __cdecl _com_dispatch_method Pin
Stuart Dootson25-May-09 1:42
professionalStuart Dootson25-May-09 1:42 
QuestionHEAP CORRUPTION DETECTED! Pin
susanne124-May-09 23:01
susanne124-May-09 23:01 
AnswerRe: HEAP CORRUPTION DETECTED! Pin
CPallini24-May-09 23:19
mveCPallini24-May-09 23:19 
GeneralRe: HEAP CORRUPTION DETECTED! Pin
susanne124-May-09 23:50
susanne124-May-09 23:50 
thanks it worsk,but when i move the curosor up i get a worng value of y:

CPoint* ptrKeyPoint = new CPoint();
int nCursorLine = 0;
if((pMsg->message == WM_KEYDOWN)||(pMsg->message == WM_LBUTTONDOWN))
{
if((pMsg->wParam == VK_RETURN) || (pMsg->wParam == VK_UP)||(pMsg->wParam == VK_DOWN) || (pMsg->message == WM_LBUTTONUP))
{
GetCaretPos((LPPOINT)ptrKeyPoint);
nCursorLine = ptrKeyPoint->y;
}

if(ptrKeyPoint)
{
delete ptrKeyPoint;
ptrKeyPoint = NULL;
}
}
QuestionRe: HEAP CORRUPTION DETECTED! Pin
CPallini25-May-09 0:03
mveCPallini25-May-09 0:03 
AnswerRe: HEAP CORRUPTION DETECTED! Pin
susanne125-May-09 0:13
susanne125-May-09 0:13 
GeneralRe: HEAP CORRUPTION DETECTED! Pin
Garth J Lancaster25-May-09 0:18
professionalGarth J Lancaster25-May-09 0:18 
GeneralRe: HEAP CORRUPTION DETECTED! Pin
CPallini25-May-09 0:25
mveCPallini25-May-09 0:25 
QuestionRe: HEAP CORRUPTION DETECTED! Pin
CPallini25-May-09 0:27
mveCPallini25-May-09 0:27 
AnswerRe: HEAP CORRUPTION DETECTED! Pin
susanne125-May-09 0:32
susanne125-May-09 0:32 
GeneralRe: HEAP CORRUPTION DETECTED! Pin
Stuart Dootson25-May-09 1:49
professionalStuart Dootson25-May-09 1:49 
JokeRe: HEAP CORRUPTION DETECTED! Pin
Rajesh R Subramanian25-May-09 1:57
professionalRajesh R Subramanian25-May-09 1:57 
QuestionNeed Help With Callback Functions [noob] Pin
LCARS x3224-May-09 22:22
LCARS x3224-May-09 22:22 
QuestionProblem in CeCreateProcess ? Pin
Le@rner24-May-09 22:16
Le@rner24-May-09 22:16 
AnswerRe: Problem in CeCreateProcess ? Pin
Randor 25-May-09 8:22
professional Randor 25-May-09 8:22 
GeneralRe: Problem in CeCreateProcess ? Pin
Le@rner25-May-09 18:59
Le@rner25-May-09 18:59 
GeneralRe: Problem in CeCreateProcess ? Pin
Randor 25-May-09 19:30
professional Randor 25-May-09 19:30 
GeneralRe: Problem in CeCreateProcess ? Pin
Le@rner25-May-09 19:33
Le@rner25-May-09 19:33 
GeneralRe: Problem in CeCreateProcess ? Pin
Randor 25-May-09 20:30
professional Randor 25-May-09 20:30 
GeneralRe: Problem in CeCreateProcess ? Pin
Le@rner25-May-09 23:15
Le@rner25-May-09 23:15 
GeneralRe: Problem in CeCreateProcess ? Pin
Le@rner26-May-09 18:40
Le@rner26-May-09 18:40 

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.