Click here to Skip to main content
15,897,273 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# newbee Pin
Mohamad Al Husseiny26-Sep-05 8:25
Mohamad Al Husseiny26-Sep-05 8:25 
GeneralRe: C# newbee Pin
Ann6626-Sep-05 8:31
sussAnn6626-Sep-05 8:31 
GeneralRe: C# newbee Pin
Mohamad Al Husseiny26-Sep-05 8:35
Mohamad Al Husseiny26-Sep-05 8:35 
GeneralRe: C# newbee Pin
Ann6626-Sep-05 9:48
sussAnn6626-Sep-05 9:48 
GeneralRe: C# newbee Pin
Dan Neely26-Sep-05 10:10
Dan Neely26-Sep-05 10:10 
AnswerRe: C# newbee Pin
Dave Kreskowiak26-Sep-05 9:18
mveDave Kreskowiak26-Sep-05 9:18 
AnswerRe: C# newbee Pin
Ann6626-Sep-05 10:15
sussAnn6626-Sep-05 10:15 
AnswerRe: C# newbee Pin
Heath Stewart26-Sep-05 11:44
protectorHeath Stewart26-Sep-05 11:44 
You can actually both host a managed application (DLL) and launch a managed application (EXE) within or from Internet Explorer, but there's a lot of rules and by default your code isn't permitted at all to run in .NET 1.0, and is only given a few permissions by default in .NET 1.1 and newer. What are permissions? See Understanding .NET Code Access Security[^] for details.

I wrote an article long ago that's still relevant (although .NET 1.1's "Internet_Policy" grants a few permissions now) at http://www.devhood.com/Tutorials/tutorial_details.aspx?tutorial_id=388[^]. An EXE isn't much different except in how it's compiled. Chris Sells wrote a good article specific to launching a managed EXE from IE at http://msdn.microsoft.com/smartclient/community/heroes/wahoo.aspx[^].

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Customer Product-lifecycle Experience
Microsoft

[My Articles] [My Blog]
AnswerRe: C# newbee Pin
Heinz_26-Sep-05 12:19
Heinz_26-Sep-05 12:19 
QuestionAdding columns to CrystalReport Pin
zaboboa26-Sep-05 6:13
zaboboa26-Sep-05 6:13 
QuestionReprtDocument Exception need HELP Pin
zaboboa26-Sep-05 5:03
zaboboa26-Sep-05 5:03 
QuestionDataGrid + vertical Scrollbar Pin
totig26-Sep-05 2:51
totig26-Sep-05 2:51 
AnswerRe: DataGrid + vertical Scrollbar Pin
Wjousts26-Sep-05 2:59
Wjousts26-Sep-05 2:59 
GeneralRe: DataGrid + vertical Scrollbar Pin
totig26-Sep-05 3:36
totig26-Sep-05 3:36 
GeneralRe: DataGrid + vertical Scrollbar Pin
Wjousts26-Sep-05 9:13
Wjousts26-Sep-05 9:13 
QuestionTreeview issues Pin
PHDENG8126-Sep-05 2:45
PHDENG8126-Sep-05 2:45 
AnswerRe: Treeview issues Pin
munawarhussain26-Sep-05 6:17
munawarhussain26-Sep-05 6:17 
GeneralRe: Treeview issues Pin
PHDENG8126-Sep-05 6:42
PHDENG8126-Sep-05 6:42 
GeneralRe: Treeview issues Pin
Wjousts26-Sep-05 8:07
Wjousts26-Sep-05 8:07 
GeneralRe: Treeview issues Pin
PHDENG8126-Sep-05 8:46
PHDENG8126-Sep-05 8:46 
QuestionDebugging irregularaity Pin
bharath_k26-Sep-05 2:39
bharath_k26-Sep-05 2:39 
AnswerRe: Debugging irregularaity Pin
Ami Bar26-Sep-05 9:37
Ami Bar26-Sep-05 9:37 
GeneralRe: Debugging irregularaity Pin
bharath_k27-Sep-05 18:51
bharath_k27-Sep-05 18:51 
QuestionCOM object for Microsoft Office Picture Manager or Picture Viewer Pin
Member 220390526-Sep-05 2:24
Member 220390526-Sep-05 2:24 
QuestionStream to String Pin
_Hacker26-Sep-05 2:23
suss_Hacker26-Sep-05 2:23 

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.