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...
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...
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
VB 6 provides a group of controls called "Wang Image Edit Controls" 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...
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...
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 "Microsoft.Jet.OLEDB.4.0" and set Data Source property to the excel file path.
since Jet Providers can open only...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.