Click here to Skip to main content
15,949,686 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to get the specified port number is working or not Pin
johnalek10-Jul-06 1:46
johnalek10-Jul-06 1:46 
AnswerRe: how to get the specified port number is working or not Pin
Naveen10-Jul-06 1:47
Naveen10-Jul-06 1:47 
AnswerRe: how to get the specified port number is working or not Pin
ThatsAlok10-Jul-06 1:50
ThatsAlok10-Jul-06 1:50 
GeneralRe: how to get the specified port number is working or not Pin
Hamid_RT10-Jul-06 1:56
Hamid_RT10-Jul-06 1:56 
GeneralRe: how to get the specified port number is working or not Pin
ThatsAlok10-Jul-06 2:57
ThatsAlok10-Jul-06 2:57 
AnswerRe: how to get the specified port number is working or not Pin
Hamid_RT10-Jul-06 2:09
Hamid_RT10-Jul-06 2:09 
AnswerRe: how to get the specified port number is working or not Pin
David Crow10-Jul-06 2:56
David Crow10-Jul-06 2:56 
QuestionDynamic creation of EditBox problem Pin
Uday Janaswamy10-Jul-06 1:29
Uday Janaswamy10-Jul-06 1:29 
Hi all,

I have created a CEditBox dynamically, while i am entering some text it is accepting only with in the range of the CEditBox. i can't enter beyond the Range of the CEditBox.

But this is not with CEditBox of the ToolBar, because when we run the Application with CEditBox Choose statically from the ToolBar to CDialog. When you run the Application the CEditBox takes as many Charaters you want.


I used Set SetLimitText(...) to set the Length of the CEditControl but it is not taking, Please help me Out.

//==========================================================================
CEdit *ptr = new CEdit;
ptr->Create(WS_VISIBLE|WS_CHILD|WS_BORDER,CRect(point.x,point.y,point.x +100, point.y +20),this,NULL);

ptr->SetLimitText(100); //Not Working ---> it is not taking 100 Chars Why !
//==========================================================================




uday.
AnswerRe: Dynamic creation of EditBox problem Pin
Naveen10-Jul-06 1:38
Naveen10-Jul-06 1:38 
GeneralRe: Dynamic creation of EditBox problem Pin
Uday Janaswamy10-Jul-06 1:40
Uday Janaswamy10-Jul-06 1:40 
QuestionPlaySound Usage Pin
Manjunath S10-Jul-06 1:18
Manjunath S10-Jul-06 1:18 
AnswerRe: PlaySound Usage Pin
RockyJames10-Jul-06 1:32
RockyJames10-Jul-06 1:32 
AnswerRe: PlaySound Usage Pin
Naveen10-Jul-06 1:34
Naveen10-Jul-06 1:34 
GeneralRe: PlaySound Usage Pin
Manjunath S10-Jul-06 2:10
Manjunath S10-Jul-06 2:10 
GeneralRe: PlaySound Usage Pin
Ștefan-Mihai MOGA10-Jul-06 2:53
professionalȘtefan-Mihai MOGA10-Jul-06 2:53 
QuestionRe: PlaySound Usage Pin
David Crow10-Jul-06 3:00
David Crow10-Jul-06 3:00 
QuestionWin32 application Pin
Anu_Bala10-Jul-06 0:24
Anu_Bala10-Jul-06 0:24 
AnswerRe: Win32 application Pin
RockyJames10-Jul-06 0:31
RockyJames10-Jul-06 0:31 
AnswerRe: Win32 application Pin
ThatsAlok10-Jul-06 1:29
ThatsAlok10-Jul-06 1:29 
AnswerRe: Win32 application Pin
David Crow10-Jul-06 3:09
David Crow10-Jul-06 3:09 
AnswerRe: Win32 application Pin
Zac Howland10-Jul-06 4:54
Zac Howland10-Jul-06 4:54 
QuestionBasic Doubt in CMutex Class. Pin
Uday Janaswamy10-Jul-06 0:23
Uday Janaswamy10-Jul-06 0:23 
AnswerRe: Basic Doubt in CMutex Class. Pin
Zac Howland10-Jul-06 4:56
Zac Howland10-Jul-06 4:56 
GeneralRe: Basic Doubt in CMutex Class. Pin
Uday Janaswamy10-Jul-06 18:43
Uday Janaswamy10-Jul-06 18:43 
GeneralRe: Basic Doubt in CMutex Class. Pin
Zac Howland11-Jul-06 2:38
Zac Howland11-Jul-06 2:38 

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.