How can I Insert into Text File from Sql Table. Is there a query like bulk insert for this work In fact I need Invert of bulk insert ? thanks in advanced
Hello Friends
How can I Insert into Text File from Sql Table. Is there a query like bulk insert for this work In fact I need Invert of bulk insert ? thanks in advanced
Hello Friends
is there any easier way to do it or can we do it through another control
Hello Friends
How can I print content of richtextBox in C# ?
Hello Friends
Where can I download "msword.olb"
Hello Friends
It didn`t solve my problem RTF and DOC are tow different type
Hello Friends
I have some Doc files that I need to read content of each of them and write them into a for example textBox or richTextBox. How can I do it ? Thanks in advace
Hello Friends
How can I Display Word Documents in C# Which control do you offer Thanks in advance
Hello Friends
I want to manage some Keys like "Alt+F4" ( for example for exit) but I don`t want use "KeyDown" event of controls can I do it in any way ?
Hello Friends
If you know we have a thing that is named Accelerator in Visual C++ for working with shortcut and keyboard do we have any things like this in C#. if no; Please help me to impelement like this
Hello Friends
I have a viewer of word in my application and I want to manage it`s Print event. it means I want, when user presses Print Button in my application toolbarit happens the same occur that we press "Ctrl+P" in Microsoft Word What should I do for this Thanks in advance
Hello Friends
How to print content of RichTextBox
Hello Friends
I know. But May be an User have either "MachCase" and "WholeWord" even more like "search Foreward or Backward". This ability is also in Standard application like Microsoft Word or Visual Studio
Hello Friends
I want to set two find options : "MachCase" and "WholeWord" this code works correctly : richTextBox1.Find(StrSearch, RichTextBoxFinds.MatchCase);
but this code doesn`t work; It has compiler Error : richTextBox1.Find(StrSearch, RichTextBoxFinds.MatchCase, RichTextBoxFinds.WholeWord);
How should I write this code to set either RichTextBoxFinds.MatchCase, RichTextBoxFinds.WholeWord
Hello Friends
Thank you very much
Hello Friends
How to work with PrintDialog? I want to Print for example a Doc File that has opened in my application What should I do for it?
Hello Friends
How to work with Shortcut & Keyboard For Example I want Manage Keys like "Ctrl+F" for Search How to do it? Thanks in advance
Hello Friends
I have a ToolStripMenu with some elements that they are Names of Files that is recently opened now I want to add a new File Name to it.but at first I should check EXISTENCE of this file name how can I do it Note : My File Names are string like "THE CRITIUE OF PURE REASON"
Hello Friends
Thanks alot. it worked Now I want to convert this code to hex. How can I do it?
Hello Friends
give me an example; if it is possible
Hello Friends
How can I find a Unicode Code of a chracter in a string For exmple Unicode of (њ) is 5A 04 Is there any way to find it programmatically
Hello Friends