Click here to Skip to main content
15,798,148 members
Home / Discussions / C#
   

C#

 
GeneralCan't set breakpoints in release mode Pin
Marc Clifton7-Oct-02 11:32
mvaMarc Clifton7-Oct-02 11:32 
GeneralRe: Can't set breakpoints in release mode Pin
Dave Moor7-Oct-02 11:44
Dave Moor7-Oct-02 11:44 
GeneralScrolling a Listview in C# Pin
RK_20007-Oct-02 10:36
RK_20007-Oct-02 10:36 
GeneralRe: Scrolling a Listview in C# Pin
John Hurrell7-Oct-02 11:18
John Hurrell7-Oct-02 11:18 
GeneralXMLA Function Parser Pin
Anonymous7-Oct-02 8:54
Anonymous7-Oct-02 8:54 
GeneralPrint function Pin
D Shen7-Oct-02 8:39
D Shen7-Oct-02 8:39 
GeneralRe: Print function Pin
shmuelt8-Oct-02 1:40
shmuelt8-Oct-02 1:40 
GeneralOverriding base collections and using PropertyGrid Pin
Zombies with Coffee, LLC7-Oct-02 6:51
professionalZombies with Coffee, LLC7-Oct-02 6:51 
Interesting problem I've encountered. I'm creating an override to a TabControl as well as a TabPage.

public class MyTabControl : TabControl<br />
{<br />
 ...<br />
}<br />
<br />
public class MyTabPage : TabPage<br />
{<br />
 ...<br />
}


When I view MyTabControl inside of the property control, I can click on 'TabPages - Collection' and view the collection of TabPages.

But I want the 'Add' button to create me a MyTabPage instead of the TabPage in my overridden control.

Is there any way to tell the PropertyGrid what my overridden collection type is?
GeneralRe: Overriding base collections and using PropertyGrid Pin
leppie7-Oct-02 8:13
leppie7-Oct-02 8:13 
GeneralMatch and Regular Expression Pin
mkomasi7-Oct-02 4:58
mkomasi7-Oct-02 4:58 
GeneralRe: Match and Regular Expression Pin
Paul Riley7-Oct-02 5:59
Paul Riley7-Oct-02 5:59 
GeneralRe: Match and Regular Expression Pin
Richard Deeming7-Oct-02 7:02
mveRichard Deeming7-Oct-02 7:02 
QuestionHow to convert byte[] to int[]? Pin
Konstantin Vasserman7-Oct-02 4:49
Konstantin Vasserman7-Oct-02 4:49 
AnswerRe: How to convert byte[] to int[]? Pin
Paul Riley7-Oct-02 6:17
Paul Riley7-Oct-02 6:17 
GeneralRe: How to convert byte[] to int[]? Pin
Konstantin Vasserman7-Oct-02 6:38
Konstantin Vasserman7-Oct-02 6:38 
GeneralRe: How to convert byte[] to int[]? Pin
Paul Riley7-Oct-02 6:55
Paul Riley7-Oct-02 6:55 
GeneralRe: How to convert byte[] to int[]? Pin
Konstantin Vasserman7-Oct-02 7:07
Konstantin Vasserman7-Oct-02 7:07 
GeneralRe: How to convert byte[] to int[]? Pin
leppie7-Oct-02 8:20
leppie7-Oct-02 8:20 
GeneralRe: How to convert byte[] to int[]? Pin
Konstantin Vasserman7-Oct-02 8:48
Konstantin Vasserman7-Oct-02 8:48 
GeneralRe: How to convert byte[] to int[]? Pin
Richard Deeming7-Oct-02 8:42
mveRichard Deeming7-Oct-02 8:42 
GeneralRe: How to convert byte[] to int[]? Pin
Konstantin Vasserman7-Oct-02 8:55
Konstantin Vasserman7-Oct-02 8:55 
GeneralDataGrid Updates Pin
Dave Moor7-Oct-02 2:25
Dave Moor7-Oct-02 2:25 
QuestionHow to use scripts in my applicaction?!? Pin
EdgarBM7-Oct-02 0:58
EdgarBM7-Oct-02 0:58 
GeneralAspose.Obfuscator 1.0 Released! Pin
Aspose Pty Ltd6-Oct-02 22:31
Aspose Pty Ltd6-Oct-02 22:31 
GeneralRe: Aspose.Obfuscator 1.0 Released! Pin
Stephane Rodriguez.6-Oct-02 23:19
Stephane Rodriguez.6-Oct-02 23:19 

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.