Hi,
I already have a hard drive connected to IDE1 primary and running XP Pro (drive C:). Everything runs fine.
Then I have installed another hard drive connected to IDE2 primary (drive E:). Also an external USB DVD burner (I tried to install the DVD burner internally using IDE but could not...
Sorry I really am not sure where should I post this question. I use Inno Setup freeware to write and compile an EXE setup package. Then our IT person said our Windows Server 2003 SMS cannot remotely deploy my EXE package on individuals' computers and my file needs to be MSI.
Is there any free...
Thanks for the tips.
Another question here: A VB application cannot run Excel population feature with without Excel application installed (even with Excel Viewer installed still cannot run Excel feature). However, how come a VB application can access data in a MS Access database file (.mdb)...
Hi,
I use VB6 to read data from Access and populate data on Excel Worksheets.
Currently I have Office 2003 installed on my development computer so in VB6, I use Microsoft Excel 11.0 Object Library reference.
In some cases, my customers may install Office 2007 on their own and use my VB...
Hi all,
FYI: I finally fixed the problem. There is something different in MS Office 2000 to the other versions.
When I have my code:
Set chDistance = objSheetDistance.ChartObjects.Add(30, 95, 630, 315)
chDistance.Chart.ChartType = xlXYScatterSmoothNoMarkers
chDistance.Chart.DisplayBlanksAs =...
Hi all,
By using VB6 to export data to Excel worksheet, if I have error during exporting or if I did not save the Excel file when closing it, how can I clear the "memory" or "buffer" leftover on the computer. I always got "End Program" prompts and "Save Excel Workbook File?" questions when...
Hello,
Tried a couple of things and still have no luck.
I got an error on:
chDistance.Chart.DisplayBlanksAs = xlInterpolated
Error message is:
Method 'DisplayBlanksAs' of object '_Chart' failed
The purpose of this statement is to continue plotting the curve even with missing data in...
I got some progress.
1) I put chDistance.Chart.ChartType = 73 and it works.
2) chDistance.Chart.DisplayBlanksAs = xlInterpolated
Or
chDistance.Chart.DisplayBlanksAs = 3
Both do not work (same error as before)
3) chDistance.Chart.ChartTitle.Font.Bold = True
Do not work
Any idea?
Hi,
By using VB6 code, I have data populated to Excel (2000 version) worksheet and then generate a chart as follow:
Set chDistance = objSheetDistance.ChartObjects.Add(30, 95, 630, 315)
With chDistance.Chart
.ChartType = xlXYScatterSmoothNoMarkers
.DisplayBlanksAs = xlInterpolated...
Our customer's 7-year old computer cannot boot up to Windows 2000. It ran through BIOS and always restarts before running Windows.
The hardware is Pentium 233 CPU, 256 MB RAM. Seagate 40 GB hard drive.
We tried replacing a new hard drive with Windows 2000 professional installed. The problem...
We are having an issue with SBS 2003 and a client that cannot sync offline files. The Offline file status states dialog states the Server is Online and 1 file (modified offline) needs to be sync'd, choosing OK synchronizes the file but the taskbar icon continues to flash: "Offline Files -...
The computer was put inside an industrial machine. I am trying to use the computer I/O to turn on some electronic devices as soon as possible, as long as the whole machine powers up. Is there other ways to do the same purpose, such as batch file instead of exe file, or any other file type?
Hi,
I have an executable (.exe) file that I want the computer to run at the very beginning of starting up, just like BIOS even before Windows starts up. I need to do it on both Windows 2000 Pro and XP Pro systems. Any way to do it?
Hon Chung
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.