Forum: C# 14 Hours Ago |
| Replies: 1 Views: 61 Hi guys,
I was wondering how to make a progress bar that watching another working thread, and give a percentage indication about its progress.
thanks
[EL-Prince] |
Forum: C# 3 Days Ago |
| Replies: 2 Views: 130 Thanks a lot for your share, but this's what I did!!! |
Forum: C# 4 Days Ago |
| Replies: 2 Views: 130 Hi guys,
I'm writing a simple text editor with syntax highlighting feature, my code depend on a timer object to update the whole text every 1 sec., I found it's difficult to select all the text... |
Forum: C# 15 Days Ago |
| Replies: 3 Views: 282 Hi guys,
thanks for your participations, but is it possible to use javascipt in multiple string highlighting as a running script beside c# application.
Thanks
[EL-Prince] |
Forum: C# 21 Days Ago |
| Replies: 3 Views: 282 Hi Guys,
How are you doing guys??
Guys I was wondering how to achieve a code that highlighting multi strings at once like Firefox???
Could someone give me an idea, because I couldn't... |
Forum: C# Oct 13th, 2009 |
| Replies: 17 Views: 1,563 Thanks for your reply, but I think there's no need to use the StreamReader class here because the richTextBox.LoadFile() support this inherently.
This method I think it won't load .doc file... |
Forum: C# Oct 12th, 2009 |
| Replies: 17 Views: 1,563 Hi guys,
How to load any other document formats other than .txt, and .rtf (which naturally supported by LoadFile() function), like .java, .c#, and .doc into richTextBox object?????
any help... |
Forum: C# Sep 30th, 2009 |
| Replies: 3 Views: 220 Hi guys,
Is it necessary to use destructor in c# to terminate any created objects??
Thanks in advance |
Forum: C# Sep 29th, 2009 |
| Replies: 1 Views: 280 Hi dudes,
Many times when I read others codes I found they're usingattributes , and actually I don't know when to use attributes, or when it becomes necessary to use it to be aware of it in my... |
Forum: C# Sep 29th, 2009 |
| Replies: 3 Views: 264 Thanks again Mr. sknake for your help |
Forum: C# Sep 28th, 2009 |
| Replies: 3 Views: 264 hi guys,
How to make a child form refer to it's parent form, what i mean is that when the child form created it's lock the parent till it finish.
thanks in advance |
Forum: C# Sep 27th, 2009 |
| Replies: 4 Views: 264 Thanks sknake, I appreciate your help, it worked fine!!!! |
Forum: C# Sep 26th, 2009 |
| Replies: 4 Views: 264 hi guys,
I'm writting a simple text editor using visual studio 2008. When I'm trying to
make a new instance of the application using the following code which is existed
in Main() method
... |
Forum: C# Sep 21st, 2009 |
| Replies: 5 Views: 358 hi guys,
Is there any tool for C# that shows the running fragments of source code
at runtime or at least facilitate the navigation into source code I mean reading the source code. |
Forum: C# Sep 11th, 2009 |
| Replies: 5 Views: 885 Thanks all of you guys!!!!!!!!!!! |
Forum: C# Sep 9th, 2009 |
| Replies: 5 Views: 885 Hi guys,
I wrote a simple text editor using C#. It can maintain the text format like font color, and font size when text pasted to it, and I able to save it to .doc, or .rtf. When I open the saved... |