I am looking for a tab control for Visual Basic 6. The tab control needs to look really swanky! I've taken a look around and like the look of the one on the home page of
http://www.salesforce.com/uk/
It has mouse over events, clean lines and all round just looks better than the standard MS...
Hi,
I have the following code that creates an XML file.
AdoCn = New SqlConnection(DSN)
AdoCn.Open()
SQLAdap = New SqlDataAdapter(SQL, AdoCn)
SQLAdap.Fill(DataS, WebServiceID)
SQLAdap.Dispose()
DataS.WriteXml(XMLPath)
This...
Hi,
The XSL I have to Date is:
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="2.0"
xmlns:edu="http://education.co"
exclude-result-prefixes="edu"
xmlns="http://education.co"...
Hi,
I am trying to convert the XML below:
<?xml version="1.0" encoding="utf-8" ?>
- <string xmlns="http://education.co">
- <diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1">
- <datareader>
- <_x0031_088...
Hi,
I have produced an XML Web Service in ASP 2.0, this returns a dataset. The output is below:
<?xml version="1.0" encoding="utf-8" ?>
- <DataSet xmlns="http://education.co">
- <xs:schema id="datareader" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema"...
I have a program that I made in VB and created an installshield project for. This program got distributed and installed by some reps.
I made another program, completely seperate of the first, the only thing in common is the signiture it uses (that box that comes up if you run a program off...
Hi,
I have a VB app that connects to a FTP site and continually looks for files placed on the site. I am currently using a loop that continually polls the site and when the file exists grabs it. However this is really resource intensive, is there a way I can start my program but have say a...
Hi,
I need to set up a visual basic program that is connected to a FTP site, as soon as a file appears on the FTP site the program needs to download it. Ideally I would like this running all the time in the background and would assume it needs to be a service, therefore I have the following...
I distribute Crystal reports 8.5 on a number of different SQL databases, mainly these are SQL2000 databases. However one database is SQL7. Using the crystal viewer (in SQL 7) if any fields in the record set are null the error message "unable to access first record" is returned. The...
That gives me some info thanks. However what I am basically trying to achieve is some kind of reporting portal for individual email acccounts, i.e. at the end of each day for every given account I could say therere have been twenty email sent, 5 recieved, 10 emails in the drafts folder etc. I...
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.