blah blah blah is here! blah blah » Close

0
votes
0 answers

splitContainer visibility and scope

Where do you set the visibility of a splitContainer using Design Editor. I am using the Design Editor in Visual Studio and have created a Form and attached a splitContainer. All of this is in file Form1.cs. I am attempting to access t ...

0
votes
1 answers

C# - Can We Have a Text Editor Box on a Windows Form?

Hi, So, we have a textfield and a richtextbox. Can we have a text editor box on a Windows form with some basic buttons like Bold, Italic, Hyperlink and so on? The only thing I want to have is that the editable textbox will have text that ...

0
votes
6 answers

How to save an image on WindowsFormApplication?

This is my code but I'm having a problem saving my image. I can't seem to locate my file saved. Can anyone please help me? I've tried other forums but to no avail :( using System; using System.Collections.Generic; using System.Componen ...

1
votes
1 answers

Best way to have live wordcount with large rtf files?

I am working on a text editor that has a label which updates with the current word count whenever the text is changed. Right now if I am editing a large file it takes a long time to count all of the regex matches, which causes typing to be ...

Feedback