Click here to Skip to main content
15,901,373 members
Home / Discussions / C#
   

C#

 
GeneralRelative paths in a config file Pin
RB@Emphasys17-Dec-04 7:28
RB@Emphasys17-Dec-04 7:28 
GeneralRe: Relative paths in a config file Pin
Heath Stewart17-Dec-04 8:10
protectorHeath Stewart17-Dec-04 8:10 
GeneralRe: Relative paths in a config file Pin
RB@Emphasys17-Dec-04 9:01
RB@Emphasys17-Dec-04 9:01 
GeneralRe: Relative paths in a config file Pin
Heath Stewart17-Dec-04 9:54
protectorHeath Stewart17-Dec-04 9:54 
GeneralRe: Relative paths in a config file Pin
Uwe Keim18-Dec-04 3:41
sitebuilderUwe Keim18-Dec-04 3:41 
GeneralRe: Relative paths in a config file Pin
RB@Emphasys20-Dec-04 6:35
RB@Emphasys20-Dec-04 6:35 
GeneralUsing UIEditor from member properties Pin
Gangren17-Dec-04 4:10
Gangren17-Dec-04 4:10 
GeneralRe: Using UIEditor from member properties Pin
J4amieC17-Dec-04 4:34
J4amieC17-Dec-04 4:34 
have you tried just marking up your accessor with the correct attribute?

[Editor("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(UITypeEditor))]
public ComboBox.ObjectCollection Items
{
  get
  {
    return cb.Items;
  }
  set
  {
     cb.Items = value;
  }
}

GeneralRe: Using UIEditor from member properties Pin
Gangren17-Dec-04 4:51
Gangren17-Dec-04 4:51 
GeneralRe: Using UIEditor from member properties Pin
J4amieC17-Dec-04 5:21
J4amieC17-Dec-04 5:21 
GeneralRe: Using UIEditor from member properties Pin
Gangren17-Dec-04 5:39
Gangren17-Dec-04 5:39 
GeneralRe: Using UIEditor from member properties Pin
Heath Stewart17-Dec-04 7:21
protectorHeath Stewart17-Dec-04 7:21 
QuestionHow to call CreateFileMapping in C# Pin
Anonymous17-Dec-04 3:54
Anonymous17-Dec-04 3:54 
AnswerRe: How to call CreateFileMapping in C# Pin
Heath Stewart17-Dec-04 7:14
protectorHeath Stewart17-Dec-04 7:14 
QuestionMemory Leak? Pin
Federico Milano17-Dec-04 3:16
Federico Milano17-Dec-04 3:16 
AnswerRe: Memory Leak? Pin
Javier Lozano17-Dec-04 6:55
Javier Lozano17-Dec-04 6:55 
AnswerRe: Memory Leak? Pin
Daniel Turini17-Dec-04 7:05
Daniel Turini17-Dec-04 7:05 
AnswerRe: Memory Leak? Pin
Heath Stewart17-Dec-04 7:11
protectorHeath Stewart17-Dec-04 7:11 
GeneralRe: Memory Leak? Pin
Federico Milano17-Dec-04 8:42
Federico Milano17-Dec-04 8:42 
GeneralRe: Memory Leak? Pin
Heath Stewart17-Dec-04 9:51
protectorHeath Stewart17-Dec-04 9:51 
GeneralObject instance from propertyDescriptor type Pin
the last free name17-Dec-04 1:47
the last free name17-Dec-04 1:47 
GeneralRe: Object instance from propertyDescriptor type Pin
Heath Stewart17-Dec-04 6:49
protectorHeath Stewart17-Dec-04 6:49 
GeneralMappingName property Pin
qur17-Dec-04 1:23
qur17-Dec-04 1:23 
GeneralRe: MappingName property Pin
Heath Stewart17-Dec-04 6:39
protectorHeath Stewart17-Dec-04 6:39 
QuestionAn object reference is required for the nonstatic field, method, or property .... why?? Pin
Ponzano Paolo17-Dec-04 1:20
Ponzano Paolo17-Dec-04 1:20 

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.