Click here to Skip to main content
15,922,894 members
Home / Discussions / C#
   

C#

 
GeneralRe: trying to write to a log file in destructor Pin
Gavin Jeffrey17-Oct-04 21:41
Gavin Jeffrey17-Oct-04 21:41 
GeneralRe: trying to write to a log file in destructor Pin
Colin Angus Mackay17-Oct-04 23:01
Colin Angus Mackay17-Oct-04 23:01 
GeneralGetting all the section names from an ini file Pin
Member 64506717-Oct-04 20:32
Member 64506717-Oct-04 20:32 
GeneralRe: Getting all the section names from an ini file Pin
Colin Angus Mackay17-Oct-04 20:50
Colin Angus Mackay17-Oct-04 20:50 
GeneralRe: Getting all the section names from an ini file Pin
Heath Stewart18-Oct-04 6:28
protectorHeath Stewart18-Oct-04 6:28 
QuestionHow my remote sever popup information Pin
ChandruIT17-Oct-04 20:02
ChandruIT17-Oct-04 20:02 
AnswerRe: How my remote sever popup information Pin
afinnell18-Oct-04 5:57
afinnell18-Oct-04 5:57 
Questionhow to rread a line from a txt file to an array Pin
tom_dx17-Oct-04 10:20
tom_dx17-Oct-04 10:20 
AnswerRe: how to rread a line from a txt file to an array Pin
Kiran Satish17-Oct-04 10:32
Kiran Satish17-Oct-04 10:32 
GeneralRe: how to rread a line from a txt file to an array Pin
Christian Graus17-Oct-04 10:53
protectorChristian Graus17-Oct-04 10:53 
GeneralRe: how to rread a line from a txt file to an array Pin
Kiran Satish17-Oct-04 10:56
Kiran Satish17-Oct-04 10:56 
AnswerRe: how to rread a line from a txt file to an array Pin
Christian Graus17-Oct-04 10:54
protectorChristian Graus17-Oct-04 10:54 
GeneralRe: how to rread a line from a txt file to an array Pin
tom_dx17-Oct-04 12:52
tom_dx17-Oct-04 12:52 
GeneralRe: how to rread a line from a txt file to an array Pin
Christian Graus17-Oct-04 13:06
protectorChristian Graus17-Oct-04 13:06 
GeneralRe: how to rread a line from a txt file to an array Pin
tom_dx17-Oct-04 13:48
tom_dx17-Oct-04 13:48 
AnswerRe: how to rread a line from a txt file to an array Pin
Rob Tomson17-Oct-04 23:20
Rob Tomson17-Oct-04 23:20 
GeneralRe: how to rread a line from a txt file to an array Pin
leppie18-Oct-04 0:31
leppie18-Oct-04 0:31 
GeneralRe: how to rread a line from a txt file to an array Pin
tom_dx19-Oct-04 13:37
tom_dx19-Oct-04 13:37 
AnswerRe: how to rread a line from a txt file to an array Pin
Anonymous20-Oct-04 7:01
Anonymous20-Oct-04 7:01 
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 
Previously I was an architect that designed and developed a massive N-tier application using embedded Windows Forms controls and touchlessly-deployed Windows Forms Applciation and not once did customers have to manually change their CAS settings. You wrap this in an install. I wrote an Installer derivative that enumerate the Machine policy (all the code necessary is defined in the BCL) and added (or removed upon uninstall) our UrlMembershipCondition. This was executed as a custom action from Windows Installer (using VS.NET's Windows Installer projects - while severely limited in support for MSI features - makes this possible very easily).

.NET CAS doesn't prompt the user because users often make uninformed and ill-choices, clicking "Yes" to everything they read. It's a much tigher sandbox than what ActiveX has - if you can even call that a sandbox.

If you want more information on embeddeding Windows Forms controls - and even supporting client scripting (that depends on IE ActiveX security settings), read an old article of mine at http://www.devhood.com/Tutorials/tutorial_details.aspx?tutorial_id=388[^].

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]

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.