Click here to Skip to main content
15,914,419 members
Home / Discussions / C#
   

C#

 
AnswerRe: resize problem with listbox and H splitter [modified] Pin
Morphogen15-Jul-08 4:08
Morphogen15-Jul-08 4:08 
QuestionSystem.Runtime.InteropServices.COMException (0x800A1401) [modified] Pin
sachinkalse14-Jul-08 18:55
sachinkalse14-Jul-08 18:55 
AnswerRe: System.Runtime.InteropServices.COMException (0x800A1401) Pin
sachinkalse14-Jul-08 23:34
sachinkalse14-Jul-08 23:34 
QuestionC# Extension method doesn't fit in this scenerio? Pin
Michael Sync14-Jul-08 16:51
Michael Sync14-Jul-08 16:51 
AnswerRe: C# Extension method doesn't fit in this scenerio? Pin
stancrm14-Jul-08 19:36
stancrm14-Jul-08 19:36 
GeneralRe: C# Extension method doesn't fit in this scenerio? Pin
Michael Sync14-Jul-08 19:40
Michael Sync14-Jul-08 19:40 
GeneralRe: C# Extension method doesn't fit in this scenerio? Pin
stancrm14-Jul-08 19:42
stancrm14-Jul-08 19:42 
GeneralRe: C# Extension method doesn't fit in this scenerio? Pin
Michael Sync14-Jul-08 19:46
Michael Sync14-Jul-08 19:46 
I just tried and found that it doesn't work.

namespace SilverlightHelpers.Helpers {
//Silverlight - Array Class: http://msdn.microsoft.com/en-us/library/system.array_members(VS.95).aspx
//.NET - Array Class: http://msdn.microsoft.com/en-us/library/system.array_members.aspx
public static class Array : System.Array {


Error: Error 1 'SilverlightHelpers.Helpers.Array' cannot derive from special class 'System.Array' C:\Michael Sync\Personal\Silverlight\SilverlightHelpers\SilverlightHelpers\Helpers\ArrayHelper.cs 9 25 SilverlightHelpers


Another Error: Error 2 'Array' is an ambiguous reference between 'System.Array' and 'SilverlightHelpers.Helpers.Array' C:\Michael Sync\Personal\Silverlight\SilverlightHelpers\SilverlightHelpers\Page.xaml.cs 34 27 SilverlightHelpers

Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)


GeneralRe: C# Extension method doesn't fit in this scenerio? Pin
Michael Sync14-Jul-08 19:56
Michael Sync14-Jul-08 19:56 
GeneralRe: C# Extension method doesn't fit in this scenerio? Pin
leppie14-Jul-08 22:22
leppie14-Jul-08 22:22 
AnswerRe: C# Extension method doesn't fit in this scenerio? Pin
J4amieC14-Jul-08 21:56
J4amieC14-Jul-08 21:56 
GeneralRe: C# Extension method doesn't fit in this scenerio? Pin
Michael Sync14-Jul-08 22:06
Michael Sync14-Jul-08 22:06 
GeneralRe: C# Extension method doesn't fit in this scenerio? Pin
Michael Sync14-Jul-08 22:07
Michael Sync14-Jul-08 22:07 
GeneralRe: C# Extension method doesn't fit in this scenerio? Pin
J4amieC14-Jul-08 22:09
J4amieC14-Jul-08 22:09 
GeneralRe: C# Extension method doesn't fit in this scenerio? Pin
Michael Sync14-Jul-08 22:17
Michael Sync14-Jul-08 22:17 
GeneralRe: C# Extension method doesn't fit in this scenerio? Pin
leppie14-Jul-08 22:24
leppie14-Jul-08 22:24 
GeneralRe: C# Extension method doesn't fit in this scenerio? Pin
Michael Sync14-Jul-08 22:34
Michael Sync14-Jul-08 22:34 
GeneralRe: C# Extension method doesn't fit in this scenerio? Pin
DaveyM6914-Jul-08 23:11
professionalDaveyM6914-Jul-08 23:11 
GeneralRe: C# Extension method doesn't fit in this scenerio? Pin
Michael Sync14-Jul-08 23:22
Michael Sync14-Jul-08 23:22 
GeneralRe: C# Extension method doesn't fit in this scenerio? Pin
DaveyM6914-Jul-08 23:32
professionalDaveyM6914-Jul-08 23:32 
GeneralRe: C# Extension method doesn't fit in this scenerio? Pin
Michael Sync15-Jul-08 3:37
Michael Sync15-Jul-08 3:37 
GeneralRe: C# Extension method doesn't fit in this scenerio? Pin
Scott Dorman15-Jul-08 2:31
professionalScott Dorman15-Jul-08 2:31 
GeneralRe: C# Extension method doesn't fit in this scenerio? Pin
DaveyM6915-Jul-08 3:32
professionalDaveyM6915-Jul-08 3:32 
GeneralRe: C# Extension method doesn't fit in this scenerio? Pin
Michael Sync15-Jul-08 3:36
Michael Sync15-Jul-08 3:36 
GeneralRe: C# Extension method doesn't fit in this scenerio? Pin
Scott Dorman15-Jul-08 5:30
professionalScott Dorman15-Jul-08 5:30 

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.