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

C#

 
GeneralRe: Communication between webservice and win application Pin
Mazdak14-Feb-04 19:49
Mazdak14-Feb-04 19:49 
GeneralRe: Communication between webservice and win application Pin
Anonymous14-Feb-04 21:26
Anonymous14-Feb-04 21:26 
GeneralRe: Communication between webservice and win application Pin
Mazdak14-Feb-04 21:30
Mazdak14-Feb-04 21:30 
GeneralRe: Communication between webservice and win application Pin
naxos15-Feb-04 20:10
naxos15-Feb-04 20:10 
GeneralNeed Help In Socket Programming Pin
Amoola14-Feb-04 10:15
Amoola14-Feb-04 10:15 
GeneralRe: Need Help In Socket Programming Pin
Colin Angus Mackay14-Feb-04 10:53
Colin Angus Mackay14-Feb-04 10:53 
GeneralShellnotifications Pin
Lesuran14-Feb-04 9:56
Lesuran14-Feb-04 9:56 
QuestionHow to create an combobox inside IDE's property editor ? Pin
Andres Coder14-Feb-04 8:34
Andres Coder14-Feb-04 8:34 
I have an ArrayList of objects (all the same type). All of these objects (classes) contain a string property Name. I also have a variable CurrentMyObject that shows witch MyObject to use currently (there are a lot of MyObject instances, try to think of MyObject as of an adapter).
<br />
<br />
private MyObject CurrentMyObject;<br />
private ArrayList MyObjectsList = new ArrayList();<br />
public class MyObject<br />
{<br />
   protected string name;<br />
   public string Name {...}<br />
}<br />
<br />
...<br />
string something = CurrentMyObject.Name;<br />
...<br />


Is it possible to let the user set the CurrentMyObject from a dropdown meny in Property Editor inside IDE (design time)? I mean to create a list (maybe an array) of each MyObject instance's name string and the set the CurrentMyObject by the name property. There's no problem with setting the CurrentMyObject by a name, the problem is how to create the combobox inside Propert Editor to let the user to do that inside IDE (VS.NET property editor) ...

Regards, Desmond
AnswerRe: How to create an combobox inside IDE's property editor ? Pin
Heath Stewart14-Feb-04 9:24
protectorHeath Stewart14-Feb-04 9:24 
GeneralRe: How to create an combobox inside IDE's property editor ? Pin
Andres Coder14-Feb-04 9:46
Andres Coder14-Feb-04 9:46 
GeneralRe: How to create an combobox inside IDE's property editor ? Pin
Heath Stewart15-Feb-04 5:43
protectorHeath Stewart15-Feb-04 5:43 
GeneralRe: How to create an combobox inside IDE's property editor ? Pin
Andres Coder15-Feb-04 7:21
Andres Coder15-Feb-04 7:21 
GeneralRe: How to create an combobox inside IDE's property editor ? Pin
Heath Stewart16-Feb-04 4:34
protectorHeath Stewart16-Feb-04 4:34 
GeneralRe: How to create an combobox inside IDE's property editor ? Pin
Andres Coder16-Feb-04 7:23
Andres Coder16-Feb-04 7:23 
QuestionTimezone: Setting? Pin
CyMad14-Feb-04 3:55
CyMad14-Feb-04 3:55 
AnswerRe: Timezone: Setting? Pin
Mazdak14-Feb-04 4:10
Mazdak14-Feb-04 4:10 
GeneralRe: Timezone: Setting? Pin
CyMad16-Feb-04 7:46
CyMad16-Feb-04 7:46 
GeneralRe: Timezone: Setting? Pin
Mazdak16-Feb-04 8:41
Mazdak16-Feb-04 8:41 
GeneralRe: Timezone: Setting? Pin
CyMad17-Feb-04 3:45
CyMad17-Feb-04 3:45 
AnswerRe: Timezone: Setting? Pin
Heath Stewart14-Feb-04 9:28
protectorHeath Stewart14-Feb-04 9:28 
AnswerThanks for help:-D Pin
CyMad17-Feb-04 5:52
CyMad17-Feb-04 5:52 
QuestionBest Practice: Internet Connection? Pin
Troy G14-Feb-04 3:18
Troy G14-Feb-04 3:18 
AnswerRe: Best Practice: Internet Connection? Pin
Mazdak14-Feb-04 4:02
Mazdak14-Feb-04 4:02 
GeneralRe: Best Practice: Internet Connection? Pin
Troy G14-Feb-04 4:06
Troy G14-Feb-04 4:06 
AnswerRe: Best Practice: Internet Connection? Pin
visiontec14-Feb-04 8:34
visiontec14-Feb-04 8:34 

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.