Recent content by midosoft

  1. M

    how to open rtf file lines to many richtextboxs vb.net 2010?

    how to open rtf file lines to many richtextboxs vb.net 2010? I need to open rtf file and send first line to richtextbox1.rtf with formatting and color and next line to richtextbox2.rtf and .... etc. Please help me to do this code right
  2. M

    ms access show when save too many fields defined how to fix it?

    CJ_London loooooooook I found something better with rtf file save line by line. but I need to know how to save text with format (font type, size, color) ? if you can help me :) look at attached vb2010 my project zip file
  3. M

    ms access show when save too many fields defined how to fix it?

    Yes for that I a have brochure design as jpg "A4" as "3508 x 2480" this design renewed every day with new text on it text fields are 165 field and every one maybe content more than 50 Character , so i need to save all texts every day. they cant work on photoshop so they need something easy...
  4. M

    ms access show when save too many fields defined how to fix it?

    Yes Correct textbox1.text will save my text to line number 1 on rtf file textbox2.text will save my text to line number 2 on rtf file textbox3.text will save my text to line number 3 on rtf file textbox4.text will save my text to line number 4 on rtf file save one time to 0001.rtf file and...
  5. M

    ms access show when save too many fields defined how to fix it?

    its a table as 165 textbox "any text" I just need to be able to save more then 50 characters per field with mdb access database table " too many fields defined" for that I need to save all 165 to another file type like rtf rtf file make me save text and size and font type and color etc...
  6. M

    ms access show when save too many fields defined how to fix it?

    Nooooooooooooooo I need to create 165 text every one as one field -------- look can you help me to save all 165 textbox.text to 165 txt file or like that in one line text1 = line 1 text.txt text2 ......... 3 4..... text165= line 165 text.txt I hope you can understand me and give me help for...
  7. M

    ms access show when save too many fields defined how to fix it?

    I have a project in vb6 with mdb access 97 database I need 165 text field and i need all to be memo for more size than 50 access give me "too many fields defined" and doesn't save it . Please help me if any tools fix that Thanks
  8. M

    How to save text with text format like font size , type .. in vb6 with data1 in mdb

    can you give me a project as sample pls cuz I need to know how to do that as memo with access 97 mdb database
  9. M

    How to save text with text format like font size , type .. in vb6 with data1 in mdb

    How to save text with text format like font size , type .. in vb6 with data1 in mdb database is there way to know how? do that in vb6 with mdb access 97 database Thanks alot please help me:confused: I have a big project
  10. M

    Exporting Query To Text File - Too small to accept the amount of data ... HELP!! WHY?

    I think cuz format of text, textbox in vb6 with mdb db
Back
Top Bottom