Search:

Type: Posts; User: bayat2000

Search: Search took 0.04 seconds.

  1. Re: inserting text on image on picture box and printing .

    ok I get it just now. (thanks)
    I tested it without printing (just on printpreviw), and it works well.i want to try more and I will print and tell you results.
  2. Re: inserting text on image on picture box and printing .

    as far as I got these two methods have opposite function . is that so?
  3. Re: inserting text on image on picture box and printing .

    by the way I tried your code and it worked well
  4. Re: inserting text on image on picture box and printing .

    yes the code you offered was perfect.
    I am trying to understand the concepts. I prefer to click on the Application Form image and one textbox moves there ,I insert text in textbox then press Enter...
  5. Re: inserting text on image on picture box and printing .

    Hi paul
    please explain me in a simple way about pointtoclient and pointtoscreen .I can't get well what these two methods do.
  6. Re: inserting text on image on picture box and printing .

    thanks for your reply
    let me try and let me ask you again in case of being problem .
    thank you again for being bear with me.
  7. Re: inserting text on image on picture box and printing .

    i don't know how .
    I want to load ,actually, for example a Job Application Form (in any image format) an fill the blanks with my app and then print it again along with inserted text . this was just...
  8. [RESOLVED] inserting text on image on picture box and printing .

    Hi everyone
    I want to develop an app with characteristics below:
    - open a picture in A4 or A5 size in a picturebox
    - insert text on the picture in certain places
    - printing the picture...
  9. Re: [RESOLVED] opening Jpg or any picture file in windows photo viewer from within my

    Which one do you mean?
  10. Re: [RESOLVED] opening Jpg or any picture file in windows photo viewer from within my

    Thanks again
  11. Re: opening Jpg or any picture file in windows photo viewer from within my app

    thank you for your code , each folder has a picture file with a different name , can I use ? or * to address each picture file I want to open with rundll32 or not. how?
  12. Re: opening Jpg or any picture file in windows photo viewer from within my app

    thanks for reply but that was not thing I was asking for.
  13. [RESOLVED] opening Jpg or any picture file in windows photo viewer from within my app

    Hi All
    I am developing an app that can list a lot of folders in my hard drive (each folder contains a picture file) and I want my app can open the picture in folders by windows photo viewer when I...
  14. Re: what happen to my IDE with picture.

    thanks everyone for their replies
    yes ,each tab has different folder, and i don't know why and how to fix it.for more explanation,
    actually ,the problem has been started when I copied and pasted...
  15. [RESOLVED] what happen to my IDE with picture.

    Hi everyone
    as you can see in picture of my vb2010 IDE ,there are two Form1.vb Tab . does anyone know why?
    thanks in advance.
    155765
  16. Re: [RESOLVED] calling textbox_keypress from within button_click event ,how to?

    although late ,I appreciate all time you spent for spreading knowledge.
  17. Replies
    11
    Views
    2,728

    Re: For Each loops slow

    nested for each can take more time
  18. Replies
    11
    Views
    2,728

    Re: For Each loops slow

    let us know about your coding.
  19. Re: calling textbox_keypress from within button_click event ,how to?

    I tried calling textbox72_keypress(textbox72,e) or textbox72_keypress(sender,e)and this error was raised:
    Unable to cast object of type 'System.Windows.Forms.MouseEventArgs' to type...
  20. Re: calling textbox_keypress from within button_click event ,how to?

    i meant that as far as i remember in vb6 , we had a simple way to call an event procedure from within another. somthing like this statement: Call Textbox_keypress.and that was very simple.no more...
  21. Re: calling textbox_keypress from within button_click event ,how to?

    thanks for ur code .
    is there something more simple like vb6 in vb.net?
  22. [RESOLVED] calling textbox_keypress from within button_click event ,how to?

    Private Sub TextBox72_KeyPress(sender As Object, e As System.Windows.Forms.KeyPressEventArgs) Handles TextBox72.KeyPress
    Dim faCal As New System.Globalization.PersianCalendar
    Dim d...
  23. [RESOLVED] what happened to my app (what is meaning of this page"picture")?

    155435
  24. m bayat

    m bayat
  25. Re: there is no deletecommand in tableadapter property window

    thanks a lot jmcilhinney
    as you told me ,I deleted relationships and created a primary-key and then set relationships again , finally everything got ok and work well now. you saved me from a...
  26. [RESOLVED] there is no deletecommand in tableadapter property window

    i create an data application by dragging dataset table into my form . and i found that i cant delete rows in my dataset ,in fact, i cant find deletecommand in tableadapter property...
  27. Re: problem with updating datasource in vb.net

    ok thanks for your instant reply .
    in fact I'm a beginner in vb.net and I am trying to develop this app for my dental office(I'm dentist).I used bindingnavigator and ,bindingsource control because...
  28. Re: problem with updating datasource in vb.net

    thanks for your reply
    as you can see in code snippet below ,i'm trying to develop an app that can add new record and then update datasource,I used textboxes ,bindingnavigator and bindingsource...
  29. problem with updating datasource in vb.net

    hi dears problem is same as written in topic title .the code below don't work


    Private Sub ToolStripButtonSave_Click(sender As System.Object, e As System.EventArgs) Handles...
  30. add text to image in picture box and printing that text

    I'm still pretty new to programming so please bare with me and any help that can be offered is greatly appreciated. I have a program in which the user loads an image which is displayed in a...
Results 1 to 30 of 30



Click Here to Expand Forum to Full Width