Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: JSLUIS
  • Content: Threads
  • Order by date
  1. JSLUIS

    Graphics.Drawstring - toggle vertical orientation

    Hello: I'm use the Graphics.Drawstring method with the drawFormat.FormatFlags = StringFormatFlags.DirectionVertical. This results in a vertical textstring which starts up and goes down. I need to toggle this orientation so that the text starts down and goes up. Does anyone know if there's a...
  2. JSLUIS

    cursor position on the current line

    Hi, I’m making an application that is creating sentences. I’d like to know the position of the cursor on the current line, to decide whether I have to insert a carriage return. Can anybody tell me if there is a property like CursorPosition or something like that; or another way to find out the...
  3. JSLUIS

    DataCombo / .editmode & .update

    I have created a form in Visual Basic 6.0 with a DataComboBox (Microsoft DataListControls SP3) on it. The DataComboBox is connected as follows: ‘destination Set cmbTest.DataSource = rsDest cmbTest.DataField = "fldFirst" 'source Set cmbTest.RowSource = rsSource...
  4. JSLUIS

    VBA/Word; move cursor to end of document

    Hello every body, I have a simple question: How do I move the cursor position in a Word document to the end of that document?? (Using VBA) Thanks in advance Jaap Sluis
  5. JSLUIS

    Is it possible to use *.mdb without MSAccess

    Hello everybody, I have created a database program in Visual Basic. It uses the Microsoft Access-database (*.mdb). To use this database format I have installed Microsoft Access. Is it possible to install the *.mdb file format and use it with Visual Basic without installing MS Access? Thanks...
  6. JSLUIS

    references

    Hello everybody, I have created a program with VBA for Word. In this program I use the following components: Microsoft Data bound List Controls 6.0 Microsoft ADO Data Control 6.0 (SP4)(OLEDB) These components were installed with Visual Basic 6.0. Now I want to use Word with this program on...

Part and Inventory Search

Back
Top