Click here to Skip to main content
15,888,816 members
Home / Discussions / C#
   

C#

 
AnswerRe: Set Focus problem Pin
SeMartens26-Sep-05 21:34
SeMartens26-Sep-05 21:34 
QuestionApplication metering Pin
Villgott26-Sep-05 20:24
Villgott26-Sep-05 20:24 
AnswerRe: Application metering Pin
enjoycrack26-Sep-05 21:40
enjoycrack26-Sep-05 21:40 
AnswerRe: Application metering Pin
Ashok Dhamija26-Sep-05 22:11
Ashok Dhamija26-Sep-05 22:11 
AnswerRe: Application metering Pin
Villgott26-Sep-05 23:32
Villgott26-Sep-05 23:32 
QuestionVPN connection by API's Pin
vikas amin26-Sep-05 19:46
vikas amin26-Sep-05 19:46 
QuestionPlaying Media files in WinCE using C# Pin
Harikaran S26-Sep-05 18:38
Harikaran S26-Sep-05 18:38 
QuestionOwn ArrayEditor Pin
Anonymous26-Sep-05 18:34
Anonymous26-Sep-05 18:34 
i have a class which contains one property of ARRAY type. when I check this class in propertyGrid, everything works fine and I can work with ArrayEditor attached to the property without any problems.

now I would like to use my own ArrayEditor for this property, so I write:

[Editor(typeof(MyArrayEditor), typeof(System.Drawing.Design.UITypeEditor))]
public object[] Test
{...

MyArrayEditor is inherited from ArrayEditor. The problem is, propertygrid does not use my editor but still default one for arrays. does anyone know how to explain this behaviour?

thanks,
mike
AnswerRe: Own ArrayEditor Pin
Anonymous26-Sep-05 18:40
Anonymous26-Sep-05 18:40 
QuestionC# Email Access Pin
allenmpcx26-Sep-05 17:22
allenmpcx26-Sep-05 17:22 
AnswerRe: C# Email Access Pin
enjoycrack26-Sep-05 17:29
enjoycrack26-Sep-05 17:29 
QuestionHow Can We Extract A String From A Cookie, In Windows Form Pin
babak_izadi26-Sep-05 15:14
babak_izadi26-Sep-05 15:14 
AnswerRe: How Can We Extract A String From A Cookie, In Windows Form Pin
painlessprod26-Sep-05 16:26
painlessprod26-Sep-05 16:26 
GeneralRe: How Can We Extract A String From A Cookie, In Windows Form Pin
babak_izadi26-Sep-05 16:53
babak_izadi26-Sep-05 16:53 
GeneralRe: How Can We Extract A String From A Cookie, In Windows Form Pin
painlessprod26-Sep-05 17:58
painlessprod26-Sep-05 17:58 
GeneralRe: How Can We Extract A String From A Cookie, In Windows Form Pin
babak_izadi26-Sep-05 18:29
babak_izadi26-Sep-05 18:29 
AnswerRe: How Can We Extract A String From A Cookie, In Windows Form Pin
Guffa26-Sep-05 18:52
Guffa26-Sep-05 18:52 
QuestionDatagrid row colouring Pin
painlessprod26-Sep-05 15:00
painlessprod26-Sep-05 15:00 
AnswerRe: Datagrid row colouring Pin
Barm26-Sep-05 17:37
Barm26-Sep-05 17:37 
GeneralRe: Datagrid row colouring Pin
painlessprod26-Sep-05 17:55
painlessprod26-Sep-05 17:55 
Question3d programming using C#.net and Axiom Engine Pin
Member 225908026-Sep-05 12:33
Member 225908026-Sep-05 12:33 
Questionvids:tscc video decompressor not found Pin
codeproj guy26-Sep-05 11:03
codeproj guy26-Sep-05 11:03 
AnswerRe: vids:tscc video decompressor not found Pin
codeproj guy26-Sep-05 11:25
codeproj guy26-Sep-05 11:25 
QuestionActive Directory - Determine if user is in group Pin
new to .net26-Sep-05 10:43
new to .net26-Sep-05 10:43 
AnswerRe: Active Directory - Determine if user is in group Pin
Heath Stewart26-Sep-05 11:38
protectorHeath Stewart26-Sep-05 11:38 

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.