Search results for query: *

  1. S

    Question How to write/read from a smartcard

    i have read so many discussions on smartcard programming yet i am not getting any help. I have gained some knowledge though but that is not enough to help me accomplish my task. I need to know how to make i application connect to the smartcard, read/write data to it. with the little meaning i...
  2. S

    Combo box in DataGridView

    I hope this helps ComboBox with Suggest Ability based on Substring-Search - CodeProject
  3. S

    datagridview in tab control

    When you insert a dgv with bounded data it will load automatically on form load. you do not have to place any code
  4. S

    Registration & login system (You will get paid)

    Send me a private message with the details of the registration form. By that i mean the information required to register a person. cheers
  5. S

    Combo box in DataGridView

    Try this: DataGridView.RowCount Property (System.Windows.Forms)
  6. S

    Combo box in DataGridView

    If i get you correctly... you want to be able to set the grid column for the cells using a dataset. i am using visual studio 2012 to demonstrate how i think you can solve your problem.http://youtu.be/d2BPKbZ1Ozc
  7. S

    Question How to write/read from a smartcard

    I am to develop an electronic health records management system which requires some patient information to be stored on a smart card. i have no idea of how to go about it. my problems are : i. How do i write or save the information to the smart card? ii. How do i read the information from the...
Back
Top