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 Mike Lewis 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. somsally

    NIEM schema

    Hi, Can someone help me in understanding the NIEM schemas. I have got the overall idea about the NIEM model (Also I *can* understand simple schemas :) ). What I specifically need to know is few of the schema design "patterns" throughout the NIEM model like <ns2:DriverLicenseIdentification...
  2. somsally

    How to determine the calling object

    Dave I think property procedures can solve your problems Sukhesh
  3. somsally

    Help !!! SHAutoComplete and databse lookup

    Hi I've a requirement in my program where i need databse lookup for some fields. I can do this by using DataList or DataCombo. But the user should be allowed to resize the display area of the DataLis and also it should be visible when the control gets the focus and diappear when it goes out of...
  4. somsally

    Copy a file

    FileCopy will work but u can also try using FileSystemObject library since it has many more useful functions Dim fsoObj As New FileSystemObject fsoObj.CopyFile <Source>, <Destination> before using FileSystemObject set the reference to Microsoft Scripting Runtime
  5. somsally

    merging tiffs in VB

    VB 6 provides a group of controls called &quot;Wang Image Edit Controls&quot; which are installed during VB installation. It's a third party control using which tiff images can be viewed, manipulated. ImgEdit control member will allow viewing tiff images, scrolling, rotating. It has methods...
  6. somsally

    Excel into Access import using VB

    Hi kennajo i assume that the excel files will always contain data in a particular format and always the first row is the record header and i also assume that you know how to use ADO Objects. To open a excel file use a ADO Connection object and set its Provider as...
  7. somsally

    Visual Basic 6.0 and Excel 2000

    Hi Guru Using Excel 2000 files in VB is very easy. i assume that you know how to use ADO Objects. To open a excel file use a ADO Connection object and set its Provider as &quot;Microsoft.Jet.OLEDB.4.0&quot; and set Data Source property to the excel file path. since Jet Providers can open only...
  8. somsally

    Using .tif's

    Hi scott before answering your question i would assume few things. i.e, you want to display a tiff image in your application and as tiff images are multi page images you may want to allow the user to navigate through all the pages 1) To use tiff in VB you can use Wang Image Control which will...

Part and Inventory Search

Back
Top