Click here to Skip to main content
15,919,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDynamically loading one dll from another dynamically loaded dll Pin
Johan Pretorius15-Feb-07 23:48
Johan Pretorius15-Feb-07 23:48 
GeneralRe: Dynamically loading one dll from another dynamically loaded dll Pin
Suresh H15-Feb-07 23:53
Suresh H15-Feb-07 23:53 
GeneralRe: Dynamically loading one dll from another dynamically loaded dll Pin
Johan Pretorius15-Feb-07 23:57
Johan Pretorius15-Feb-07 23:57 
GeneralRe: Dynamically loading one dll from another dynamically loaded dll Pin
Suresh H16-Feb-07 0:01
Suresh H16-Feb-07 0:01 
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 
Hi Prasad,

Thank you very much for the response.

I tried with this code but no response list box double click event is not working.

<br />
case LBN_DBLCLK:<br />
{<br />
MessageBox(hwnd, "DB click!","DB click event", MB_ICONEXCLAMATION | MB_OK);<br />
}<br />
break;


and also I am not able to use CFile , this works in MFC but I am using win 32 api, what changes I have to make ???
<br />
CStdioFile file(FName, CFile::modeRead);<br />
DWORD dwSize = file.GetLength();<br />
char *pBuffer = new char[dwSize + 1];<br />
UINT uRead = file.Read(pBuffer, dwSize);<br />
pBuffer[uRead] = '\0';<br />
file.Close();<br />

GeneralRe: List Box &amp;amp; Rich Edit box Pin
Hamid_RT16-Feb-07 0:30
Hamid_RT16-Feb-07 0:30 
GeneralRe: List Box &amp;amp; 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 
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 

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.