Click here to Skip to main content
15,920,632 members
Home / Discussions / C#
   

C#

 
GeneralListView Header Icons for Sorts Pin
jzal817-Jul-03 5:12
jzal817-Jul-03 5:12 
GeneralDataSet Pin
totig17-Jul-03 4:57
totig17-Jul-03 4:57 
GeneralCheck prev program Pin
Pham Minh Ngoc17-Jul-03 2:01
Pham Minh Ngoc17-Jul-03 2:01 
GeneralRe: Check prev program Pin
Anthony_Yio18-Jul-03 1:23
Anthony_Yio18-Jul-03 1:23 
Question"dataGrid",No one can Help?? Pin
Anonymous16-Jul-03 23:31
Anonymous16-Jul-03 23:31 
GeneralHashtable question Pin
Venkatraman16-Jul-03 23:06
Venkatraman16-Jul-03 23:06 
GeneralRe: Hashtable question Pin
Arjan Einbu17-Jul-03 0:16
Arjan Einbu17-Jul-03 0:16 
GeneralRe: Hashtable question Pin
Frank Olorin Rizzi17-Jul-03 5:13
Frank Olorin Rizzi17-Jul-03 5:13 
Indeed.
If you want your data to be always sorted, ArrayList is probably better than Hashtable.
If you use Hashtable because most of the times you don't care about sorted data, but
you'd rather have a near-O(1) access time, then Hashtable is better.

Note, however, that you can use an Hashtable and, when needed, sort the values as needed and live happily ever-after.

Frank
GeneralRe: Hashtable question Pin
Jim Stewart17-Jul-03 5:14
Jim Stewart17-Jul-03 5:14 
GeneralRe: Hashtable question Pin
Arun Bhalla22-Jul-03 15:16
Arun Bhalla22-Jul-03 15:16 
GeneralAssigning text or name of button to variable Pin
eggie516-Jul-03 22:38
eggie516-Jul-03 22:38 
GeneralRe: Assigning text or name of button to variable Pin
fool16-Jul-03 23:39
fool16-Jul-03 23:39 
GeneralRe: Assigning text or name of button to variable Pin
eggie517-Jul-03 10:48
eggie517-Jul-03 10:48 
GeneralConvert HDIB to Bitmap, so close and yet so far Pin
Brendan Tregear16-Jul-03 22:29
Brendan Tregear16-Jul-03 22:29 
GeneralRe: Convert HDIB to Bitmap, so close and yet so far Pin
Stephane Rodriguez.17-Jul-03 3:23
Stephane Rodriguez.17-Jul-03 3:23 
GeneralRe: Convert HDIB to Bitmap, so close and yet so far Pin
J. Dunlap17-Jul-03 8:23
J. Dunlap17-Jul-03 8:23 
GeneralRe: Convert HDIB to Bitmap, so close and yet so far Pin
J. Dunlap17-Jul-03 8:22
J. Dunlap17-Jul-03 8:22 
GeneralRe: Convert HDIB to Bitmap, so close and yet so far Pin
Brendan Tregear17-Jul-03 16:01
Brendan Tregear17-Jul-03 16:01 
GeneralIs that possible Pin
Kerad16-Jul-03 22:18
Kerad16-Jul-03 22:18 
GeneralRe: Is that possible Pin
leppie17-Jul-03 7:23
leppie17-Jul-03 7:23 
GeneralGDI+ help Pin
r916-Jul-03 21:36
r916-Jul-03 21:36 
GeneralRe: GDI+ help Pin
r916-Jul-03 23:01
r916-Jul-03 23:01 
GeneralRe: GDI+ help Pin
J. Dunlap17-Jul-03 8:07
J. Dunlap17-Jul-03 8:07 
GeneralRe: GDI+ help Pin
r917-Jul-03 22:55
r917-Jul-03 22:55 
GeneralRe: GDI+ help Pin
J. Dunlap18-Jul-03 11:38
J. Dunlap18-Jul-03 11:38 

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.