Forum: Visual Basic 4 / 5 / 6 Sep 14th, 2008 |
| Replies: 3 Views: 1,006 Hi there,
I'm glad I could help.
Gary O'Connor. |
Forum: Visual Basic 4 / 5 / 6 Sep 14th, 2008 |
| Replies: 3 Views: 703 Hi there,
That is a great big download you are asking about. It comes on two CDs.
If you are asking where can you get it legally then I would suggest EBay. I have seen it up there a couple of... |
Forum: Visual Basic 4 / 5 / 6 Sep 14th, 2008 |
| Replies: 3 Views: 1,438 I took a field in Ms Access table
table name-travel
fieldname - doj
datatyoe - Text
and vbcoding
dim db as new adodb.connection
dim rc as new adodb.recordset... |
Forum: Troubleshooting Dead Machines Sep 12th, 2008 |
| Replies: 15 Views: 2,697 Hi there,
In my experience this has mostly been caused by the Power Supply. It only has to drop a volt and the system will go into shutdown.
I would say that in the twenty or so times this has... |
Forum: Visual Basic 4 / 5 / 6 Sep 12th, 2008 |
| Replies: 4 Views: 1,188 Hi there,
I don't know much about PowerPoint presentations but I do know that, if you call
ActivePresentation.Save
Your ppt file will be saved in the current directory as the name you gave... |
Forum: Visual Basic 4 / 5 / 6 Sep 11th, 2008 |
| Replies: 1 Views: 491 Hi Angela,
If you are saying that you want to generate charts for your data let me suggest that you get RMCharts. It's absolutely free and relatively simple to use.
Goto here... |
Forum: Visual Basic 4 / 5 / 6 Sep 11th, 2008 |
| Replies: 1 Views: 476 Hi there,
You haven't given us much to go on.
If you want 2 to be equal to 'b' then the simple solution is to add 96 to it's value. 'b' has an ascii value of 98. Then you would get the total's... |
Forum: Visual Basic 4 / 5 / 6 Sep 11th, 2008 |
| Replies: 3 Views: 1,006 Hi there,
To disable tabs in an SSTAB you simply make the following call
SSTab1.TabEnabled(index) = False
Where index equals the number of the tab you want disabled. In your case that would... |
Forum: Visual Basic 4 / 5 / 6 Sep 11th, 2008 |
| Replies: 4 Views: 1,188 Hi there,
You simply need to use
FileCopy Source, Destination
In your case that would be
FileCopy "C:\presentation1.ppt", "C:\MD90\MD90-number.ppt"
(Assuming that 'presentation1" was a... |
Forum: Visual Basic 4 / 5 / 6 Sep 11th, 2008 |
| Replies: 3 Views: 1,438 Hi there,
I would advise you to save your dates as Julian dates.
Assuming you don't know and put simply, Julian dates are numbers that are used to reference dates. The larger the number the more... |