Click here to Skip to main content
15,908,906 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: URL not opening Pin
SomeGuyThatIsMe14-May-08 2:01
SomeGuyThatIsMe14-May-08 2:01 
NewsVisual Studio 2008 SP1 and .NET Framework 3.5 SP1 Betas available for download Pin
brucedkyle12-May-08 12:58
brucedkyle12-May-08 12:58 
QuestionNewbie question authentication, unc etc. Pin
timwilky12-May-08 2:43
timwilky12-May-08 2:43 
AnswerRe: Newbie question authentication, unc etc. Pin
kemalsirin12-May-08 3:25
kemalsirin12-May-08 3:25 
QuestionFTP synchronization with local folder Pin
naorye11-May-08 11:10
naorye11-May-08 11:10 
AnswerRe: FTP synchronization with local folder Pin
Mike Dimmick12-May-08 9:32
Mike Dimmick12-May-08 9:32 
QuestionForms Inheritance Pin
CodingYoshi11-May-08 5:58
CodingYoshi11-May-08 5:58 
AnswerRe: Forms Inheritance Pin
DanB198311-May-08 8:16
DanB198311-May-08 8:16 
Create a new form and then in the designer have it declared as:

class FormB : Form A
{
   FormB():
     FormA()
   {
   }
}

This should allow design time support in the forms designer.

At university studying Software Engineering - if i say this line to girls i find they won't talk to me

Dan

GeneralRe: Forms Inheritance Pin
CodingYoshi11-May-08 10:08
CodingYoshi11-May-08 10:08 
GeneralRe: Forms Inheritance Pin
DanB198311-May-08 10:13
DanB198311-May-08 10:13 
QuestionHow to detect an invalid key? Pin
don_Pardon10-May-08 12:39
don_Pardon10-May-08 12:39 
AnswerRe: How to detect an invalid key? Pin
Dave Kreskowiak10-May-08 13:15
mveDave Kreskowiak10-May-08 13:15 
GeneralRe: How to detect an invalid key? Pin
don_Pardon10-May-08 20:58
don_Pardon10-May-08 20:58 
GeneralRe: How to detect an invalid key? Pin
Dave Kreskowiak11-May-08 8:33
mveDave Kreskowiak11-May-08 8:33 
GeneralRe: How to detect an invalid key? Pin
don_Pardon12-May-08 9:07
don_Pardon12-May-08 9:07 
AnswerRe: How to detect an invalid key? Pin
CodingYoshi10-May-08 16:44
CodingYoshi10-May-08 16:44 
GeneralRe: How to detect an invalid key? Pin
don_Pardon10-May-08 20:43
don_Pardon10-May-08 20:43 
GeneralRe: How to detect an invalid key? Pin
Dave Kreskowiak11-May-08 8:33
mveDave Kreskowiak11-May-08 8:33 
Question.Net framework 3.0 Pin
Bijay Bhaskar Deo10-May-08 5:37
Bijay Bhaskar Deo10-May-08 5:37 
AnswerRe: .Net framework 3.0 Pin
Dave Kreskowiak10-May-08 6:17
mveDave Kreskowiak10-May-08 6:17 
QuestionUnfocus control Pin
kensai10-May-08 4:05
kensai10-May-08 4:05 
AnswerRe: Unfocus control Pin
CodingYoshi10-May-08 9:55
CodingYoshi10-May-08 9:55 
GeneralRe: Unfocus control Pin
kensai10-May-08 12:56
kensai10-May-08 12:56 
GeneralRe: Unfocus control Pin
Dave Kreskowiak10-May-08 13:13
mveDave Kreskowiak10-May-08 13:13 
GeneralRe: Unfocus control Pin
kensai10-May-08 22:20
kensai10-May-08 22:20 

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.