Click here to Skip to main content
15,902,299 members
Home / Discussions / C#
   

C#

 
GeneralRe: Breakpoint don't work :( WHY??? HELP!!! Pin
yarns27-Sep-05 1:51
yarns27-Sep-05 1:51 
GeneralRe: Breakpoint don't work :( WHY??? HELP!!! Pin
mav.northwind27-Sep-05 2:06
mav.northwind27-Sep-05 2:06 
GeneralRe: Breakpoint don't work :( WHY??? HELP!!! Pin
yarns27-Sep-05 5:02
yarns27-Sep-05 5:02 
AnswerRe: Breakpoint don't work :( WHY??? HELP!!! Pin
S. Senthil Kumar27-Sep-05 3:01
S. Senthil Kumar27-Sep-05 3:01 
QuestionRemoting and Web Services. Pin
webC#26-Sep-05 22:45
webC#26-Sep-05 22:45 
AnswerRe: Remoting and Web Services. Pin
seee sharp27-Sep-05 0:39
seee sharp27-Sep-05 0:39 
QuestionTreeview Pin
akshayswaroop26-Sep-05 21:51
akshayswaroop26-Sep-05 21:51 
AnswerRe: Treeview Pin
g00fyman27-Sep-05 1:06
g00fyman27-Sep-05 1:06 
GeneralRe: Treeview Pin
akshayswaroop27-Sep-05 3:24
akshayswaroop27-Sep-05 3:24 
QuestionIE Viewer (as PDF) Pin
Super Lloyd26-Sep-05 21:11
Super Lloyd26-Sep-05 21:11 
QuestionSetHelpString and Multi language Pin
mkomasi26-Sep-05 20:46
mkomasi26-Sep-05 20:46 
QuestionSet Focus problem Pin
deldeep26-Sep-05 20:35
deldeep26-Sep-05 20:35 
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 

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.