Click here to Skip to main content
15,911,531 members
Home / Discussions / C#
   

C#

 
AnswerRe: Want to Restart System at the end of installer Pin
Ami Bar26-Sep-05 9:42
Ami Bar26-Sep-05 9:42 
AnswerRe: Want to Restart System at the end of installer Pin
mtayyabasghar26-Sep-05 18:24
mtayyabasghar26-Sep-05 18:24 
QuestionTrying to get a thicker vertical scrollbar on the datagrid Pin
totig25-Sep-05 20:29
totig25-Sep-05 20:29 
Questionglobal variables Pin
Brendan Vogt25-Sep-05 20:12
Brendan Vogt25-Sep-05 20:12 
AnswerRe: global variables Pin
Guffa25-Sep-05 20:54
Guffa25-Sep-05 20:54 
QuestionWindows CE Media Player control using c# Pin
Harikaran S25-Sep-05 19:49
Harikaran S25-Sep-05 19:49 
QuestionHashTable and ArrayList difference ? Pin
webC#25-Sep-05 19:21
webC#25-Sep-05 19:21 
AnswerRe: HashTable and ArrayList difference ? Pin
mav.northwind25-Sep-05 20:18
mav.northwind25-Sep-05 20:18 
In an ArrayList you get a dynamic list of object that are accessable by their index in the list.
A HashTable allows you to store an arbitrary key for each object. If you use an integer you increment after each add to the HashTable, then you'll get approximately what an ArrayList can do, but usually the keys are chosen differently and more appropriate to the way you want to access the HashTable entries.
For example, you could add objects to your HashTable with an object ID as key.
That way you can easily get the object for a given ID without having to run through the ArrayList and search for the object with the matching ID.

Regards,
mav
QuestionTablet Ink and GDI+ Pin
HahnTech25-Sep-05 17:05
HahnTech25-Sep-05 17:05 
QuestionApartmentState doubt? Pin
Heinz_25-Sep-05 17:04
Heinz_25-Sep-05 17:04 
AnswerRe: ApartmentState doubt? Pin
Heinz_26-Sep-05 10:19
Heinz_26-Sep-05 10:19 
QuestionAbout System.WinFroms Pin
jzb25-Sep-05 16:45
jzb25-Sep-05 16:45 
QuestionDockable windows Pin
xilefxilef25-Sep-05 10:57
xilefxilef25-Sep-05 10:57 
AnswerRe: Dockable windows Pin
Sasuko26-Sep-05 0:38
Sasuko26-Sep-05 0:38 
GeneralRe: Dockable windows Pin
xilefxilef27-Sep-05 15:36
xilefxilef27-Sep-05 15:36 
QuestionWorking on IE windows Pin
Koevoeter25-Sep-05 10:07
Koevoeter25-Sep-05 10:07 
QuestionAPI hooking Pin
tmp025-Sep-05 10:02
tmp025-Sep-05 10:02 
AnswerRe: API hooking Pin
Joel Lucsy26-Sep-05 15:17
Joel Lucsy26-Sep-05 15:17 
GeneralRe: API hooking Pin
tmp027-Sep-05 4:30
tmp027-Sep-05 4:30 
QuestionDataGrid Event Pin
Yoyosch25-Sep-05 9:16
Yoyosch25-Sep-05 9:16 
QuestionGet the filename of my application Pin
QzRz25-Sep-05 7:29
QzRz25-Sep-05 7:29 
AnswerRe: Get the filename of my application Pin
Stefan Troschuetz25-Sep-05 22:18
Stefan Troschuetz25-Sep-05 22:18 
GeneralRe: Get the filename of my application Pin
QzRz26-Sep-05 5:09
QzRz26-Sep-05 5:09 
QuestionRaw sound Pin
Niklas Ulvinge25-Sep-05 6:42
Niklas Ulvinge25-Sep-05 6:42 
Questionxml file parsing Pin
Elvis_the_Pretzelator25-Sep-05 5:08
Elvis_the_Pretzelator25-Sep-05 5:08 

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.