I need to save one file into compiled exe. while exe is execution is running is it possible ?
If it possible how can i do this ? Can any one help me pls.
Hi,
i am using JWplayer to play audio and video files in my exe.
this is my html file:
<script type="text/javascript">
</script>
</head>
<body>
</body>
it play both mp3 and mp4 in browser. But after generating exe with chromium engine it only playing mp3. Mp4 files are not...
Hi guys i need to play videos in my application using chromium engine but it not working if we use Trident engine it working but we need to use chromium engine only. How can i play videos using chromium engine in my exe.
I am creating dynamic config file through exe.My application was connecting to database every thing working fine.But i need to check the config file is exists or not. I need to develop some logic depends on that config file i need to check every time while exe is starting.
How can i find the...
Hi
while i am inserting values into database using my exe its successfully inserting and i am try to retrieving same values it not showing any values. If i accessing from localhost it showing all the values i entered.
after close and restart the my exe all values are displaying. How can i solve...