CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: dorjoo

Search: Search took 0.03 seconds.

  1. Thread: Menu

    by dorjoo
    Replies
    3
    Views
    808

    Menu

    Is there any Menu like control in C# Toolbox?
  2. Replies
    12
    Views
    1,800

    Re: How to read doc file?

    I understood the point. I am working on a project which converts Mongolian old script docs to new script docs. Both scripts( fonts) MS Word compatible.
    So it would be very nice if my app would be...
  3. Replies
    12
    Views
    1,800

    Re: How to read doc file?

    I am trying to read a Word doc file and display the contents.Just display it.
    I am thinking to use myStream.BeginRead(), myStream.EndRead(). But I suspect that the contents are in bytes.
  4. Replies
    12
    Views
    1,800

    Re: How to read doc file?

    So can I use read for txt and doc both of them. I am newbie to C#. This is my first app which reads a file.
  5. Replies
    12
    Views
    1,800

    How to read doc file?

    Hi
    I would like to read any doc file.So far my code is the following. I do not how to read file stream. Help please.

    {
    Stream myStream = null;
    OpenFileDialog openFileDialog1 = new...
  6. Thread: Form distortion

    by dorjoo
    Replies
    5
    Views
    1,078

    Re: Form distortion

    Thank you.
    Well, my main form has a picture box, on which is drawn some stuff.The main form creates the second form. If the second form is created on the
    picture box area partially, after the...
  7. Thread: Form distortion

    by dorjoo
    Replies
    5
    Views
    1,078

    Form distortion

    My app has one main form.. Then it calls a second form, when the second form closes, my main form has kind of distortion.
    How to recover it?
    Thanks.
  8. Replies
    4
    Views
    1,052

    Re: Select statement ?

    cmd.CommandText="select * from kir;";
    cmd.ExecuteReader();

    Ok. After these, where I can find find the result? I do not know the commands.
  9. Replies
    4
    Views
    1,052

    Select statement ?

    cmd.CommandText="select * from kir;";
    cmd.ExecuteNonQuery();


    Where is copied the result? How I can acces them?

    Thank you.
  10. Replies
    1
    Views
    898

    2 columns 2 fonts ?

    Hi
    Is it possible that 2 columns have different fonts in MS ACcess?
    Thank you
  11. Replies
    1
    Views
    1,666

    How to trap space key in Rich textbox?

    How to trap space key in Rich Textbox?
    Thank you.
  12. Thread: Pocket PC

    by dorjoo
    Replies
    1
    Views
    715

    Pocket PC

    Is there any place to get info about Pocket PC programming?
  13. Replies
    8
    Views
    27,462

    Re: Cursor position in Rich textbox?

    Hi.
    I am getting an error on DllImport. It says "Type or namespace could notbe found.
    Thanks.
  14. Replies
    8
    Views
    27,462

    Cursor position in Rich textbox?

    How can I know the cursor position in Rich Textbox?
    Thank you.
  15. Replies
    12
    Views
    4,545

    Re: Rich TextBox Text direction 90 degrees?

    Hi,Jon

    It is working great. Is there any way to put a cursor on PictureBox?
    Thank you.
  16. Replies
    12
    Views
    4,545

    Re: Rich TextBox Text direction 90 degrees?

    Hi.Jon. I attached the font. In Ms Word,if you use Text box and convert inside text by Format-> Text direction, you will see my desired goal.
  17. Replies
    12
    Views
    4,545

    Re: Rich TextBox Text direction 90 degrees?

    Hi, Jon.
    I had trouble to attach the font because of the extenstion restriction.
    If you send me your e-mail address, I will send it to you. It is MS Word compatible.
    Thank you.
  18. Replies
    12
    Views
    4,545

    Re: Rich TextBox Text direction 90 degrees?

    Can you clarify little bit? I am absolute beginner in C#.
    Actually I am trying to do a small text editor for Mongolian writing. In our writing, we write from top to down character by character. The...
  19. Replies
    12
    Views
    4,545

    Rich TextBox Text direction 90 degrees?

    Is it possible to change text direction by 90 degrees in rich Textbox like we do in Ms Word?
  20. Replies
    2
    Views
    1,176

    Rich Textbox - UpDown writing

    Hi
    How can I write from top to down in Rich Textbox control?
Results 1 to 20 of 20





Click Here to Expand Forum to Full Width

Featured