Click here to Skip to main content
15,915,864 members
Home / Discussions / C#
   

C#

 
GeneralRe: Help - Dual Display Pin
Heath Stewart29-Oct-04 5:42
protectorHeath Stewart29-Oct-04 5:42 
Generalinstalling a C# application on a customer's machine Pin
steve_rm28-Oct-04 0:32
steve_rm28-Oct-04 0:32 
GeneralRe: installing a C# application on a customer's machine Pin
sreejith ss nair28-Oct-04 2:02
sreejith ss nair28-Oct-04 2:02 
GeneralRe: installing a C# application on a customer's machine Pin
steve_rm28-Oct-04 4:03
steve_rm28-Oct-04 4:03 
GeneralRe: installing a C# application on a customer's machine Pin
sreejith ss nair28-Oct-04 4:11
sreejith ss nair28-Oct-04 4:11 
GeneralRe: installing a C# application on a customer's machine Pin
Dave Kreskowiak28-Oct-04 4:51
mveDave Kreskowiak28-Oct-04 4:51 
GeneralRe: installing a C# application on a customer's machine Pin
Heath Stewart28-Oct-04 6:50
protectorHeath Stewart28-Oct-04 6:50 
Generalp/invoke SendMessage(Hwnd,msg, wparam, lparam) question Pin
ting66827-Oct-04 23:58
ting66827-Oct-04 23:58 
Hi~

In C# compact framework, I would like to send a message to a window written using "SendMessage" method by p/Invoke.

How can I pass the string to p/invoke method so that the C++ window can get the message? If a pass string, How to convert the lparam into string in C++
windows message loop function? If pass the string as other type, then what is the type?

[DllImport("coredll.dll",EntryPoint="SendMessage", CharSet=CharSet.Auto)]<br />
private static extern void SendMessage(IntPtr hwnd, uint msg, int wparam, <big>string lparam</big>);

GeneralRe: p/invoke SendMessage(Hwnd,msg, wparam, lparam) question Pin
yoaz28-Oct-04 0:53
yoaz28-Oct-04 0:53 
GeneralCalling a method from an EXE in C# Pin
skrishnasarma27-Oct-04 23:19
skrishnasarma27-Oct-04 23:19 
GeneralRe: Calling a method from an EXE in C# Pin
sreejith ss nair28-Oct-04 2:33
sreejith ss nair28-Oct-04 2:33 
GeneralLicensing Web Service Pin
Arunan Kannan27-Oct-04 22:54
Arunan Kannan27-Oct-04 22:54 
GeneralRe: Licensing Web Service Pin
Heath Stewart28-Oct-04 5:43
protectorHeath Stewart28-Oct-04 5:43 
GeneralOverride method in UserControl Pin
Anonymous27-Oct-04 22:44
Anonymous27-Oct-04 22:44 
GeneralRe: Override method in UserControl Pin
J4amieC27-Oct-04 23:09
J4amieC27-Oct-04 23:09 
GeneralRe: Override method in UserControl Pin
Anonymous27-Oct-04 23:24
Anonymous27-Oct-04 23:24 
GeneralRe: Override method in UserControl Pin
Stefan Troschuetz27-Oct-04 23:25
Stefan Troschuetz27-Oct-04 23:25 
QuestionHow to change the Title Bar Color Pin
Zapss27-Oct-04 22:28
Zapss27-Oct-04 22:28 
Generaltimer function Pin
ppp00127-Oct-04 21:48
ppp00127-Oct-04 21:48 
GeneralRe: timer function Pin
Stefan Troschuetz27-Oct-04 23:00
Stefan Troschuetz27-Oct-04 23:00 
GeneralRe: timer function Pin
ppp00127-Oct-04 23:04
ppp00127-Oct-04 23:04 
GeneralRe: timer function Pin
Stefan Troschuetz27-Oct-04 23:11
Stefan Troschuetz27-Oct-04 23:11 
GeneralRe: timer function Pin
Salil Khedkar27-Oct-04 23:08
Salil Khedkar27-Oct-04 23:08 
GeneralRe: timer function Pin
Dave Kreskowiak28-Oct-04 3:28
mveDave Kreskowiak28-Oct-04 3:28 
GeneralRe: the offset is calculated by byte or by double bytes? Pin
momer27-Oct-04 20:48
momer27-Oct-04 20:48 

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.