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

C#

 
AnswerRe: How to show tooltip on the button Pin
Peace ON30-Jun-10 4:58
Peace ON30-Jun-10 4:58 
GeneralRe: How to show tooltip on the button Pin
undynamicmagic30-Jun-10 5:52
undynamicmagic30-Jun-10 5:52 
QuestionUsing a Chart Control in Vs 2010 [modified] Pin
It_tech30-Jun-10 4:33
It_tech30-Jun-10 4:33 
QuestionCorrect marshalling? C# callback from C++ DLL Pin
ProfAndyZulu30-Jun-10 3:14
ProfAndyZulu30-Jun-10 3:14 
AnswerRe: Correct marshalling? C# callback from C++ DLL Pin
David Knechtges30-Jun-10 5:07
David Knechtges30-Jun-10 5:07 
Questionstd::map<> in C# Pin
raju_shiva30-Jun-10 1:50
raju_shiva30-Jun-10 1:50 
AnswerRe: std::map in C# Pin
Łukasz Nowakowski30-Jun-10 1:56
Łukasz Nowakowski30-Jun-10 1:56 
AnswerRe: std::map in C# Pin
Pete O'Hanlon30-Jun-10 3:00
mvePete O'Hanlon30-Jun-10 3:00 
The closest thing to this, is probably the SortedDictionary. To do this code, all you'd do is:
SortedDictionary<string,string>_map;
// ... some code to fill the dictionary:
foreach (KeyValuePair&lt;string,string&gt; kvp in _map)
{
  // Do something with the data.
}

"WPF has many lovers. It's a veritable porn star!" - Josh Smith

As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.


My blog | My articles | MoXAML PowerToys | Onyx



AnswerRe: std::map in C# Pin
Laxman Auti30-Jun-10 5:25
Laxman Auti30-Jun-10 5:25 
GeneralRe: std::map in C# Pin
raju_shiva30-Jun-10 20:21
raju_shiva30-Jun-10 20:21 
GeneralRe: std::map in C# Pin
Laxman Auti30-Jun-10 22:46
Laxman Auti30-Jun-10 22:46 
GeneralRe: std::map in C# Pin
raju_shiva30-Jun-10 23:18
raju_shiva30-Jun-10 23:18 
GeneralRe: std::map in C# Pin
Laxman Auti1-Jul-10 1:06
Laxman Auti1-Jul-10 1:06 
GeneralRe: std::map in C# Pin
raju_shiva1-Jul-10 1:46
raju_shiva1-Jul-10 1:46 
AnswerRe: std::map in C# [modified] Pin
Laxman Auti5-Jul-10 8:39
Laxman Auti5-Jul-10 8:39 
AnswerRe: std::map in C# [modified] Pin
Dave Doknjas30-Jun-10 11:30
Dave Doknjas30-Jun-10 11:30 
GeneralRe: std::map in C# Pin
Laxman Auti30-Jun-10 19:44
Laxman Auti30-Jun-10 19:44 
QuestionC#/OpenXML to manipulate Word files. Pin
Wolfram Steinke30-Jun-10 1:11
Wolfram Steinke30-Jun-10 1:11 
Questioncan you help me Pin
sweet_memory30-Jun-10 1:01
sweet_memory30-Jun-10 1:01 
AnswerRe: can you help me Pin
OriginalGriff30-Jun-10 1:14
mveOriginalGriff30-Jun-10 1:14 
AnswerRe: can you help me Pin
sweet_memory30-Jun-10 11:23
sweet_memory30-Jun-10 11:23 
GeneralRe: can you help me Pin
OriginalGriff1-Jul-10 0:53
mveOriginalGriff1-Jul-10 0:53 
AnswerRe: can you help me Pin
I Believe In GOD30-Jun-10 8:52
I Believe In GOD30-Jun-10 8:52 
AnswerRe: can you help me Pin
yu-jian30-Jun-10 18:23
yu-jian30-Jun-10 18:23 
QuestionHow to convert DataTable to MSDATASRC? Pin
vineesh v30-Jun-10 0:29
vineesh v30-Jun-10 0:29 

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.