Click here to Skip to main content
16,008,175 members
Home / Discussions / C#
   

C#

 
AnswerRe: Displaying a form with in a panel control Pin
miah alom9-Sep-05 4:09
miah alom9-Sep-05 4:09 
GeneralRe: Displaying a form with in a panel control Pin
Dave Kreskowiak9-Sep-05 4:37
mveDave Kreskowiak9-Sep-05 4:37 
AnswerRe: Displaying a form with in a panel control Pin
Dave Kreskowiak9-Sep-05 4:39
mveDave Kreskowiak9-Sep-05 4:39 
GeneralRe: Displaying a form with in a panel control Pin
miah alom9-Sep-05 4:46
miah alom9-Sep-05 4:46 
GeneralRe: Displaying a form with in a panel control Pin
Susan Hernandez9-Sep-05 13:18
Susan Hernandez9-Sep-05 13:18 
GeneralRe: Displaying a form with in a panel control Pin
Dave Kreskowiak9-Sep-05 14:07
mveDave Kreskowiak9-Sep-05 14:07 
QuestionWhy Interface doesn't support fields? Pin
manimalap9-Sep-05 2:42
manimalap9-Sep-05 2:42 
AnswerRe: Why Interface doesn't support fields? Pin
Guffa9-Sep-05 4:04
Guffa9-Sep-05 4:04 
Interfaces supports fields in java? That is strange.

Strictly oop speaking, fields should not be public at all, but only be accessible through properties. An interface only defines public members, so it should not contain fields.

Furthermore, specifying fields in an interface would force you to implement them in exactly that way, which is exactly opposed to the purpose of interfaces.

Also, specifying fields in an interface could make interfaces collide. If two interfaces specify the same field names, you could not inherit both interfaces in a class.

---
b { font-weight: normal; }

AnswerRe: Why Interface doesn't support fields? Pin
S. Senthil Kumar9-Sep-05 7:42
S. Senthil Kumar9-Sep-05 7:42 
QuestionHow to make a Form *transparent* to clicks Pin
Dario Solera9-Sep-05 2:21
Dario Solera9-Sep-05 2:21 
AnswerRe: How to make a Form *transparent* to clicks Pin
miah alom9-Sep-05 4:34
miah alom9-Sep-05 4:34 
GeneralRe: How to make a Form *transparent* to clicks Pin
Dario Solera9-Sep-05 7:47
Dario Solera9-Sep-05 7:47 
GeneralRe: How to make a Form *transparent* to clicks Pin
miah alom9-Sep-05 8:04
miah alom9-Sep-05 8:04 
GeneralRe: How to make a Form *transparent* to clicks Pin
Dario Solera9-Sep-05 8:53
Dario Solera9-Sep-05 8:53 
General[Message Deleted] Pin
miah alom9-Sep-05 8:54
miah alom9-Sep-05 8:54 
GeneralRe: [Msg Deleted] Pin
Dario Solera9-Sep-05 8:57
Dario Solera9-Sep-05 8:57 
AnswerRe: How to make a Form *transparent* to clicks Pin
Insincere Dave9-Sep-05 8:13
Insincere Dave9-Sep-05 8:13 
GeneralRe: How to make a Form *transparent* to clicks Pin
Dario Solera9-Sep-05 9:07
Dario Solera9-Sep-05 9:07 
QuestionGet file with Relative Path Pin
rnvrnv9-Sep-05 1:31
rnvrnv9-Sep-05 1:31 
AnswerRe: Get file with Relative Path Pin
Guffa9-Sep-05 2:04
Guffa9-Sep-05 2:04 
GeneralRe: Get file with Relative Path Pin
Anonymous9-Sep-05 2:17
Anonymous9-Sep-05 2:17 
AnswerRe: Get file with Relative Path Pin
Super Lloyd9-Sep-05 2:17
Super Lloyd9-Sep-05 2:17 
GeneralRe: Get file with Relative Path Pin
Anonymous9-Sep-05 2:24
Anonymous9-Sep-05 2:24 
GeneralRe: Get file with Relative Path Pin
Anonymous9-Sep-05 2:27
Anonymous9-Sep-05 2:27 
GeneralRe: Get file with Relative Path Pin
Super Lloyd9-Sep-05 2:31
Super Lloyd9-Sep-05 2:31 

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.