how to add the text in text box so that it will add at the end of text box and the newely added text should be visible. Note :the focus is not present on the text box.
anilksingh
Posts
-
how to append the text -
CMap with CString as KeyCMap < CString,CString,Info, Info >m_Map2; I am not able execute the above statement. Info is a user defined structure. The Error is "error C2440: 'type cast' : cannot convert from 'class CString' to 'unsigned long' No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called" Please specify how i can create CMap with CStringas a key.
-
winCE DrawText API wrap text on hyphenHi, Thanks but DT_EDITCONTROL is not supported by winCE.
-
winCE DrawText API wrap text on hyphenBy default in winCE DrawText API wrap text on hyphen. If any one knows the equivalent API that does not wrap text on hyphen, Please let me know.
-
displayiing a Dialog over a DialogI am displayiing a Dialog over a Dialog using MyDlg->DispDialog.DoModal(); only the second Dialog (DispDialog) is displayed. How i can display both the Dialog same time. The Size of second Dialog is more than first Dialog.
-
How to minimize & Maximize a DialogI had used if(m_bMinimize) CMyDlg::ShowWindow(SW_MINIMIZE); ; ; ; ; ; CMyDlg::ShowWindow(SW_SHOWMAXIMIZED); This code is written in a button click of my Dialog. The Dialog is minimised but it does not maximise again. This is working fine in VC++ but does not working in WinCE
-
How to minimize & Maximize a DialogThaks, but it isnot working in the WenCE.
-
How to minimize & Maximize a DialogHow i can minimise a Dialog on a button Click.
-
MultithreadingIN a Dialog I have two CButton when i clicked on first button a loop starts. The requirement is when i click on second button it should break the loop. How i can communicate this to the loop. I tried Sleep so that i can check the status of common variable. But this variable is updatted only when the loop terminates. What will be the possible solution of my Problem.
-
How to overwrite the CString in the CFilewe are writting the CString data in to the file using CFile. first time we are able to write the data correctly but from second time data is not overwritten. even if we remove the file , the file is generatted with same data.If any one have Idea how this prob can solved please give me. (CFile::modeCreate | CFile::modeWrite)
-
CEdit associtted with spin controlHow to set the max and min of CEdit associtted with spin control
-
append the text in a new line in CEdit controlHow to append the text in a new line in CEdit control. \r\n becomes garbage in winCE.
-
load a bitmap from bmp file at run timeHow load a bitmap from bmp file at run time
-
XP/win2000 Scroller Click eventIn a Grid control (TstringGrid of BC++) when I click on the scroll bar a message box appears and in parallel the scroller scroll down (in win xp os). But in win2000 the Scroller scrolls only after closing the message Box. Can any body tell how to change the behavior in XP so that it works like win2000?
-
convert (color-depth) of HBITMAPHow we can convert (color-depth) of HBITMAP bitmap image.
-
calculate the size of HBITMAPHow to calculate the memory size of HBITMAP after loading it.As the size of Bitmap depends upon the system settings(Pexels, color etc.) -- modified at 4:37 Tuesday 16th May, 2006
-
Selection (Highilighting) a row in CListCtrlExI want to select a row in the CListCtrlEx through program. What method can help me.
-
How to sort the rows of CListCtrlHow to sort the rows of CListCtrl depanding upon Particular column. Or Please tell me how to use CListCtrl::SortItems function for sorting.
-
C++ Class for file compression and decompressionI have several data files and wanf to compress and decompress using BC++. Is any body knows the class lib that will help me
-
store and retrive the metafile informationHow to store and retrive the metafile information from file