Tagged Questions
The embedded-control tag has no wiki summary.
23
votes
5answers
6k views
How to embed a browser object, other than IE<n>, in a Delphi application
Using the default TWebBrowser makes things easy to embed a web browser. Unfortunately the one that comes in by default is IE<n>.
I'm wondering how does one integrate a Gecko or WebKit one.
...
3
votes
2answers
217 views
How do I Control a Device’s Embedded Control Software in C# using HTTP?
I have a piece of hardware with an embedded user control accessed by typing the device's IP Address into a web browser. The device is connected directly to my PC via x-over ethernet cable and static ...
2
votes
2answers
573 views
Internet Explorer control uses IE7's own settings for ClearType and font size, can I override them?
I'm embedding an IE control into my C++ application. The problem is that although system-wide, ClearType is disabled, IE7 has its own separate setting, and unless I specifically disable that too, text ...
1
vote
6answers
111 views
Maintaining state between two machines
We have two industrial controllers that are used to control critical systems. The idea is that on failure of one controller, the other controller will automatically take over. To ensure the swap over ...
1
vote
3answers
2k views
Stop embedded Windows Media Player from looping?
I've got an embedded Windows Media player in an HTML page, and when the audio gets to the end, it just starts again from the beginning.
According to the documentation, there's an autorewind ...
1
vote
4answers
1k views
How do I embed Media Player in a C# MailMessage to play an Attachment
I'm using a C# MailMessage to attach a wave file (8K) to an email message. I'd like to provide a player within the body of that email message that will play that wave file if the user chooses to do ...
0
votes
1answer
323 views
Trap errors on load for IE embedded UserControl
I have a UserControl (.dll) that is embedded via the object tag in a asp.net page, normally the control loads fine but when it does not it only shows a blank page with a icon in the top left corner. ...