Click here to Skip to main content
15,909,897 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Dynamically loading one dll from another dynamically loaded dll Pin
Blake Miller16-Feb-07 12:10
Blake Miller16-Feb-07 12:10 
QuestionList Box & Rich Edit box [modified] Pin
Suresh H15-Feb-07 23:03
Suresh H15-Feb-07 23:03 
AnswerRe: List Box & Rich Edit box Pin
prasad_som15-Feb-07 23:14
prasad_som15-Feb-07 23:14 
GeneralRe: List Box & Rich Edit box Pin
Suresh H15-Feb-07 23:26
Suresh H15-Feb-07 23:26 
GeneralRe: List Box & Rich Edit box Pin
Hamid_RT16-Feb-07 0:30
Hamid_RT16-Feb-07 0:30 
GeneralRe: List Box & Rich Edit box Pin
Suresh H16-Feb-07 0:34
Suresh H16-Feb-07 0:34 
GeneralRe: List Box & Rich Edit box Pin
Hamid_RT16-Feb-07 0:44
Hamid_RT16-Feb-07 0:44 
GeneralRe: List Box & Rich Edit box Pin
Suresh H16-Feb-07 0:53
Suresh H16-Feb-07 0:53 
Hi whiteSky,

I did that in the


<br />
BOOL CALLBACK SDlgProc(HWND hwnd, UINT Message, WPARAM wParam, LPARAM lParam)<br />
{<br />
	switch(Message)<br />
	{<br />
		case WM_INITDIALOG:<br />
		{<br />
<br />
			 HWND hwndListBox = GetDlgItem(hwnd, IDC_SLIST);<br />
			 hwndListBox=CreateWindowW(_T("LISTBOX"),NULL,LBS_NOTIFY|WS_BORDER|WS_CHILD|WS_VISIBLE,0,0,100,200,hwnd,(HMENU)IDC_SLIST,hwndListBox,0);<br />
				<br />


i am getting error

error C2664: 'CreateWindowExW' : cannot convert parameter 2 from 'char [8]' to 'const unsigned short *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
Error executing cl.exe.
GeneralRe: List Box & Rich Edit box Pin
Hamid_RT16-Feb-07 1:00
Hamid_RT16-Feb-07 1:00 
GeneralRe: List Box & Rich Edit box Pin
Suresh H16-Feb-07 1:08
Suresh H16-Feb-07 1:08 
GeneralRe: List Box & Rich Edit box Pin
prasad_som16-Feb-07 1:20
prasad_som16-Feb-07 1:20 
AnswerRe: List Box & Rich Edit box Pin
prasad_som16-Feb-07 1:18
prasad_som16-Feb-07 1:18 
GeneralRe: List Box & Rich Edit box Pin
Suresh H16-Feb-07 1:21
Suresh H16-Feb-07 1:21 
GeneralRe: List Box &amp; Rich Edit box Pin
Hamid_RT16-Feb-07 1:27
Hamid_RT16-Feb-07 1:27 
GeneralRe: List Box &amp; Rich Edit box Pin
Suresh H16-Feb-07 1:32
Suresh H16-Feb-07 1:32 
GeneralRe: List Box &amp; Rich Edit box Pin
Hamid_RT16-Feb-07 1:45
Hamid_RT16-Feb-07 1:45 
AnswerRe: List Box & Rich Edit box Pin
prasad_som16-Feb-07 1:30
prasad_som16-Feb-07 1:30 
GeneralRe: List Box &amp; Rich Edit box Pin
Suresh H16-Feb-07 1:34
Suresh H16-Feb-07 1:34 
GeneralRe: List Box &amp; Rich Edit box Pin
Hamid_RT16-Feb-07 1:46
Hamid_RT16-Feb-07 1:46 
GeneralRe: List Box & Rich Edit box Pin
Suresh H16-Feb-07 1:26
Suresh H16-Feb-07 1:26 
AnswerRe: List Box & Rich Edit box Pin
prasad_som16-Feb-07 2:15
prasad_som16-Feb-07 2:15 
GeneralRe: List Box & Rich Edit box Pin
Suresh H18-Feb-07 19:12
Suresh H18-Feb-07 19:12 
GeneralRe: List Box & Rich Edit box Pin
prasad_som18-Feb-07 19:14
prasad_som18-Feb-07 19:14 
GeneralRe: List Box & Rich Edit box Pin
Suresh H18-Feb-07 19:52
Suresh H18-Feb-07 19:52 
AnswerRe: List Box & Rich Edit box Pin
prasad_som18-Feb-07 20:09
prasad_som18-Feb-07 20:09 

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.