Click here to Skip to main content
16,007,687 members
Home / Discussions / C#
   

C#

 
QuestionRe: replace richtextbox control Pin
Latheesan30-Apr-07 9:49
Latheesan30-Apr-07 9:49 
AnswerRe: replace richtextbox control Pin
.jpg1-May-07 7:10
.jpg1-May-07 7:10 
QuestionHow to resize control at runtime in C#? Pin
kunal220930-Apr-07 1:30
kunal220930-Apr-07 1:30 
AnswerRe: How to resize control at runtime in C#? Pin
Stefan Troschuetz30-Apr-07 1:35
Stefan Troschuetz30-Apr-07 1:35 
AnswerRe: how to find the minimum cost path in a matrix Pin
Christian Graus30-Apr-07 1:15
protectorChristian Graus30-Apr-07 1:15 
QuestiononMouseEnter strange behaviour... Pin
Seishin#30-Apr-07 0:22
Seishin#30-Apr-07 0:22 
GeneralRe: onMouseEnter strange behaviour... Pin
Seishin#30-Apr-07 1:34
Seishin#30-Apr-07 1:34 
QuestionObject of my own written type is not updated at design time [modified] Pin
microslav29-Apr-07 23:54
microslav29-Apr-07 23:54 
I'm using an object created from a class that I've called Interval. The class consists of two private members (min and max) of type double and get/set (Min, Max) for each private member. When Min is set it is compared with Max to ensure that Min is less than or equal to Max. This comparison is working at run time but not at design time. At design time the value of Max is the same as I set as default value in the class (private double max = 0) and not the value that is set in the property window in the designer.

I hope someone could help me with this problem.

Thanks in advance

/Anders




-- modified at 6:59 Monday 30th April, 2007
QuestionXML lookup table [modified] Pin
mail57235229-Apr-07 23:48
mail57235229-Apr-07 23:48 
AnswerRe: XML lookup tablString Pin
Brady Kelly30-Apr-07 0:15
Brady Kelly30-Apr-07 0:15 
GeneralRe: XML lookup tablString Pin
mail57235230-Apr-07 1:19
mail57235230-Apr-07 1:19 
QuestionProblem with overloaded constructor Pin
microslav29-Apr-07 23:40
microslav29-Apr-07 23:40 
AnswerRe: Problem with overloaded constructor Pin
Colin Angus Mackay29-Apr-07 23:49
Colin Angus Mackay29-Apr-07 23:49 
QuestionAuthenticate to a site Pin
ne0h29-Apr-07 22:30
ne0h29-Apr-07 22:30 
AnswerRe: Authenticate to a site Pin
althamda29-Apr-07 22:42
althamda29-Apr-07 22:42 
GeneralRe: Authenticate to a site Pin
ne0h29-Apr-07 23:41
ne0h29-Apr-07 23:41 
GeneralRe: Authenticate to a site Pin
althamda29-Apr-07 23:54
althamda29-Apr-07 23:54 
QuestionManually displaying a context menu Pin
jozsurf29-Apr-07 21:57
jozsurf29-Apr-07 21:57 
AnswerRe: Manually displaying a context menu Pin
Seishin#30-Apr-07 0:26
Seishin#30-Apr-07 0:26 
GeneralRe: Manually displaying a context menu Pin
jozsurf2-May-07 14:54
jozsurf2-May-07 14:54 
QuestionDate Measurements in C# Pin
zoroyster29-Apr-07 21:32
zoroyster29-Apr-07 21:32 
AnswerRe: Date Measurements in C# Pin
Colin Angus Mackay29-Apr-07 21:43
Colin Angus Mackay29-Apr-07 21:43 
GeneralRe: Date Measurements in C# Pin
zoroyster30-Apr-07 15:11
zoroyster30-Apr-07 15:11 
QuestionHow can I use existing .resx file in a new project. Pin
asithabk29-Apr-07 21:12
asithabk29-Apr-07 21:12 
AnswerRe: How can I use existing .resx file in a new project. Pin
netJP12L30-Apr-07 16:10
netJP12L30-Apr-07 16: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.