Click here to Skip to main content
15,921,959 members
Home / Discussions / C#
   

C#

 
GeneralRe: TabControl Pin
Marc Clifton27-Apr-05 4:08
mvaMarc Clifton27-Apr-05 4:08 
GeneralRe: TabControl Pin
Alex_Y27-Apr-05 5:07
Alex_Y27-Apr-05 5:07 
GeneralSaving a Panel/Groupbox to JPG Pin
Da`Sooty26-Apr-05 7:38
Da`Sooty26-Apr-05 7:38 
GeneralRe: Saving a Panel/Groupbox to JPG Pin
Heath Stewart26-Apr-05 9:47
protectorHeath Stewart26-Apr-05 9:47 
GeneralFileIOPermissions Pin
Member 141845426-Apr-05 7:26
Member 141845426-Apr-05 7:26 
GeneralRe: FileIOPermissions Pin
Heath Stewart26-Apr-05 9:38
protectorHeath Stewart26-Apr-05 9:38 
GeneralRe: FileIOPermissions Pin
26-Apr-05 9:47
suss26-Apr-05 9:47 
GeneralRe: FileIOPermissions Pin
Heath Stewart26-Apr-05 11:12
protectorHeath Stewart26-Apr-05 11:12 
But the code is running, actually. Notice that when you try to create an inheritted form VS.NET will complain if the assembly that contains the would-be parent form is not compiled yet?

If your target location for the assembly is on a network share, for example - even if the drive is mapped - you will most like get a SecurityException because the FileIOPermission isn't granted, by default, to anything but FullTrust code which is only given, by default, to the "My Computer" zone.

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]
GeneralRe: FileIOPermissions Pin
Member 141845429-Apr-05 6:25
Member 141845429-Apr-05 6:25 
GeneralRe: FileIOPermissions Pin
Heath Stewart29-Apr-05 6:28
protectorHeath Stewart29-Apr-05 6:28 
GeneralRe: FileIOPermissions Pin
Member 14184542-May-05 9:05
Member 14184542-May-05 9:05 
QuestionHow to get fan properties? Pin
Yeast2726-Apr-05 7:09
Yeast2726-Apr-05 7:09 
AnswerRe: How to get fan properties? Pin
Heath Stewart26-Apr-05 9:40
protectorHeath Stewart26-Apr-05 9:40 
GeneralRe: How to get fan properties? Pin
Yeast2726-Apr-05 19:22
Yeast2726-Apr-05 19:22 
GeneralRe: How to get fan properties? Pin
Heath Stewart27-Apr-05 5:08
protectorHeath Stewart27-Apr-05 5:08 
GeneralRe: How to get fan properties? Pin
Yeast2727-Apr-05 22:25
Yeast2727-Apr-05 22:25 
GeneralRe: How to get fan properties? Pin
Heath Stewart28-Apr-05 5:07
protectorHeath Stewart28-Apr-05 5:07 
GeneralRe: How to get fan properties? Pin
Yeast2728-Apr-05 7:30
Yeast2728-Apr-05 7:30 
GeneralRe: How to get fan properties? Pin
Heath Stewart28-Apr-05 11:18
protectorHeath Stewart28-Apr-05 11:18 
GeneralDate formating in datagrid Pin
seanf71126-Apr-05 5:51
seanf71126-Apr-05 5:51 
GeneralRe: Date formating in datagrid Pin
Heath Stewart26-Apr-05 6:12
protectorHeath Stewart26-Apr-05 6:12 
GeneralRe: Date formating in datagrid Pin
seanf71127-Apr-05 12:59
seanf71127-Apr-05 12:59 
QuestionHow can I create UI thread in C# Pin
Alex_Y26-Apr-05 5:42
Alex_Y26-Apr-05 5:42 
AnswerRe: How can I create UI thread in C# Pin
Heath Stewart26-Apr-05 5:44
protectorHeath Stewart26-Apr-05 5:44 
GeneralRe: How can I create UI thread in C# Pin
Alex_Y26-Apr-05 6:50
Alex_Y26-Apr-05 6:50 

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.