Click here to Skip to main content
15,891,607 members
Home / Discussions / C#
   

C#

 
GeneralRe: Making all columns text when using Microsoft Text Driver(*.txt, *.csv) Pin
Sunset Towers6-Dec-08 7:52
Sunset Towers6-Dec-08 7:52 
GeneralRe: Making all columns text when using Microsoft Text Driver(*.txt, *.csv) Pin
Wendelius6-Dec-08 7:57
mentorWendelius6-Dec-08 7:57 
GeneralRe: Making all columns text when using Microsoft Text Driver(*.txt, *.csv) Pin
Sunset Towers6-Dec-08 8:19
Sunset Towers6-Dec-08 8:19 
GeneralRe: Making all columns text when using Microsoft Text Driver(*.txt, *.csv) Pin
Wendelius6-Dec-08 8:27
mentorWendelius6-Dec-08 8:27 
GeneralRe: Making all columns text when using Microsoft Text Driver(*.txt, *.csv) Pin
Mycroft Holmes6-Dec-08 23:15
professionalMycroft Holmes6-Dec-08 23:15 
GeneralRe: Making all columns text when using Microsoft Text Driver(*.txt, *.csv) Pin
Sunset Towers6-Dec-08 23:30
Sunset Towers6-Dec-08 23:30 
QuestionTesting C# with xUnit Pin
Jammer6-Dec-08 5:33
Jammer6-Dec-08 5:33 
QuestionC# serial Port Pin
Karmendra Suthar6-Dec-08 5:05
Karmendra Suthar6-Dec-08 5:05 
AnswerRe: C# serial Port Pin
Wendelius6-Dec-08 5:41
mentorWendelius6-Dec-08 5:41 
Questionmaking alarm Pin
Xmen Real 6-Dec-08 4:48
professional Xmen Real 6-Dec-08 4:48 
AnswerRe: making alarm [modified] Pin
Alan N6-Dec-08 10:12
Alan N6-Dec-08 10:12 
GeneralRe: making alarm Pin
Xmen Real 6-Dec-08 14:29
professional Xmen Real 6-Dec-08 14:29 
AnswerRe: making alarm Pin
Wendelius7-Dec-08 0:12
mentorWendelius7-Dec-08 0:12 
GeneralRe: making alarm Pin
Xmen Real 7-Dec-08 1:53
professional Xmen Real 7-Dec-08 1:53 
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 

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.