|
|
#1 |
|
Junior Member
Join Date: Sep 2010
Posts: 25
|
Passing value to dialog content
I tried search for user interface but I still cannot get what I were looking for.
Can anyone show me how to display via dialog? I mean that I don't know how to pass value to Editbox. Need some codes for guide. please ignore my bad English. Thx |
|
|
|
|
|
#2 |
|
Junior Member
Join Date: Sep 2010
Posts: 25
|
2 more error
I guess there must be stupid question to ask.
But I got this error Error 1 error C2440: '=' : cannot convert from 'wchar_t *' to 'wchar_t' c:\Documents and Settings\indamoodz\My Documents\Visual Studio 2005\Projects\gen_searchandplay\gen_searchandplay\gen_searchandplay.cpp 77 Error 2 error C2664: 'errno_t wcscpy_s(wchar_t *,rsize_t,const wchar_t *)' : cannot convert parameter 1 from 'wchar_t' to 'wchar_t *' c:\Documents and Settings\indamoodz\My Documents\Visual Studio 2005\Projects\gen_searchandplay\gen_searchandplay\gen_searchandplay.cpp 89 code: |
|
|
|
|
|
#3 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,469
|
1) all depends on the framework you're going to or trying to use as to how to do that. either way i'd look at msdn and the control reference documentation there.
2) you're mixing up characters and string pointers like with the second error where you're trying to set the whole string into one character space. you need to review what you're trying to store strings in (whatever the 'playlist' object is) and make sure that you've either allocated the memory for a string array or define one specifically. the error code is pretty clear it's a mis-match - i'd suggest you read up on the different variable types and how to use them. -daz |
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Sep 2010
Posts: 25
|
What should I replace them with?
to get all info I need from all the song in playlist. |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|