Click here to Skip to main content
15,896,606 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: MYSQL DATE HELP Pin
yogendra kaushik5-Jun-06 2:51
yogendra kaushik5-Jun-06 2:51 
GeneralRe: MYSQL DATE HELP Pin
Hamid_RT5-Jun-06 3:00
Hamid_RT5-Jun-06 3:00 
Questionerror in reading file [modified] Pin
Anu_Bala5-Jun-06 2:11
Anu_Bala5-Jun-06 2:11 
AnswerRe: error in reading file [modified] Pin
NiceNaidu5-Jun-06 2:21
NiceNaidu5-Jun-06 2:21 
QuestionEdit Box Pin
chethu6655-Jun-06 2:02
chethu6655-Jun-06 2:02 
AnswerRe: Edit Box Pin
ThatsAlok5-Jun-06 2:26
ThatsAlok5-Jun-06 2:26 
AnswerRe: Edit Box Pin
NiceNaidu5-Jun-06 2:27
NiceNaidu5-Jun-06 2:27 
AnswerRe: Edit Box [modified] Pin
_AnsHUMAN_ 5-Jun-06 2:29
_AnsHUMAN_ 5-Jun-06 2:29 
C++
p=m_edit.GetCaretPos ();
int t=m_edit.CharFromPos (p);
//t has the value that you need
/*CString s;
s.Format("%d",t);
AfxMessageBox(s);*/

******m_edit is the edit box control and p is a POINT type variable
Uncomment the above 3 lines that are commented to print the value in the message box.
Does this help you?

Somethings seem HARD to do, until we know how to do them.
Wink | ;-)
_AnShUmAn_


-- modified at 8:31 Monday 5th June, 2006
GeneralRe: Edit Box [modified] Pin
chethu6655-Jun-06 3:19
chethu6655-Jun-06 3:19 
AnswerRe: Edit Box Pin
NiceNaidu5-Jun-06 2:32
NiceNaidu5-Jun-06 2:32 
GeneralRe: Edit Box Pin
ThatsAlok5-Jun-06 19:12
ThatsAlok5-Jun-06 19:12 
QuestionAssertation fails :-(( Pin
Checker20035-Jun-06 2:02
Checker20035-Jun-06 2:02 
AnswerRe: Assertation fails :-(( Pin
Nishad S5-Jun-06 2:07
Nishad S5-Jun-06 2:07 
QuestionZaqro Pin
Zakaria Butskhrikdize5-Jun-06 1:46
Zakaria Butskhrikdize5-Jun-06 1:46 
QuestionMoving the text Pin
Member 30398435-Jun-06 1:40
Member 30398435-Jun-06 1:40 
AnswerRe: Moving the text Pin
_AnsHUMAN_ 5-Jun-06 1:51
_AnsHUMAN_ 5-Jun-06 1:51 
GeneralRe: Moving the text Pin
Member 30398435-Jun-06 18:04
Member 30398435-Jun-06 18:04 
GeneralRe: Moving the text Pin
_AnsHUMAN_ 5-Jun-06 18:15
_AnsHUMAN_ 5-Jun-06 18:15 
GeneralRe: Moving the text Pin
ThatsAlok5-Jun-06 18:37
ThatsAlok5-Jun-06 18:37 
GeneralRe: Moving the text Pin
Member 30398435-Jun-06 20:13
Member 30398435-Jun-06 20:13 
GeneralRe: Moving the text Pin
ThatsAlok5-Jun-06 22:11
ThatsAlok5-Jun-06 22:11 
AnswerRe: Moving the text Pin
Nishad S5-Jun-06 1:52
Nishad S5-Jun-06 1:52 
AnswerRe: Moving the text Pin
Eytukan5-Jun-06 2:00
Eytukan5-Jun-06 2:00 
GeneralRe: Moving the text Pin
Member 30398435-Jun-06 18:19
Member 30398435-Jun-06 18:19 
AnswerRe: Moving the text Pin
ThatsAlok5-Jun-06 2:00
ThatsAlok5-Jun-06 2:00 

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.