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

.NET (Core and Framework)

 
QuestionKeep Data Persistent [modified] Pin
DotNetWWW26-Oct-07 2:22
DotNetWWW26-Oct-07 2:22 
AnswerRe: Kepp Data Persistent Pin
Pete O'Hanlon26-Oct-07 9:16
mvePete O'Hanlon26-Oct-07 9:16 
GeneralRe: Kepp Data Persistent Pin
DotNetWWW27-Oct-07 7:47
DotNetWWW27-Oct-07 7:47 
GeneralRe: Kepp Data Persistent Pin
Pete O'Hanlon30-Oct-07 2:12
mvePete O'Hanlon30-Oct-07 2:12 
Question.net framework1.1 Pin
dimuthuvbnet26-Oct-07 0:08
dimuthuvbnet26-Oct-07 0:08 
AnswerRe: .net framework1.1 Pin
Dave Kreskowiak26-Oct-07 2:32
mveDave Kreskowiak26-Oct-07 2:32 
AnswerRe: .net framework1.1 Pin
Paul Conrad27-Oct-07 8:44
professionalPaul Conrad27-Oct-07 8:44 
QuestionTextbox Borderstyle Bug? Pin
Th0rian25-Oct-07 11:09
Th0rian25-Oct-07 11:09 
hello everyone

im currently learning c# and i recently discovered some strange behaviour in the .NET framework 2.0 (using VS2005 Pro). i wrote my own textbox which does, along with other things, change the Borderstyle on the leave event. but it doesnt work, the below code has the effect that when using the mouse to leave the textbox everything works, but with TAB, youre trapped in the box. changing any other property instead of borderstyle is not a problem. only with this very property it acts weird.
anybody had this before? is this a bug or did i miss something?

thanks for reading and maybe answering this!

public class TextBoxTest : TextBox
{
protected override void OnLeave (EventArgs e)
{
BorderStyle = Borderstyle.Fixed3D;
base.OnLeave (e);
}
}

PS: first post here, so please be nice if i did something wrong Wink | ;)
AnswerRe: Textbox Borderstyle Bug? Pin
Th0rian26-Oct-07 5:17
Th0rian26-Oct-07 5:17 
QuestionManaging Configuration Pin
MCEdwards24-Oct-07 23:05
MCEdwards24-Oct-07 23:05 
AnswerRe: Managing Configuration Pin
Pete O'Hanlon24-Oct-07 23:36
mvePete O'Hanlon24-Oct-07 23:36 
Question.net 2.0 to .net 1.1 Pin
Bad Programmer24-Oct-07 6:34
Bad Programmer24-Oct-07 6:34 
AnswerRe: .net 2.0 to .net 1.1 Pin
Dave Kreskowiak24-Oct-07 7:06
mveDave Kreskowiak24-Oct-07 7:06 
AnswerRe: .net 2.0 to .net 1.1 Pin
Pete O'Hanlon24-Oct-07 8:55
mvePete O'Hanlon24-Oct-07 8:55 
GeneralRe: .net 2.0 to .net 1.1 Pin
Dave Kreskowiak24-Oct-07 9:19
mveDave Kreskowiak24-Oct-07 9:19 
GeneralRe: .net 2.0 to .net 1.1 Pin
Pete O'Hanlon24-Oct-07 21:49
mvePete O'Hanlon24-Oct-07 21:49 
GeneralRe: .net 2.0 to .net 1.1 Pin
Bad Programmer25-Oct-07 3:10
Bad Programmer25-Oct-07 3:10 
AnswerRe: .net 2.0 to .net 1.1 Pin
Paul Conrad27-Oct-07 8:45
professionalPaul Conrad27-Oct-07 8:45 
AnswerRe: .net 2.0 to .net 1.1 Pin
Nouman Bhatti28-Oct-07 21:38
Nouman Bhatti28-Oct-07 21:38 
QuestionClick on disabled control Pin
topcatalpha24-Oct-07 4:29
topcatalpha24-Oct-07 4:29 
AnswerRe: Click on disabled control Pin
Dave Kreskowiak24-Oct-07 7:07
mveDave Kreskowiak24-Oct-07 7:07 
GeneralRe: Click on disabled control Pin
topcatalpha24-Oct-07 20:35
topcatalpha24-Oct-07 20:35 
GeneralRe: Click on disabled control Pin
Dave Kreskowiak25-Oct-07 1:45
mveDave Kreskowiak25-Oct-07 1:45 
GeneralRe: Click on disabled control Pin
topcatalpha25-Oct-07 2:07
topcatalpha25-Oct-07 2:07 
GeneralRe: Click on disabled control Pin
Dave Kreskowiak25-Oct-07 13:01
mveDave Kreskowiak25-Oct-07 13:01 

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.