Click here to Skip to main content
15,912,578 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: OpenGl Pin
_AnsHUMAN_ 16-Apr-06 21:57
_AnsHUMAN_ 16-Apr-06 21:57 
AnswerRe: OpenGl Pin
Ganesh_T16-Apr-06 21:58
Ganesh_T16-Apr-06 21:58 
AnswerRe: OpenGl Pin
Le Thanh Cong16-Apr-06 22:23
Le Thanh Cong16-Apr-06 22:23 
QuestionList Control with default text Pin
parichaybp16-Apr-06 20:37
parichaybp16-Apr-06 20:37 
AnswerRe: List Control with default text Pin
keerthikaaa16-Apr-06 20:44
keerthikaaa16-Apr-06 20:44 
GeneralRe: List Control with default text Pin
parichaybp16-Apr-06 20:48
parichaybp16-Apr-06 20:48 
GeneralRe: List Control with default text Pin
keerthikaaa16-Apr-06 20:53
keerthikaaa16-Apr-06 20:53 
QuestionRe: List Control with default text Pin
parichaybp16-Apr-06 21:07
parichaybp16-Apr-06 21:07 
I just create a edit box with m_EDIT member of Type CString also checked multiline and i declared
m_EDIT = "*.exp *.ilk *.res *.trg *.tlh *.idb *.pdb *.pch *.opt *.lib "*\Deleted Items\*" *.cab *.mov *.mp3 *";

i am gettling lots of erro that i cant use * etc can u please tell me how to do it?


--------------------Configuration: DesktopSearch - Win32 Debug--------------------
Compiling...
UpdateDlg.cpp
D:\Parichay\DesktopSearch\UpdateDlg.cpp(168) : error C2017: illegal escape sequence
D:\Parichay\DesktopSearch\UpdateDlg.cpp(168) : error C2065: 'Deleted' : undeclared identifier
D:\Parichay\DesktopSearch\UpdateDlg.cpp(168) : error C2017: illegal escape sequence
D:\Parichay\DesktopSearch\UpdateDlg.cpp(168) : error C2296: '*' : illegal, left operand has type 'char [61]'
D:\Parichay\DesktopSearch\UpdateDlg.cpp(168) : error C2146: syntax error : missing ';' before identifier 'Items'
D:\Parichay\DesktopSearch\UpdateDlg.cpp(168) : error C2065: 'Items' : undeclared identifier
D:\Parichay\DesktopSearch\UpdateDlg.cpp(168) : error C2297: '*' : illegal, right operand has type 'char [21]'
Error executing cl.exe.

DesktopSearch.exe - 7 error(s), 0 warning(s)
AnswerRe: List Control with default text Pin
Nishad S16-Apr-06 23:55
Nishad S16-Apr-06 23:55 
GeneralRe: List Control with default text Pin
parichaybp16-Apr-06 20:52
parichaybp16-Apr-06 20:52 
GeneralRe: List Control with default text Pin
keerthikaaa16-Apr-06 21:05
keerthikaaa16-Apr-06 21:05 
QuestionRe: List Control with default text Pin
David Crow17-Apr-06 3:42
David Crow17-Apr-06 3:42 
QuestionConvert STL string --> TCHAR Pin
chasetoys16-Apr-06 20:05
chasetoys16-Apr-06 20:05 
AnswerRe: Convert STL string --> TCHAR Pin
_AnsHUMAN_ 16-Apr-06 20:12
_AnsHUMAN_ 16-Apr-06 20:12 
GeneralRe: Convert STL string --> TCHAR Pin
chasetoys16-Apr-06 20:36
chasetoys16-Apr-06 20:36 
AnswerRe: Convert STL string --> TCHAR Pin
Taka Muraoka16-Apr-06 20:17
Taka Muraoka16-Apr-06 20:17 
Questionhow to set position of dialog on main from a component. Pin
baldha rakesh16-Apr-06 19:34
baldha rakesh16-Apr-06 19:34 
AnswerRe: how to set position of dialog on main from a component. Pin
Gavin Taylor16-Apr-06 20:01
professionalGavin Taylor16-Apr-06 20:01 
AnswerRe: how to set position of dialog on main from a component. Pin
Hamid_RT17-Apr-06 19:25
Hamid_RT17-Apr-06 19:25 
GeneralRe: how to set position of dialog on main from a component. Pin
baldha rakesh17-Apr-06 19:33
baldha rakesh17-Apr-06 19:33 
Questionsingelton class Pin
rajeevktripathi16-Apr-06 18:02
rajeevktripathi16-Apr-06 18:02 
AnswerRe: singelton class Pin
Naveen16-Apr-06 18:23
Naveen16-Apr-06 18:23 
GeneralRe: singelton class Pin
Nishad S16-Apr-06 18:25
Nishad S16-Apr-06 18:25 
QuestionRe: singelton class Pin
rajeevktripathi16-Apr-06 18:29
rajeevktripathi16-Apr-06 18:29 
AnswerRe: singelton class Pin
Naveen16-Apr-06 19:20
Naveen16-Apr-06 19:20 

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.