PROBLEM WITH EDIT BOX IN .NET 2005 FOR SMART DEVICE LIKE POCKET PC
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi Friends, I created a dialog based VC++ .net platform. I placed edit box on the dialog form. When I place the mouse on the edit box and right click it, add variable in the pop up menu is disabled. I want the edit box to accept string input only for this purpose , I not able specify the type of input the edit box will accept. For example CString m_accept. I am not able to do this . Can any one tell me were I can enable the "add variable" in the pop menu? from Phijo:)