Click here to Skip to main content
15,888,454 members
Home / Discussions / C#
   

C#

 
Questionborder style of axwebbrowser Pin
Nafiseh Salmani3-Jul-06 20:11
Nafiseh Salmani3-Jul-06 20:11 
QuestionSetting Row Height in Derived DataGrids Pin
Kais4U3-Jul-06 19:52
Kais4U3-Jul-06 19:52 
QuestionCORBA and C# Pin
Manickam3-Jul-06 19:33
Manickam3-Jul-06 19:33 
AnswerRe: CORBA and C# Pin
Vasudevan Deepak Kumar3-Jul-06 19:39
Vasudevan Deepak Kumar3-Jul-06 19:39 
QuestionMethod GetHashCode ....some question. Pin
Yanshof3-Jul-06 19:13
Yanshof3-Jul-06 19:13 
AnswerRe: Method GetHashCode ....some question. Pin
stancrm3-Jul-06 20:05
stancrm3-Jul-06 20:05 
GeneralRe: Method GetHashCode ....some question. Pin
Yanshof3-Jul-06 20:27
Yanshof3-Jul-06 20:27 
GeneralRe: Method GetHashCode ....some question. Pin
stancrm3-Jul-06 20:55
stancrm3-Jul-06 20:55 
If you are using Hashtable.GetHashCode() then you can only get some number like 1,2,3...
That number is internally managed from class Hashtable. You cannot set the number.
If you want to set the Hashcode in class Hashtable, then you must derive class Hashtable and
use override GetHashCode().
Hashtable is a table for some pair for key-value. If you want to add some hashcode in each
of key-value pair, then you must add property "Hashcode" to your object.
AnswerRe: Method GetHashCode ....some question. Pin
mav.northwind4-Jul-06 0:17
mav.northwind4-Jul-06 0:17 
QuestionTab Control Pin
satsumatable3-Jul-06 19:01
satsumatable3-Jul-06 19:01 
AnswerRe: Tab Control Pin
Shajeel3-Jul-06 19:15
Shajeel3-Jul-06 19:15 
GeneralRe: Tab Control Pin
satsumatable3-Jul-06 19:17
satsumatable3-Jul-06 19:17 
QuestionInvoke Private method of inherited class Pin
Kais4U3-Jul-06 18:56
Kais4U3-Jul-06 18:56 
AnswerRe: Invoke Private method of inherited class Pin
Igor Sukhov3-Jul-06 19:50
Igor Sukhov3-Jul-06 19:50 
GeneralRe: Invoke Private method of inherited class Pin
Kais4U3-Jul-06 20:41
Kais4U3-Jul-06 20:41 
GeneralRe: Invoke Private method of inherited class Pin
Igor Sukhov4-Jul-06 2:36
Igor Sukhov4-Jul-06 2:36 
GeneralRe: Invoke Private method of inherited class Pin
Kais4U4-Jul-06 18:27
Kais4U4-Jul-06 18:27 
GeneralRe: Invoke Private method of inherited class Pin
Igor Sukhov5-Jul-06 6:48
Igor Sukhov5-Jul-06 6:48 
QuestionWindow Handles outside application Pin
Sunitha19833-Jul-06 17:40
Sunitha19833-Jul-06 17:40 
AnswerRe: Window Handles outside application Pin
stancrm3-Jul-06 20:12
stancrm3-Jul-06 20:12 
QuestionUsing Resource files .NET 2.0 Pin
WebMaster3-Jul-06 12:57
WebMaster3-Jul-06 12:57 
AnswerRe: Using Resource files .NET 2.0 Pin
Nader Elshehabi3-Jul-06 14:55
Nader Elshehabi3-Jul-06 14:55 
QuestionProblem with C# asp.net 2.0 TreeView [modified] Pin
WebMaster3-Jul-06 11:04
WebMaster3-Jul-06 11:04 
QuestionReuse Code Pin
picasso23-Jul-06 10:54
picasso23-Jul-06 10:54 
AnswerRe: Reuse Code Pin
Colin Angus Mackay3-Jul-06 13:10
Colin Angus Mackay3-Jul-06 13:10 

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.