You can't post a message to a program without a form and to communicate with a system hook. To post or send a mesaage, you always need a handle to post the message
Paul ----- Original Message ----- From: "Wilfried Mestdagh" <[EMAIL PROTECTED]> To: "ICS support mailing" <[email protected]> Sent: Thursday, January 19, 2006 9:45 PM Subject: Re: [twsocket] using Api form with message loop > Hello Paul, > > I may be understeanding you wrong, but you dont need a form to > communicate with another program tru messages. You only need a form if > you wants to have windows controls on it like buttons, memos etc.. > > --- > Rgds, Wilfried [TeamICS] > http://www.overbyte.be/eng/overbyte/teamics.html > http://www.mestdagh.biz > > Thursday, January 19, 2006, 21:35, Paul wrote: > >> Hi Wilfried, > >> that sounds like the console mode programs. >> I need to create a form myself, because it has to communicate >> with another program thru messages. > > >> Paul > >> ----- Original Message ----- >> From: "Wilfried Mestdagh" <[EMAIL PROTECTED]> >> To: "ICS support mailing" <[email protected]> >> Sent: Thursday, January 19, 2006 9:31 PM >> Subject: Re: [twsocket] using Api form with message loop > > >>> Hello Paul, >>> >>> Yes look at the examples. One of them (sorry forgot the name) create a >>> form on the fly. But you can do same without form whitch will save >>> probably some more memory. Create a class, create the ICS component you >>> wants (whitch will create a hidden window), and execute the message pump >>> from the TWSocket it uses :) >>> >>> --- >>> Rgds, Wilfried [TeamICS] >>> http://www.overbyte.be/eng/overbyte/teamics.html >>> http://www.mestdagh.biz >>> >>> Thursday, January 19, 2006, 20:39, Paul wrote: >>> >>>> is it possible to create a form with a message loop with api >>>> and still use the http async methods ? >>> >>>> This will shrink the total application size with almost 300K >>> >>> >>> >>>> Paul >>> >>> -- >>> To unsubscribe or change your settings for TWSocket mailing list >>> please goto http://www.elists.org/mailman/listinfo/twsocket >>> Visit our website at http://www.overbyte.be >>> >>> > > -- > To unsubscribe or change your settings for TWSocket mailing list > please goto http://www.elists.org/mailman/listinfo/twsocket > Visit our website at http://www.overbyte.be > > -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
