Click here to Skip to main content
15,889,116 members
Home / Discussions / C#
   

C#

 
AnswerRe: Outlook Add-In using Redemption Pin
HakunaMatada14-Apr-06 1:52
HakunaMatada14-Apr-06 1:52 
GeneralRe: Outlook Add-In using Redemption Pin
_Goose14-Apr-06 2:35
_Goose14-Apr-06 2:35 
GeneralRe: Outlook Add-In using Redemption Pin
HakunaMatada14-Apr-06 2:46
HakunaMatada14-Apr-06 2:46 
GeneralRe: Outlook Add-In using Redemption Pin
_Goose14-Apr-06 3:16
_Goose14-Apr-06 3:16 
QuestionColor of ListBox Items Pin
rahultaing13-Apr-06 23:36
rahultaing13-Apr-06 23:36 
AnswerRe: Color of ListBox Items Pin
albCode13-Apr-06 23:45
albCode13-Apr-06 23:45 
QuestionHash Table in C# Pin
rahultaing13-Apr-06 22:30
rahultaing13-Apr-06 22:30 
AnswerRe: Hash Table in C# Pin
alexey N13-Apr-06 22:49
alexey N13-Apr-06 22:49 
Yes, class Hashtable
<br />
Hashtable hash = new HashTable();<br />
// Adding value.<br />
hash["key"] = 0;<br />
// Getting value.<br />
MessageBox.Show(hash["key"].ToString());<br />


You can also access data through properties "Keys" and "Values".

Best regards, Alexey.
AnswerRe: Hash Table in C# Pin
RedhaDev13-Apr-06 23:02
RedhaDev13-Apr-06 23:02 
AnswerRe: Hash Table in C# Pin
Bob_Sun13-Apr-06 23:22
Bob_Sun13-Apr-06 23:22 
AnswerRe: Hash Table in C# Pin
alexey N13-Apr-06 23:34
alexey N13-Apr-06 23:34 
QuestionPls its very Urgent ( Dynamic Slide Menu using DataBase) Pin
narendrakumarp13-Apr-06 21:19
narendrakumarp13-Apr-06 21:19 
AnswerRe: Pls its very Urgent ( Dynamic Slide Menu using DataBase) Pin
Stefan Troschuetz13-Apr-06 23:47
Stefan Troschuetz13-Apr-06 23:47 
QuestionUse windows authentication in client/server application Pin
Le Thanh Cong13-Apr-06 20:35
Le Thanh Cong13-Apr-06 20:35 
AnswerRe: Use windows authentication in client/server application Pin
Dave Kreskowiak14-Apr-06 6:57
mveDave Kreskowiak14-Apr-06 6:57 
QuestionAbout EndInvoke Pin
Bob_Sun13-Apr-06 15:09
Bob_Sun13-Apr-06 15:09 
AnswerRe: About EndInvoke Pin
Ravi Bhavnani13-Apr-06 15:31
professionalRavi Bhavnani13-Apr-06 15:31 
GeneralRe: About EndInvoke Pin
Bob_Sun13-Apr-06 15:43
Bob_Sun13-Apr-06 15:43 
GeneralRe: About EndInvoke Pin
Ravi Bhavnani13-Apr-06 15:50
professionalRavi Bhavnani13-Apr-06 15:50 
GeneralRe: About EndInvoke Pin
Bob_Sun13-Apr-06 16:02
Bob_Sun13-Apr-06 16:02 
GeneralRe: About EndInvoke Pin
Bob_Sun13-Apr-06 21:55
Bob_Sun13-Apr-06 21:55 
GeneralRe: About EndInvoke Pin
Tehnoon13-Apr-06 22:24
Tehnoon13-Apr-06 22:24 
GeneralRe: About EndInvoke Pin
Bob_Sun13-Apr-06 22:55
Bob_Sun13-Apr-06 22:55 
GeneralRe: About EndInvoke Pin
Daniel Grunwald13-Apr-06 23:14
Daniel Grunwald13-Apr-06 23:14 
GeneralRe: About EndInvoke Pin
Bob_Sun13-Apr-06 23:18
Bob_Sun13-Apr-06 23:18 

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.