Click here to Skip to main content
15,925,400 members
Home / Discussions / C#
   

C#

 
GeneralRe: Asynchronous Pin
Heath Stewart30-Jul-04 4:57
protectorHeath Stewart30-Jul-04 4:57 
GeneralRe: Asynchronous Pin
sreejith ss nair30-Jul-04 3:36
sreejith ss nair30-Jul-04 3:36 
GeneralRe: Asynchronous Pin
Tom Larsen29-Jul-04 5:42
Tom Larsen29-Jul-04 5:42 
GeneralQuestion on Porting Pin
SatyaDY29-Jul-04 0:40
SatyaDY29-Jul-04 0:40 
GeneralRe: Question on Porting Pin
Colin Angus Mackay29-Jul-04 0:45
Colin Angus Mackay29-Jul-04 0:45 
GeneralRe: Question on Porting Pin
SatyaDY29-Jul-04 17:54
SatyaDY29-Jul-04 17:54 
GeneralRe: Question on Porting Pin
Colin Angus Mackay29-Jul-04 20:41
Colin Angus Mackay29-Jul-04 20:41 
Generalseem to have a blackout Pin
Stephan Wright28-Jul-04 23:01
Stephan Wright28-Jul-04 23:01 
Hy everyone!

Yeah, shame on me, but it seems I actually do have a blackout Sigh | :sigh: , although this should be something of C#s basics:

I do have two clases

<br />
public class Key<br />
{<br />
  public int keyId;<br />
  public string telephoneNo;<br />
}<br />
public class Telephone<br />
{<br />
  public Key[] keys;<br />
  public string telephoneId;<br />
}<br />


o.k. that's it. But now I do want to create an array of Telephoneobjects (Lentgth 1) - which of course contains the telephoneId field - which contains an array of Keyobjects - which of course contains the keyId and the telephoneNo.

This finally should allow the following assignment for example
<br />
mynumbers[0].telephoneId="12345";<br />
mynumbers[0].keys[0].keyId=12;<br />
mynumbers[0].telephoneNo="12345";<br />


Yes, I know I should have known myself but I guess I do have kind of blackout at the moment! OMG | :OMG:

Thanks for your patience for helping to get rid of my blackout! Big Grin | :-D
Stephan.
GeneralRe: seem to have a blackout Pin
Colin Angus Mackay28-Jul-04 23:38
Colin Angus Mackay28-Jul-04 23:38 
GeneralRe: seem to have a blackout Pin
Stephan Wright29-Jul-04 23:30
Stephan Wright29-Jul-04 23:30 
GeneralWav To Midi Pin
MicSky28-Jul-04 21:17
MicSky28-Jul-04 21:17 
GeneralRe: Wav To Midi Pin
Bret Mulvey9-Aug-04 18:13
Bret Mulvey9-Aug-04 18:13 
GeneralSimple yet unanswered question Pin
hatim_ali28-Jul-04 19:16
hatim_ali28-Jul-04 19:16 
GeneralRe: Simple yet unanswered question Pin
J. Dunlap28-Jul-04 19:30
J. Dunlap28-Jul-04 19:30 
GeneralRe: Simple yet unanswered question Pin
Giles28-Jul-04 20:57
Giles28-Jul-04 20:57 
Questionsave bitmap ? Pin
kendao28-Jul-04 17:33
kendao28-Jul-04 17:33 
AnswerRe: save bitmap ? Pin
mav.northwind28-Jul-04 21:13
mav.northwind28-Jul-04 21:13 
AnswerRe: save bitmap ? Pin
Heath Stewart29-Jul-04 5:14
protectorHeath Stewart29-Jul-04 5:14 
Generaltabbing with text selection Pin
azusakt28-Jul-04 16:45
azusakt28-Jul-04 16:45 
GeneralRe: tabbing with text selection Pin
mikker_12328-Jul-04 23:48
mikker_12328-Jul-04 23:48 
GeneralHTTP POST with unicode in C# Pin
khchan28-Jul-04 16:32
khchan28-Jul-04 16:32 
GeneralRe: HTTP POST with unicode in C# Pin
Heath Stewart29-Jul-04 5:17
protectorHeath Stewart29-Jul-04 5:17 
QuestionFast way to link items in richTextBoxes with text ? Pin
evdoxos28-Jul-04 14:41
evdoxos28-Jul-04 14:41 
AnswerRe: Fast way to link items in richTextBoxes with text ? Pin
mav.northwind28-Jul-04 21:21
mav.northwind28-Jul-04 21:21 
GeneralRe: Fast way to link items in richTextBoxes with text ? Pin
evdoxos29-Jul-04 0:59
evdoxos29-Jul-04 0:59 

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.