Click here to Skip to main content
15,891,951 members
Home / Discussions / C#
   

C#

 
GeneralExport to excel data from ultrawebgrid each row contain one worksheet Pin
sunilmskr3-Jun-05 19:32
sunilmskr3-Jun-05 19:32 
GeneralBeginner Question C# Form1 resizing Pin
...---...3-Jun-05 18:22
...---...3-Jun-05 18:22 
GeneralRe: Beginner Question C# Form1 resizing Pin
wout de zeeuw4-Jun-05 2:25
wout de zeeuw4-Jun-05 2:25 
GeneralRe: Beginner Question C# Form1 resizing Pin
MoustafaS4-Jun-05 4:29
MoustafaS4-Jun-05 4:29 
Generalset a cursor to the center Pin
Sasuko3-Jun-05 14:24
Sasuko3-Jun-05 14:24 
GeneralRe: set a cursor to the center Pin
Anonymous3-Jun-05 15:24
Anonymous3-Jun-05 15:24 
GeneralRe: Socket.BeginAccept woes... Pin
Valdair6-Jun-05 4:07
Valdair6-Jun-05 4:07 
GeneralWM_CopyData help Pin
savage_3-Jun-05 12:29
savage_3-Jun-05 12:29 
hey all

i have a c++ dll which was developed by someone else and in his documents it says

typedef int (_stdcall *pConnect) (void);
this function uses a trhead to send a connect message to the controller. a reply is sent via a WM_COPYPDATA message and then the thread is destroyed.

some more notes:

WM_COPYDATA, COPYDATASTRUCT record types
the message parameter of the WM_COPYDATA function is a standard windows message structure.
the LParam field of this structure should be cast as a pointer to a standard windows COPYDATASTRUCT.

The COPYDATASTRUCT fields are used as follows:
dwData (DWORD) used to represent the record type defined below
cbData (DWORD) used to represent record size
lpData (PVOID) used to point to the data
...

i can use PInvoke to use his functions but how do i set WM_COPYDATA, COPYDATASTRUCT in c# so i can get a reply from the controller?

any suggestions?

thanks

Kids don't try this at home!
GeneralPostMessage() vs. SendMessage() Pin
jinzhecheng3-Jun-05 12:23
jinzhecheng3-Jun-05 12:23 
GeneralRe: PostMessage() vs. SendMessage() Pin
S. Senthil Kumar3-Jun-05 21:02
S. Senthil Kumar3-Jun-05 21:02 
GeneralRe: PostMessage() vs. SendMessage() Pin
jinzhecheng7-Jun-05 2:45
jinzhecheng7-Jun-05 2:45 
GeneralRe: PostMessage() vs. SendMessage() Pin
S. Senthil Kumar7-Jun-05 3:07
S. Senthil Kumar7-Jun-05 3:07 
GeneralRe: PostMessage() vs. SendMessage() Pin
jinzhecheng7-Jun-05 3:57
jinzhecheng7-Jun-05 3:57 
Questionhow see at the same time two active forms? Pin
Sasuko3-Jun-05 11:47
Sasuko3-Jun-05 11:47 
AnswerRe: how see at the same time two active forms? Pin
S. Senthil Kumar3-Jun-05 21:05
S. Senthil Kumar3-Jun-05 21:05 
GeneralRe: how see at the same time two active forms? Pin
Sasuko3-Jun-05 22:52
Sasuko3-Jun-05 22:52 
GeneralRe: how see at the same time two active forms? Pin
S. Senthil Kumar3-Jun-05 23:24
S. Senthil Kumar3-Jun-05 23:24 
GeneralRe: how see at the same time two active forms? Pin
Anonymous4-Jun-05 1:15
Anonymous4-Jun-05 1:15 
GeneralRe: how see at the same time two active forms? Pin
Dave Kreskowiak4-Jun-05 4:00
mveDave Kreskowiak4-Jun-05 4:00 
Generalmultiple interfaces Pin
_ra3-Jun-05 10:21
_ra3-Jun-05 10:21 
GeneralRe: multiple interfaces Pin
S. Senthil Kumar3-Jun-05 21:11
S. Senthil Kumar3-Jun-05 21:11 
Generallisting components in inherited forms Pin
Jenesepas3-Jun-05 9:45
Jenesepas3-Jun-05 9:45 
GeneralRe: listing components in inherited forms Pin
Marc Clifton3-Jun-05 11:37
mvaMarc Clifton3-Jun-05 11:37 
GeneralRe: listing components in inherited forms Pin
Jenesepas3-Jun-05 12:01
Jenesepas3-Jun-05 12:01 
Generaldll Pin
ziczaczoom20043-Jun-05 9:35
ziczaczoom20043-Jun-05 9:35 

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.