Search results for query: *

  • Users: kr80
  • Content: Threads
  • Order by date
  1. K

    Word Automation Problem in Vb.net

    I am trying to create a Word File with two Columns. Vertical text in the fist and Horizontal text in the second column.I managed to display the vertical content correctly, but the Second columns just gets replaced or rewritten with the next appearing line. My code : Dim WordApp As New...
  2. K

    Access or MS SQL 2k ?

    I have a application with Access as a backend, and vb.net on the front end. The Db file used to reside on only one machine. Now to make it multi user usable through a network I split the Access file and used the distributed file access method to share it. But the problem i am facing now is...
  3. K

    Getting user settings on a VB.net program

    How does one get user settings like email address and Name to be used in a program. I have developed a application on Vb.net and i need to pass certain parameters to the program. Later on the user should be able to change if required. -Karl
  4. K

    Vb.net Text Box limit

    Is there a way to accept telephone numbers in a Text Box ? I have used validations to accept only a particular format. But is it possible to get it like Access does. For example the user needs to type in only the numbers and the ( ) - - are entered automatically. Thanks, Karl
  5. K

    Help regarding Search with Access DB

    Hi, I am currently using the following code to do a search from Two text Boxes and display them on a datagrid. How do i implement a Pattern match with the text i enter. Something like a LIKE option in SQL. 'OleDbDataAdapter1.Fill(objds1) 'Dim dv As DataView = New DataView(objds1.Software)...
Back
Top