Click here to Skip to main content
15,896,118 members
Home / Discussions / C#
   

C#

 
GeneralRe: Is my C# app installed? Pin
cdengler7-Sep-04 4:38
cdengler7-Sep-04 4:38 
GeneralRe: Is my C# app installed? Pin
Heath Stewart7-Sep-04 6:55
protectorHeath Stewart7-Sep-04 6:55 
GeneralRe: Is my C# app installed? Pin
cdengler7-Sep-04 9:29
cdengler7-Sep-04 9:29 
GeneralRe: Is my C# app installed? Pin
Heath Stewart7-Sep-04 11:41
protectorHeath Stewart7-Sep-04 11:41 
GeneralRe: Is my C# app installed? Pin
cdengler7-Sep-04 13:20
cdengler7-Sep-04 13:20 
GeneralRe: Is my C# app installed? Pin
Heath Stewart7-Sep-04 17:25
protectorHeath Stewart7-Sep-04 17:25 
GeneralRe: Is my C# app installed? Pin
cdengler8-Sep-04 5:20
cdengler8-Sep-04 5:20 
GeneralRe: Is my C# app installed? Pin
Heath Stewart8-Sep-04 7:40
protectorHeath Stewart8-Sep-04 7:40 
I don't have access to that code anymore (I no longer work for that company), but since our application was so large and required just about every permission I created an installer that added a code group (using a UrlMembershipCondition) that required the FullTrust permission set. Hosting the WebBrowser control was no different than hosting it in a locally launched Windows Forms application.

"Yet" installed means the ActiveX control (and related libs, etc.) haven't been installed yet. I.e., you install a fresh copy of Windows. You don't have QuickTime (I'd love to go without that resource hog, but unfortunately can't due to people actually distro'ing QT content!), Flash, etc. When you go to a page that requires them (assuming they have the right codebase), you'll get the bar in IE (with XP SP2). They haven't been installed yet.

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

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles]
GeneralRe: Is my C# app installed? Pin
cdengler8-Sep-04 13:29
cdengler8-Sep-04 13:29 
GeneralRe: Is my C# app installed? Pin
Heath Stewart8-Sep-04 13:46
protectorHeath Stewart8-Sep-04 13:46 
GeneralTcpListener Stop Pin
jzb6-Sep-04 21:41
jzb6-Sep-04 21:41 
GeneralRe: TcpListener Stop Pin
leppie6-Sep-04 23:32
leppie6-Sep-04 23:32 
GeneralRe: TcpListener Stop Pin
mathon7-Sep-04 0:42
mathon7-Sep-04 0:42 
GeneralRe: TcpListener Stop Pin
jzb7-Sep-04 15:35
jzb7-Sep-04 15:35 
GeneralRe: TcpListener Stop Pin
mathon7-Sep-04 21:40
mathon7-Sep-04 21:40 
GeneralRe: TcpListener Stop Pin
jzb8-Sep-04 14:55
jzb8-Sep-04 14:55 
GeneralConvert Symbols in to equivalent numeric character reference Pin
Anonymous6-Sep-04 21:31
Anonymous6-Sep-04 21:31 
GeneralOut of memory exception Pin
chettu6-Sep-04 21:27
chettu6-Sep-04 21:27 
GeneralAdding dll's in C# setup projects Pin
samirazmat6-Sep-04 20:57
samirazmat6-Sep-04 20:57 
GeneralRe: Adding dll's in C# setup projects Pin
sreejith ss nair7-Sep-04 1:30
sreejith ss nair7-Sep-04 1:30 
GeneralRe: Adding dll's in C# setup projects Pin
samirazmat7-Sep-04 1:55
samirazmat7-Sep-04 1:55 
GeneralRe: Adding dll's in C# setup projects Pin
sreejith ss nair7-Sep-04 2:14
sreejith ss nair7-Sep-04 2:14 
GeneralRe: Adding dll's in C# setup projects Pin
samirazmat7-Sep-04 2:24
samirazmat7-Sep-04 2:24 
GeneralRe: Adding dll's in C# setup projects Pin
sreejith ss nair7-Sep-04 2:39
sreejith ss nair7-Sep-04 2:39 
GeneralRe: Adding dll's in C# setup projects Pin
sreejith ss nair7-Sep-04 2:40
sreejith ss nair7-Sep-04 2:40 

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.