Click here to Skip to main content
16,006,475 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How do I test whether a scrollbar exists ? Pin
PJ Arends29-May-04 12:40
professionalPJ Arends29-May-04 12:40 
GeneralRe: How do I test whether a scrollbar exists ? Pin
Still learning how to code31-May-04 10:03
Still learning how to code31-May-04 10:03 
GeneralRe: How do I test whether a scrollbar exists ? Pin
PJ Arends31-May-04 11:57
professionalPJ Arends31-May-04 11:57 
GeneralRe: How do I test whether a scrollbar exists ? Pin
Still learning how to code1-Jun-04 2:43
Still learning how to code1-Jun-04 2:43 
GeneralImporting from password protected .xls (I know the password) Pin
GameFaqsPower12329-May-04 9:27
GameFaqsPower12329-May-04 9:27 
Generalcopying bitmap images in memory Pin
hr_phenom29-May-04 8:55
hr_phenom29-May-04 8:55 
GeneralRe: copying bitmap images in memory Pin
PJ Arends29-May-04 12:48
professionalPJ Arends29-May-04 12:48 
GeneralVisual C++ Dll for visual basic Pin
soul.ripper29-May-04 8:25
soul.ripper29-May-04 8:25 
i have this error :

: error C2664: 'SendMessageA' : cannot convert parameter 1 from 'char' to 'struct HWND__ *'
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast

[code]
// Simple Sub Call
void __declspec(dllexport) TestSubb
(char& A, char& B, char& C, char& D)
{
A*= A; // handle of destination window
B*= B; // message to send
C*= C; // first message parameter
D*= D; // second message parameter
::SendMessage (A, B, C, D);
return;
}
[/code]

Why ? im missing somthing ?
i cant get this to work

help p:

jeroen

GeneralRe: Visual C++ Dll for visual basic Pin
Deian29-May-04 9:07
Deian29-May-04 9:07 
GeneralRe: Visual C++ Dll for visual basic Pin
soul.ripper29-May-04 14:55
soul.ripper29-May-04 14:55 
GeneralRe: Visual C++ Dll for visual basic Pin
Hesham Amin29-May-04 21:40
Hesham Amin29-May-04 21:40 
GeneralCustom Controls Pin
Steve Thresher29-May-04 6:46
Steve Thresher29-May-04 6:46 
GeneralRe: Custom Controls Pin
Joel Lucsy1-Jun-04 4:16
Joel Lucsy1-Jun-04 4:16 
Generalquestion creating dll Pin
Member 466743729-May-04 6:41
Member 466743729-May-04 6:41 
GeneralRe: question creating dll Pin
soul.ripper29-May-04 8:29
soul.ripper29-May-04 8:29 
GeneralRe: question creating dll Pin
Member 466743730-May-04 1:27
Member 466743730-May-04 1:27 
GeneralRe: question creating dll Pin
soul.ripper30-May-04 3:06
soul.ripper30-May-04 3:06 
GeneralRe: question creating dll Pin
Member 466743731-May-04 0:11
Member 466743731-May-04 0:11 
GeneralRe: question creating dll Pin
soul.ripper31-May-04 0:50
soul.ripper31-May-04 0:50 
Generaldrag & drop files onto exe file question Pin
Member 466743729-May-04 6:38
Member 466743729-May-04 6:38 
GeneralRe: drag & drop files onto exe file question Pin
Steve Thresher29-May-04 6:55
Steve Thresher29-May-04 6:55 
GeneralRe: drag & drop files onto exe file question Pin
Michael Dunn29-May-04 10:34
sitebuilderMichael Dunn29-May-04 10:34 
GeneralRe: drag & drop files onto exe file question Pin
Member 466743730-May-04 1:31
Member 466743730-May-04 1:31 
QuestionHow to copy from ClientDC to MemDC? Pin
JHAKAS29-May-04 4:18
JHAKAS29-May-04 4:18 
AnswerRe: How to copy from ClientDC to MemDC? Pin
Alexander M.,29-May-04 7:59
Alexander M.,29-May-04 7:59 

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.