Click here to Skip to main content
15,885,906 members
Home / Discussions / C#
   

C#

 
GeneralRe: making alarm Pin
Wendelius7-Dec-08 2:43
mentorWendelius7-Dec-08 2:43 
QuestionBorder Of Group Box Pin
nagendra.vk6-Dec-08 4:10
nagendra.vk6-Dec-08 4:10 
AnswerRe: Border Of Group Box Pin
Xmen Real 6-Dec-08 4:53
professional Xmen Real 6-Dec-08 4:53 
GeneralRe: Border Of Group Box Pin
#realJSOP6-Dec-08 23:24
mve#realJSOP6-Dec-08 23:24 
GeneralRe: Border Of Group Box Pin
Xmen Real 6-Dec-08 23:26
professional Xmen Real 6-Dec-08 23:26 
AnswerRe: Border Of Group Box Pin
#realJSOP6-Dec-08 23:26
mve#realJSOP6-Dec-08 23:26 
QuestionHow to let the application work with plugins? Pin
softwarejaeger6-Dec-08 4:06
softwarejaeger6-Dec-08 4:06 
AnswerRe: How to let the application work with plugins? Pin
Marcelo Emmerich7-Dec-08 6:27
Marcelo Emmerich7-Dec-08 6:27 
the easy way to do this is to add an instance variable of the WebBrowser class and let it execute a page containing the JavaScript. See the sample code for WebBrowser.ObjectForScripting on MSDN:

WebBrowser.ObjectForScripting

This method works fine as long as you can host the WebBrowser control inside a form in your application. Regarding the packaging of your plugins, personally I like the widget concept (as I have to deal with it on a daily basis for a project I am working on). A widget is basically a ZIP file with a certain structure and a manifest file. The manifest file (called config.xml if you follow the w3c standards) points to the main HTML file to execute.

Let me know if you need more help or want more thoughts regarding this.

Cheers,

Marcelo

--
Marcelo Emmerich
Software Development - Computer Graphics - Mobile Computing
http://bytethings.blogspot.com

GeneralRe: How to let the application work with plugins? Pin
softwarejaeger9-Dec-08 20:02
softwarejaeger9-Dec-08 20:02 
GeneralRe: How to let the application work with plugins? Pin
softwarejaeger10-Dec-08 1:04
softwarejaeger10-Dec-08 1:04 
Questionerror opening excel sheet in c# Pin
emilio_ts6-Dec-08 3:32
emilio_ts6-Dec-08 3:32 
AnswerRe: error opening excel sheet in c# Pin
Wendelius6-Dec-08 3:53
mentorWendelius6-Dec-08 3:53 
GeneralRe: error opening excel sheet in c# Pin
emilio_ts6-Dec-08 3:59
emilio_ts6-Dec-08 3:59 
GeneralRe: error opening excel sheet in c# Pin
Wendelius6-Dec-08 4:30
mentorWendelius6-Dec-08 4:30 
GeneralRe: error opening excel sheet in c# Pin
Dave Kreskowiak6-Dec-08 4:59
mveDave Kreskowiak6-Dec-08 4:59 
GeneralRe: error opening excel sheet in c# Pin
emilio_ts6-Dec-08 5:23
emilio_ts6-Dec-08 5:23 
GeneralRe: error opening excel sheet in c# Pin
Luc Pattyn6-Dec-08 6:23
sitebuilderLuc Pattyn6-Dec-08 6:23 
QuestionTranslating With Babylon using C# Pin
CRAZYCRICKET2256-Dec-08 2:46
CRAZYCRICKET2256-Dec-08 2:46 
QuestionI loathe regular expressions. Pin
jas0n236-Dec-08 1:48
jas0n236-Dec-08 1:48 
AnswerRe: I loathe regular expressions. Pin
beatles16926-Dec-08 3:16
beatles16926-Dec-08 3:16 
GeneralRe: I loathe regular expressions. Pin
jas0n236-Dec-08 3:17
jas0n236-Dec-08 3:17 
AnswerRe: I loathe regular expressions. Pin
Guffa6-Dec-08 3:38
Guffa6-Dec-08 3:38 
AnswerRe: I loathe regular expressions. Pin
Wes Aday6-Dec-08 7:08
professionalWes Aday6-Dec-08 7:08 
GeneralRe: I loathe regular expressions. Pin
Paul Conrad6-Dec-08 7:35
professionalPaul Conrad6-Dec-08 7:35 
GeneralRe: I loathe regular expressions. Pin
jas0n2311-Dec-08 20:14
jas0n2311-Dec-08 20:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.