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 bkrike 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: *

  1. ChiliDog007

    Scale Drawings

    When connecting to Visio from VB6, is it possible to scale the drawings down that are input into the Visio document? i know how to properly posistion them, i just need to know how to make them smaller or bigger.
  2. ChiliDog007

    Selecting the Most current date from VB6

    i have created a front end in VB6 to an SQL database. i then use that front end to populate a table. the problem is that i can not select only the most current date. i have tried many different approaches but i can't figure out how to do this. i have a training session that i have to give on Oct...
  3. ChiliDog007

    Shape Selection

    is there a way to select shapes from VB6 and group them?
  4. ChiliDog007

    Shape names

    i have visio document and in it i have a shape. i have named this shape by rick clicking on the shape then Format>Special>Name i changed the name to tester now can i access that shape in VB6 by some how accessing the name?
  5. ChiliDog007

    Importing data

    hello i am trying to make a table in a Visio document that will be filled in by a VB6 application. so i guess my first question would be is it possible to make a table in Visio? if so how do i get started?
  6. ChiliDog007

    VB to Visio

    i'm not sure what forum to post this question. but here it is. i have the following code Private Sub cmdVisio_Click() Dim shp1Obj As Visio.Shape Dim shape1 As Visio.Shape Debug.Print FName Set VisioApplication = New Visio.Application Set VisioDocument =...
  7. ChiliDog007

    Visio Bookmarks

    i have to create a VB6 Application that will connect to Visio and will put some pictures from an SQL server into the Visio file that has been opened. this is all fine i can connect to the visio file and i think that i will be able to put the pictures in there, the only problem is this, i need to...

Part and Inventory Search

Back
Top