vb.net - Is there a decent way to send "Windows messages" between Adobe AIR and .NET, or do you need to use sockets? -


we have adobe air app , vb.net app running on same machine, , want these establish point-to-point communication. 1 option comes mind sockets. windows messages have been brought up. flash seems have several tutorials , such using sockets, not coming on google sort of native "windows message" communication.

i haven't worked lot of windows api before, aside using .net in general, i'm not quite sure windows messages or how work. i'm not sure, instance, whether they're .net construct.

either way, if adobe air supports passing windows messages , forth .net app, how done? (just 1 basic example or other resource me started.) or can through native extensions air? (that out of question, in case.) thanks.

air can run external .exe file called nativeprocess.

so can write external bat or simple exe job (sends specific messages) , call through air. haven't heard/seen "windows message" being available air.

i haven used approach similar exe tasks, should check manual i've provided see else can do. there might more options this. it's stated the nativeprocess class lets air application execute native processes on host operating system the air applcation can monitor standard input (stdin) , standard output (stdout) stream of process process's standard error (stderr) stream.

i'm not that, hope there's point should understand , might more executing external .exe :)


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -