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

C#

 
Questionlistview with combobox as subitem? Pin
vista2717-Oct-04 9:04
vista2717-Oct-04 9:04 
AnswerRe: listview with combobox as subitem? Pin
Kiran Satish17-Oct-04 10:39
Kiran Satish17-Oct-04 10:39 
GeneralRe: listview with combobox as subitem? Pin
Heath Stewart17-Oct-04 10:54
protectorHeath Stewart17-Oct-04 10:54 
AnswerRe: listview with combobox as subitem? Pin
mav.northwind17-Oct-04 20:25
mav.northwind17-Oct-04 20:25 
GeneralWinForm embedding in IE and Security Pin
afinnell17-Oct-04 8:53
afinnell17-Oct-04 8:53 
GeneralRe: WinForm embedding in IE and Security Pin
Heath Stewart17-Oct-04 10:52
protectorHeath Stewart17-Oct-04 10:52 
GeneralRe: WinForm embedding in IE and Security Pin
afinnell18-Oct-04 4:41
afinnell18-Oct-04 4:41 
GeneralRe: WinForm embedding in IE and Security Pin
Heath Stewart18-Oct-04 5:31
protectorHeath Stewart18-Oct-04 5:31 
Truly touchless deployment requires that your control only do what it is allowed to do (in .NET 1.0 this was nothing; thanks to the requests of several of us early adopters of touchless deployment, .NET 1.1 grants the Internet_Zone some permissions). There's simply no way around that (it's like being able to force installation of your ActiveX controls on unsuspecting clients - that's bad).

In .NET 2.0 there will be a technology called ClickOnce[^] that can save you from writing your own installation routine, but this won't be truly touchless either. It should - assuming no further changes - prompt the user to install an application and can update that application. The assemblies, however, are not downloaded in the same manner (i.e., automatic updates when IEExec checks for new versions of assemblies from their respective codebases).

There's just no getting around it: you can't force yourself on users; the framework won't allow it. If it did, then someone with malicous intent could force their malicous code on users, too.

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

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: WinForm embedding in IE and Security Pin
afinnell18-Oct-04 5:45
afinnell18-Oct-04 5:45 
GeneralRe: WinForm embedding in IE and Security Pin
Heath Stewart18-Oct-04 6:24
protectorHeath Stewart18-Oct-04 6:24 
GeneralRe: WinForm embedding in IE and Security Pin
afinnell18-Oct-04 7:47
afinnell18-Oct-04 7:47 
GeneralGet backup status using WMI Pin
WillemM17-Oct-04 7:19
WillemM17-Oct-04 7:19 
GeneralRe: Get backup status using WMI Pin
Anonymous17-Oct-04 16:52
Anonymous17-Oct-04 16:52 
GeneralRe: Get backup status using WMI Pin
Anonymous17-Oct-04 17:41
Anonymous17-Oct-04 17:41 
GeneralRe: Get backup status using WMI Pin
WillemM17-Oct-04 22:50
WillemM17-Oct-04 22:50 
Questionhow to remove an element from an array Pin
tom_dx17-Oct-04 4:48
tom_dx17-Oct-04 4:48 
AnswerRe: how to remove an element from an array Pin
CerebralKungFu17-Oct-04 5:21
CerebralKungFu17-Oct-04 5:21 
GeneralRe: how to remove an element from an array Pin
tom_dx17-Oct-04 7:36
tom_dx17-Oct-04 7:36 
GeneralRe: how to remove an element from an array Pin
CerebralKungFu17-Oct-04 8:42
CerebralKungFu17-Oct-04 8:42 
GeneralHelp Please... Waqas Butt Pin
| Muhammad Waqas Butt |17-Oct-04 4:41
professional| Muhammad Waqas Butt |17-Oct-04 4:41 
GeneralRe: Help Please... Waqas Butt Pin
Christian Graus17-Oct-04 10:56
protectorChristian Graus17-Oct-04 10:56 
GeneralRe: Help Please... Waqas Butt Pin
| Muhammad Waqas Butt |18-Oct-04 15:07
professional| Muhammad Waqas Butt |18-Oct-04 15:07 
GeneralRe: Help Please... Waqas Butt Pin
Christian Graus18-Oct-04 15:22
protectorChristian Graus18-Oct-04 15:22 
GeneralRe: Help Please... Waqas Butt Pin
| Muhammad Waqas Butt |18-Oct-04 21:44
professional| Muhammad Waqas Butt |18-Oct-04 21:44 
GeneralInterprocess communication Pin
petst17-Oct-04 3:00
petst17-Oct-04 3:00 

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.