Search:

Type: Posts; User: Nicomendox

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Re: How Can I Get Primary Key Value by Unique Value. and Retrive Data by Primary Key

    I am using SqLite DataBase.
  2. How Can I Get Primary Key Value by Unique Value. and Retrive Data by Primary Key

    Hi. first of all Please forgive me about my poor English. Hopefully I can explain to what I want to do.

    I have Main Table that name is RehberTBL.
    I am collecting Professions into another Table...
  3. Re: How can I check if ComboBox Contain Spesific Value

    jmcilhinney thank you soo much for your concern and certain answer. that's Exactly what I want.
  4. Re: How can I check if ComboBox Contain Spesific Value

    Thank you so much for your reply. and it works great. But if you dont mind may I ask another point... My question about upper lower case sensivity.

    in ComboBox List one of item is "Student".
    if...
  5. How can I check if ComboBox Contain Spesific Value

    In Database has 2 Table.
    Second Table is for collect of Profession. (Table name is MeslekTBL)
    I fill The comboBox on the Main form from second Table (MeslekTBL)

    while saving a new data I dont...
  6. Can I Setup to Access RunTime with InstallShield at same time.

    Hi. I just want to ask, when I am seting up the program which target computer dont have Microsoft Access. Can I (add) setup the Access Runtime same time with installshield setup ? or must I setup up...
  7. Re: How can I use to ACCDB Database Connection String ?

    I found that there was mistake in Data Table. I fixed and worked well. thanks for concern.
  8. Re: How can I use to ACCDB Database Connection String ?

    I mean. I dont want to setup SQL Server to computer which program will be setup.
  9. How can I use to ACCDB Database Connection String ?

    In my programe I was using MDF Database. but program will run only in one computer. not on a Server.

    thats why I changed the Database to ACCDB but I am not sure if I can still use same connection...
  10. How Can I Run My Program that include .MDF Database into another Computer ?

    In my Label Print Programe I use MDF Databases. and I use this code for connection with this Database.


    this Code Dosent work...

    'Public ConString As String = "Data...
  11. How Can I Save Form ClienSizes Before Minimized? And ReCall Last ClientSizes.

    Hi. Everyone.

    An analog clock Program. Timer Works with ClientSize (size) of Form. But when I Minimized form. Program give Error. then I Stoped Timer when Form Minimized. and ReStart at Form...
  12. Why PrintDocument Preview and Printing Result are Difrent ?

    Hi everyone.

    I try to print something but with Preview and Print Result are difrent.

    for example when I try to draw a Rectangle around the page on Zero Margins... Printdocument show correct...
  13. Replies
    13
    Views
    2,273

    Re: How Can I Print Images from DataGridView ?

    thank you so much it works now. god bless you.
  14. Replies
    13
    Views
    2,273

    Re: How Can I Print Images from DataGridView ?

    I am sorry... even I select many pages then result is just only one empty page.

    dont know why.
  15. Replies
    13
    Views
    2,273

    Re: How Can I Print Images from DataGridView ?

    thanks for your quick reply but I think so I couldnt explain What I want.

    I try to Print Each record into difrent printdocument page.

    for example; first record (include image) to printdocument...
  16. Replies
    13
    Views
    2,273

    Re: How Can I Print Images from DataGridView ?

    in my DGV first fow and 3 row has image and if I select first row to 4th row then

    after debug code, all pages has 3rd row image.

    if I slect first and second rows only then both page has only...
  17. Replies
    13
    Views
    2,273

    Re: How Can I Print Images from DataGridView ?

    thanks but this time put first row image to all rows...
  18. Replies
    13
    Views
    2,273

    How Can I Print Images from DataGridView ?

    Hi everyone.

    I listed all records into DataGridView (DGV). and in some records has image beside other data and some has not image.

    When I filtered records... some rows has image some rows not....
  19. Re: Why Difrent Tooltip on Elabled and Disabled Button ?

    I have solved the problem with using Label, instade of toolTip. Much Effective Flexible but yes much Code :)
  20. Why Difrent Tooltip on Elabled and Disabled Button ?

    Hi everyone.

    for the buttons on form. try to use tooltip but some of button Disabled.

    When disabled Programaticly I can show tips. and the position also. but I can ot adjust initialDelay...
  21. VS 2013 Re: How Can I Check DataTable Image Exist Or Not ?

    Thank you sooo much Paul. Yes it works perfect.
  22. VS 2013 How Can I Check DataTable Image Exist Or Not ?

    Hi Everyone.
    In Program has Database for Save Images.

    I am transfering this images on to a Document. If in DataTable has Image it works. but if there is no Image Code dosent Work.


    Dim...
  23. VS 2013 Re: How Can I get MultiLine TextBox Line count ? (straight text)

    jmcilhinney .... Thank you sooo much. Your Answer 100% solved to my question.
  24. VS 2013 How Can I get MultiLine TextBox Line count ? (straight text)

    hi Everyone...

    There is a TextBox which MultiLine =True and ScrollBars = NONE

    I enter a straight Text in TextBox. without Press Enter adding new line into TextBox.

    I try to Get Lines Count...
  25. Re: How Can I Listall Fonts into ListBox with Own FontSyle

    Thank you Paul. I miss some code Rows in this sample. Thank you again. God bless you.
  26. How Can I Listall Fonts into ListBox with Own FontSyle

    I just want to list all fonts into ListBox and fonts. and When I Chose ListBox item Come into TextBox.

    I found some codes. But when I chose ListrBox Listed Font, it comes to TextBox like this =...
  27. Re: Why can not select all text in textbox after focus to textbox ?

    YES.... ABSOLUTELY YESSSS...

    THANK YOU soo much PASSEL. Only you understook what I want to do. And 100% CORRECT solution for me.

    GOD BLESS YOU.
  28. Re: Why can not select all text in textbox after focus to textbox ?

    And Where is the code that for Select All Text in TextBox ?

    This is not what I want. I want same as FontDialogBox. when in TextBox, keydown or keyup Move next or prev item in ListBox and TextBox...
  29. Why can not select all text in textbox after focus to textbox ?

    In then form there is TextBox and a ListBox. When I Press Down or Up Key I want to Select ListBox item. Then After Selected item comes into the TextBox and Then after I want to select all Text in...
  30. Listbox findstring issue ? why result focus at bottom of Listbox ?

    Hi. Everyone. first of All sorry for my bad English. hope I can explain to what I want to do.
    Advanced Thanks...

    I listed All Fonts into Listbox.
    Then I try to Find with TextBox1_TextChanged
    ...
  31. Re: Why FillPath is Different Result in PictureBox and PrintDocument ?

    So Sorry. and thanks a lot. God Bless you.
  32. Re: Why FillPath is Different Result in PictureBox and PrintDocument ?

    ....
  33. Re: Why FillPath is Different Result in PictureBox and PrintDocument ?

    Paul thank you for your effort to find Solution.

    Did you tried to code with any image in your computer ?

    if problem is in my Computer ?
  34. Re: Why FillPath is Different Result in PictureBox and PrintDocument ?

    ....
  35. Re: Why FillPath is Different Result in PictureBox and PrintDocument ?

    Picturebox size is not important. But size is 600x600

    I just onlt try to fillPath as I could do in Picturebox

    Even PictureBox Size 700x400 or 500x300 or any size Same Result. I just wonder why...
  36. Re: Why FillPath is Different Result in PictureBox and PrintDocument ?

    384.Jpg size is 1024x697

    I don't change any size mode. Keep as default.
  37. Re: Why FillPath is Different Result in PictureBox and PrintDocument ?

    ....
  38. Re: Why FillPath is Different Result in PictureBox and PrintDocument ?

    ....
  39. Re: Why FillPath is Different Result in PictureBox and PrintDocument ?

    Did You Try To Test My code in a Form ? or you talk only about Codes in my Question ?

    Put a Picturebox and 2 Button and a PrintDocument and PrintPreviewDialog into a FORM...

    Then copy paste my...
  40. Why FillPath is Different Result in PictureBox and PrintDocument ?

    ....
Results 1 to 40 of 82
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width