Click here to Skip to main content
15,902,842 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI Im have a windows app project being developed using Adobe Flash, this app is to have a custom dictionary that communicates with the flash app, for instance:

if the user clicks a word in the flash app, it is to open the window/form with the word and definition etc, but NB: this app is going to be running on machines not on the network and internet connectivity so i also hv to make this executable to be published on the CDs, im new at C# but i knw my way around it... (Im more of the php programmer though)
please help!!

1. how do i do i develop a portable db for the dictionary (wat can i use, obviously not SQL)?
2. How may i link to two apps?
3. after im done is there a way of making the flash stuff combined as executable with the installation?


if you on skype or gtalk ill be online (ben.nxumalo)

if you didnt understand please ask me..
Posted
Updated 13-Jul-11 1:27am
v2

1 solution

1 - you can in fact use SQL, there's a version called SQL Embedded that does not require any external files
2 - you can use a variety of inter process communication mechanisms in C#, but I have no idea what, if anything, flash supports. The simplest and most primitive thing is to watch a file in the file system and write messages to the other app there. Just about anything else would be better.
3 - You can write an installer that installs any combination of files you desire.

No-one is going to skype or g-talk you. We are offering free help for your projects, but we're not going to spend the time to talk directly, we're moving on to the next person who needs help.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900