473,508 Members | 2,112 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

SendMessage API with a string Parameter

I asked this a few days ago and never got a response. Hopefully someone can
help me now as i'm giving more information

I have an MFC app that i'm trying to send messages to using the SendMessage
API.

Here is the signature and the first line of code for the function that
receives this message in the MFC application:

LRESULT CMainFrame::OnLoadVidAnaly( WPARAM wParam, LPARAM lParam )
{
CString strConfig = (LPCTSTR) wParam;
...
return 1;
}

I've tried all kinds of ways of declaring the extern function to make this
call... they all result in different (and all incorrect) results.
For the first parameter i've tried using a StringBuilder, a string or an
IntPtr. Using StringBuilder, i end up with strConfig being = "". Using a
string, i end up with strConfig being = a bunch of garbage. If i use an
IntPtr and use some of the marshalling functions (StringToBSTR,
StringToHGlobalAuto, etc) that first line of the function throws an
exception.

Can you help me figure out whats going on and how to appropriately call this
SendMessage call?

Thanks in advance,

-Tim
Nov 16 '05 #1
0 1007

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
1527
by: Tim Mulholland | last post by:
I just realized i had been posting under a managed newsgroup account that had expired. hopefully this one works better and gets me a response from Microsoft.. I have an MFC app that i'm trying...
10
5734
by: muntyanu | last post by:
Hi all, In C# system service I need to get some string from MFC mainframe window by SendMessage() API call. I managed to send message, but can not find the way to return string to C# app. Is...
2
8510
by: Ryan Ross | last post by:
Hello, I need some help with the SendMessage method. I've imported it into C# with the following statement: public static extern IntPtr SendMessage(IntPtr hWnd, int Msg, long wparam, int...
2
18874
by: active | last post by:
This is what need to do Win32.User.SendMessage(Win32.User.HWND_BROADCAST, Win32.User.WM_WININICHANGE, 0, "windows") Tried both of these in Win32.User. (one at a time) public static extern...
3
5314
by: Rob | last post by:
Hi all, I am having trouble converting the code below (found on http://vbnet.mvps.org/index.html?code/core/sendmessage.htm) into a format that will work using vb .NET. Can anyone have a look...
18
6535
by: Lars Netzel | last post by:
Hello! Thanx to this newgroup I have finally, with the help of you guys, gotten this to work halfway.. but the final action is still not working, clicking the "Button2" thru SendMessage(). ...
22
9188
by: SQACSharp | last post by:
I'm trying to get the control name of an editbox in another window. The following code set the value "MyPassword" in the password EditBox but it fail to return the control name of the EditBox. ...
11
47998
by: NVergunst | last post by:
Hello everyone. I have what I believe to be a simple question, yet I can not find anything that is helpful to me. Basically I have an application, that I want to use to control external...
1
13379
by: Necromis | last post by:
Ok, I have gotten my head around things better regarding SendMessage and FindWindow functions. However, I am running into an issue with my code still. The program I am working with is EXTRA! by...
0
7227
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7331
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
5056
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4713
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3204
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3188
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1564
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
768
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
424
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.