Re: Sending data to windows
- From: "Ralph" <nt_consulting64@xxxxxxxxx>
- Date: Sun, 6 Jan 2008 12:52:58 -0600
"2b|!2b==?" <user@xxxxxxxxxxxxxx> wrote in message
news:18qdnc-CCpgEmhzanZ2dnUVZ8uWdnZ2d@xxxxxxxxx
Steve Gerrard wrote:passed,
Since as you point out, you have to specify the size of the data being
is ayou could also arrange things so that each type of data you are sending
different size, and then use the size itself as the type indicator.Actually thats a good idea (and simple too) - thanks
It is is also common in Win32 programming where many Structs contain a
'size' element. This element is less important in VB than it is with
languages that can vary the pack size. But is important where 'size' is part
of the mechanics.
If this is two VB6 applications running on the same box, where you have
complete control of all the source - you might check out DDE. It is natively
supported, simple, quick to instrument, and provides built-in exception
handling.
-ralph
.
- References:
- Sending data to windows
- From: 2b|!2b==?
- Re: Sending data to windows
- From: Bob Butler
- Re: Sending data to windows
- From: 2b|!2b==?
- Re: Sending data to windows
- From: Steve Gerrard
- Re: Sending data to windows
- From: 2b|!2b==?
- Sending data to windows
- Prev by Date: Re: Still BitBlit/ GDI question...
- Next by Date: Re: Sorting on Secondary Key
- Previous by thread: Re: Sending data to windows
- Next by thread: Re: Sending data to windows
- Index(es):
Relevant Pages
|