How to select a row fully through programI am doing a win32 application using List view control,I used extended style [b]LVS_EX_GRIDLINES|LVS...
Implementation of Tab key on list viewHi all, I have a list view created using resource editor,I set Extended style such as LVS_EX_GRIDL...
Key board events handling on list viewHi all, I am doing a win32 application,I created a dialog box and inside dialog box one list view c...
fwrite problem Iam trying to write a TCHAR array value to a file.But i am not getting it correctly.I should get th...
Zero paddingIts working now [code]TCHAR *pBuf={"A2.3"}; float f=_wtof(++pBuf); printf("%05.1f",f) [/code]
This user does not accept Private Messages