Click here to Skip to main content
15,902,777 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionDelete files when uninstalling application Pin
sebastud26-Jan-06 2:09
sebastud26-Jan-06 2:09 
Question.NET Memory Management Pin
RajeshGuptha26-Jan-06 2:01
RajeshGuptha26-Jan-06 2:01 
AnswerRe: .NET Memory Management Pin
Colin Angus Mackay26-Jan-06 2:23
Colin Angus Mackay26-Jan-06 2:23 
AnswerRe: .NET Memory Management Pin
Dave Kreskowiak26-Jan-06 6:24
mveDave Kreskowiak26-Jan-06 6:24 
QuestionUnmanaged Class Serialization in VC .NET Pin
cxxxc26-Jan-06 1:06
cxxxc26-Jan-06 1:06 
QuestionScheduling Task Pin
azam31625-Jan-06 21:30
azam31625-Jan-06 21:30 
Question.NET & firefox Pin
Emily.r25-Jan-06 6:19
Emily.r25-Jan-06 6:19 
AnswerRe: .NET & firefox Pin
Matthew Hazlett25-Jan-06 14:34
Matthew Hazlett25-Jan-06 14:34 
Firefox plugins are written in javascript. If you can get a JS plugin to start a process with your engine (and your computer has the framework) then sure.

I looked at the CVS For IeView a firefox plugin that views a page in ie... So its possible to start a process...

http://www.mozdev.org/source/browse/ieview/ieview/content/ieviewOverlay.js[^]

<br />
      usePath = targetFile.target;<br />
<br />
      var process = Components.classes['@mozilla.org/process/util;1'].getService(Components.interfaces.nsIProcess);<br />
      process.init(targetFile);<br />
      var arguments= [] ;<br />
<br />
      arguments.push(argumentstext);<br />
<br />
      process.run(false, arguments, arguments.length, {});<br />
      return true;<br />


All I can suggest is Googleing Components.classes and @mozilla.org/process/util

I'll get ya started:
http://www.xulplanet.com/references/xpcomref/comps/c_processutil1.html[^]


Matthew Hazlett

Sometimes I miss the simpler DOS days of Borland Turbo Pascal (but not very often).

-- modified at 20:35 Wednesday 25th January, 2006
QuestionWorkaround for Raw sockets in Windows XP SP2? Pin
Tom Paluzzi25-Jan-06 4:52
Tom Paluzzi25-Jan-06 4:52 
QuestionCan C++ be used to create a powerful web app? Pin
larryfran24-Jan-06 19:24
larryfran24-Jan-06 19:24 
AnswerRe: Can C++ be used to create a powerful web app? Pin
James Gupta25-Jan-06 1:38
professionalJames Gupta25-Jan-06 1:38 
AnswerRe: Can C++ be used to create a powerful web app? Pin
Dave Kreskowiak25-Jan-06 1:53
mveDave Kreskowiak25-Jan-06 1:53 
AnswerRe: Can C++ be used to create a powerful web app? Pin
Kevin McFarlane26-Jan-06 6:52
Kevin McFarlane26-Jan-06 6:52 
QuestionHow to import C# structs into MC++ without loss of inheritance connectivity Pin
chervu24-Jan-06 10:45
chervu24-Jan-06 10:45 
QuestionFilling a ListView is too slow. Pin
luke72724-Jan-06 6:42
luke72724-Jan-06 6:42 
AnswerRe: Filling a ListView is too slow. Pin
Ray Cassick24-Jan-06 7:14
Ray Cassick24-Jan-06 7:14 
GeneralRe: Filling a ListView is too slow. Pin
luke72724-Jan-06 9:04
luke72724-Jan-06 9:04 
AnswerRe: Filling a ListView is too slow. Pin
Daniel Grunwald24-Jan-06 8:48
Daniel Grunwald24-Jan-06 8:48 
GeneralRe: Filling a ListView is too slow. Pin
luke72724-Jan-06 9:14
luke72724-Jan-06 9:14 
AnswerRe: Filling a ListView is too slow. Pin
luke72724-Jan-06 21:04
luke72724-Jan-06 21:04 
GeneralRe: Filling a ListView is too slow. Pin
Daniel Grunwald25-Jan-06 4:16
Daniel Grunwald25-Jan-06 4:16 
GeneralRe: Filling a ListView is too slow. Pin
Dan Neely25-Jan-06 5:39
Dan Neely25-Jan-06 5:39 
AnswerRe: Filling a ListView is too slow. Pin
luke72725-Jan-06 7:34
luke72725-Jan-06 7:34 
QuestionCulture and TwoLetterISOLanguageName Pin
Alsvha24-Jan-06 3:40
Alsvha24-Jan-06 3:40 
AnswerRe: Culture and TwoLetterISOLanguageName Pin
lmoelleb24-Jan-06 21:18
lmoelleb24-Jan-06 21:18 

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.