Search results for query: *

  1. Z

    Blob Files

    Hi! I have a back-end of SQL Server 2000. In my project , i have a richtextbox which contents come from a word document (by copy and pasting inside the richtextbox). So you can assume that inside the richtextbox i can paste a table that i have created in the word document, or bullets e.t.c...
  2. Z

    Problem for "InchesToPoints" function

    I am writing a little vba code in order to draw a table in a word document. When i try something like : " m_WordServer.ActiveDocument.Tables.Item(tableitems).Columns.Item(col).Width = InchesToPoints(2.54) " i get the InchesToPoints underlined, showing there is an error. Do i need to add a...
  3. Z

    Listview Items

    I have a listview called "lstmembers2" and a column named "Logos"! When i select an item of the listview, a form appears where i have to fill a textbox. How do i pass the Textbox.text value from this form to the specific column of the selected item of the parent form?????
  4. Z

    How to create an Autocomplete Textbox????

    Hi! I am trying to figure out how to code for an Autocomplete Textbox in VB.NET! All i want to do is : 1. When a user types in the textbox, a "select" statement starts to bring data in a dataview, where i keep all the information that i want, from a database. 2. While he types, and the...
Back
Top