Hi, how to edit items in windows form?
auskariukas 3 months ago
This has been flagged as spam show
If u made any new changes in your code.. Please let me know.. You can also contact me at MSN sumair_2000pk@hotmail.com
sumair2000pk 7 months ago
Your welcome.. ITs a nice COde.. I have also learned Some new features From your code.... I am new in C SHARP .net programming
I have add CLOSE TAB BUTTON in your text editor...
CREATE A BUTTON ..and then CLICK EVENT
tabControl1.Controls.Remove(tabControl1.SelectedTab);
This Code will close the current selected tab...
@sumair2000pk
I pretty much added all that you said except for changing untitled to the saved file name. I'll do that later.
I'll make sure to give you credit in my next update
kevinsglitches 7 months ago
I think You Should Add CLOSE Button FOR TABS.. And When the FILE is saved..The title of current tab should b changed from untitled to saved file name
Comment removed
Hey,.. Your Application is not able to change the FONT OF selected TEXT..
I have made some changes in the code ...Now it is able to change the FONT of selected text
{{
FontDialog RT = new FontDialog(); RT.Font = GetRichTextBox().SelectionFont; RT.ShowDialog(); GetRichTextBox().SelectionFont = RT.Font;
@sumair2000pk Thanks I didn't even notice that, and ill work on the tab idea in the next update
Hi, how to edit items in windows form?
auskariukas 3 months ago
This has been flagged as spam show
If u made any new changes in your code.. Please let me know.. You can also contact me at MSN sumair_2000pk@hotmail.com
sumair2000pk 7 months ago
Your welcome.. ITs a nice COde.. I have also learned Some new features From your code.... I am new in C SHARP .net programming
I have add CLOSE TAB BUTTON in your text editor...
CREATE A BUTTON ..and then CLICK EVENT
tabControl1.Controls.Remove(tabControl1.SelectedTab);
This Code will close the current selected tab...
sumair2000pk 7 months ago
@sumair2000pk
I pretty much added all that you said except for changing untitled to the saved file name. I'll do that later.
I'll make sure to give you credit in my next update
kevinsglitches 7 months ago
I think You Should Add CLOSE Button FOR TABS.. And When the FILE is saved..The title of current tab should b changed from untitled to saved file name
sumair2000pk 7 months ago
Comment removed
sumair2000pk 7 months ago
Hey,.. Your Application is not able to change the FONT OF selected TEXT..
I have made some changes in the code ...Now it is able to change the FONT of selected text
{{
FontDialog RT = new FontDialog(); RT.Font = GetRichTextBox().SelectionFont; RT.ShowDialog(); GetRichTextBox().SelectionFont = RT.Font;
sumair2000pk 7 months ago
@sumair2000pk Thanks I didn't even notice that, and ill work on the tab idea in the next update
kevinsglitches 7 months ago
Comment removed
sumair2000pk 7 months ago
Comment removed
sumair2000pk 7 months ago