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

C#

 
AnswerRe: Java networking Code - conversion to C# Pin
led mike16-Jul-08 11:04
led mike16-Jul-08 11:04 
GeneralRe: Java networking Code - conversion to C# Pin
DwR16-Jul-08 12:59
DwR16-Jul-08 12:59 
GeneralRe: Java networking Code - conversion to C# Pin
led mike17-Jul-08 7:07
led mike17-Jul-08 7:07 
AnswerRe: Java networking Code - conversion to C# Pin
Judah Gabriel Himango16-Jul-08 11:15
sponsorJudah Gabriel Himango16-Jul-08 11:15 
QuestionData Synchronization and Retrieval Pin
CodingYoshi16-Jul-08 5:41
CodingYoshi16-Jul-08 5:41 
AnswerRe: Data Synchronization and Retrieval Pin
nelsonpaixao17-Jul-08 14:17
nelsonpaixao17-Jul-08 14:17 
GeneralRe: Data Synchronization and Retrieval Pin
CodingYoshi19-Jul-08 8:47
CodingYoshi19-Jul-08 8:47 
QuestionPostMessage # How to pass Message back to Caller EXE?? Pin
ImNAM16-Jul-08 5:19
ImNAM16-Jul-08 5:19 
Hello,
I am new to .net n working with Framework 3.5 Sniff | :^)

Currently working on Application developed in Borland Delphi.
We have 2 exe's named as DBPro.exe and Data.exe

I am rewriting Data.exe which deal with Data Interaction with SQL Server.

Now the project work like, We have button in DBPro.exe which Opens up Data.exe n while doing this it Passes the Message to it using Post Message. I dont have code for DBPro.exe

After All work wen we close Data.Exe it is suppose to PostBack message to Calling Exe i.e. DBPro.exe which will reinitialize it.

I found line PostMessage(HWND_BROADCAST, dbmesg, 0, 0); in Data.exe, in the Form End section which is suppose to Post Back the Message. Now I want to do the same with my new Data.exe. So far I found I can use some invoke method but have no idea how to use it. D'Oh! | :doh: Cry | :((

I'll appriciate any pointers on this issue. Roll eyes | :rolleyes:

Thanks.

Some declarations look like this.. Confused | :confused: Confused | :confused:

PostMessage(HWND_BROADCAST, dbmesg, 0, 0);
 strpcopy(mstr, 'WM_DBMESG');
 dbmesg:=RegisterWindowMessage (mstr);


I am not able to found any declaration for HWND_BROADCAST

Niks

AnswerRe: PostMessage # How to pass Message back to Caller EXE?? Pin
ImNAM16-Jul-08 7:14
ImNAM16-Jul-08 7:14 
QuestionCollections Advice Please? Pin
itlee16-Jul-08 4:34
itlee16-Jul-08 4:34 
AnswerRe: Collections Advice Please? Pin
Le centriste16-Jul-08 4:40
Le centriste16-Jul-08 4:40 
AnswerRe: Collections Advice Please? Pin
Scott Dorman16-Jul-08 5:15
professionalScott Dorman16-Jul-08 5:15 
GeneralRe: Collections Advice Please? Pin
DaveyM6916-Jul-08 9:09
professionalDaveyM6916-Jul-08 9:09 
GeneralRe: Collections Advice Please? Pin
itlee16-Jul-08 21:18
itlee16-Jul-08 21:18 
QuestionRe: Collections Advice Please? Pin
Luc Pattyn16-Jul-08 8:54
sitebuilderLuc Pattyn16-Jul-08 8:54 
AnswerRe: Collections Advice Please? Pin
itlee16-Jul-08 23:26
itlee16-Jul-08 23:26 
QuestionPredictive Search within C# Windows Form? Pin
tkrn16-Jul-08 4:32
tkrn16-Jul-08 4:32 
QuestionRe: Predictive Search within C# Windows Form? Pin
Paul Conrad16-Jul-08 4:41
professionalPaul Conrad16-Jul-08 4:41 
AnswerRe: Predictive Search within C# Windows Form? Pin
Ian Uy16-Jul-08 5:08
Ian Uy16-Jul-08 5:08 
GeneralMessage Removed Pin
16-Jul-08 5:35
tkrn16-Jul-08 5:35 
GeneralRe: Predictive Search within C# Windows Form? Pin
Ian Uy16-Jul-08 5:55
Ian Uy16-Jul-08 5:55 
GeneralMessage Removed Pin
16-Jul-08 8:40
tkrn16-Jul-08 8:40 
GeneralRe: Predictive Search within C# Windows Form? Pin
Luc Pattyn16-Jul-08 8:57
sitebuilderLuc Pattyn16-Jul-08 8:57 
Questionlistbox item colour Pin
arkiboys16-Jul-08 3:23
arkiboys16-Jul-08 3:23 
AnswerRe: listbox item colour Pin
Luc Pattyn16-Jul-08 3:53
sitebuilderLuc Pattyn16-Jul-08 3:53 

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.