Click here to Skip to main content
15,909,939 members
Home / Discussions / C#
   

C#

 
QuestionRecording Control [modified] Pin
Mohammad Hajjat24-Aug-06 4:08
Mohammad Hajjat24-Aug-06 4:08 
AnswerRe: Recording Control Pin
Nader Elshehabi24-Aug-06 11:05
Nader Elshehabi24-Aug-06 11:05 
GeneralRe: Recording Control Pin
Mohammad Hajjat26-Aug-06 20:36
Mohammad Hajjat26-Aug-06 20:36 
AnswerRe: Recording Control Pin
Nader Elshehabi26-Aug-06 21:27
Nader Elshehabi26-Aug-06 21:27 
GeneralRe: Recording Control Pin
Mohammad Hajjat26-Aug-06 21:37
Mohammad Hajjat26-Aug-06 21:37 
QuestionNetworking in C# Pin
coolestCoder24-Aug-06 4:06
coolestCoder24-Aug-06 4:06 
AnswerRe: Networking in C# Pin
Nader Elshehabi24-Aug-06 10:25
Nader Elshehabi24-Aug-06 10:25 
QuestionBest option for IE hosted user control vs. stand-alone Pin
BambooMoon24-Aug-06 4:04
BambooMoon24-Aug-06 4:04 
I tried posting this to the ASP.NET forum and got no response, so I'll try here.

I will be developing some .NET C# GUIs that will use one or more web services to get and display information. The web services the GUIs use may need to do some things that require the security environment of a process running from the local hard disk, such as accessing the registry, creating a socket connection to a process on the local or a remote host, etc.

All of this is not an issue if I develop the GUIs as C# applications. However, it occurred to me that there might be some advantage in creating them as user control libraries, where the controls are hosted in IE web pages (with the web page .html files and the DLLs containing the C# user control libraries installed locally on each client, not downloaded over the internet). My concern is that an article I have read (15 Seconds : Hosting .NET Windows Forms Controls in IE) indicates that if the hosted user controls access the web services and the web services try to do something like access the registry, create an event log, make a socket connection, etc., then they may fail due to security restrictions. Given that all the user control libraries are local to the machines running them hosted in IE, is there a simple way to set up security so that these controls (and the services they use) have permissions to do essentially the same things that a GUI program could do? I don't want to make the system vulnerable or upset system administrators, so if it isn't a simple and relatively safe thing to do, I'll just go with the native applications.
QuestionHow to open file use default application in C# Pin
txwd24-Aug-06 3:37
txwd24-Aug-06 3:37 
AnswerRe: How to open file use default application in C# Pin
MIHAI_MTZ24-Aug-06 4:37
MIHAI_MTZ24-Aug-06 4:37 
QuestionXP OS SQL Server 2000 not installed Pin
sparthis24-Aug-06 3:28
sparthis24-Aug-06 3:28 
AnswerRe: XP OS SQL Server 2000 not installed Pin
Colin Angus Mackay24-Aug-06 5:28
Colin Angus Mackay24-Aug-06 5:28 
QuestionRemove macro from excel?? Pin
Goalie3524-Aug-06 3:16
Goalie3524-Aug-06 3:16 
AnswerRe: Remove macro from excel?? Pin
Nader Elshehabi24-Aug-06 10:21
Nader Elshehabi24-Aug-06 10:21 
GeneralRe: Remove macro from excel?? Pin
Goalie3524-Aug-06 17:57
Goalie3524-Aug-06 17:57 
QuestionOthello Pin
kgopa24-Aug-06 3:11
kgopa24-Aug-06 3:11 
AnswerRe: Othello Pin
Guffa24-Aug-06 3:30
Guffa24-Aug-06 3:30 
AnswerRe: Othello Pin
Guffa5-Sep-06 9:45
Guffa5-Sep-06 9:45 
QuestionHow to create Dynamic menu in VS2005 Pin
rayanaravikumar24-Aug-06 2:47
rayanaravikumar24-Aug-06 2:47 
AnswerRe: How to create Dynamic menu in VS2005 Pin
Nader Elshehabi24-Aug-06 5:32
Nader Elshehabi24-Aug-06 5:32 
QuestionSqlClientPermission Pin
Gonzalo Brusella24-Aug-06 2:43
Gonzalo Brusella24-Aug-06 2:43 
Questioninserting and retrieving an image in/from an xml file using c#? [modified] Pin
biaali24-Aug-06 2:09
biaali24-Aug-06 2:09 
AnswerRe: inserting and retrieving an image in/from an xml file using c#? Pin
Nader Elshehabi24-Aug-06 10:14
Nader Elshehabi24-Aug-06 10:14 
QuestionQuestion regarding stream to file Pin
Green Fuze24-Aug-06 1:42
Green Fuze24-Aug-06 1:42 
AnswerRe: Question regarding stream to file Pin
Nader Elshehabi24-Aug-06 2:02
Nader Elshehabi24-Aug-06 2:02 

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.