Hi all
First of all, i got the PbWin9.01 today.
The bad part of the story is that, untill now, i only "used" PbDos3.50 so i dont have any experiance in programming with PbWin.
The idea is the following:
1) A PbWin9.X program should run in the systray, in the background, grabbing stock-data from the Yahoo-website based on tickers located in an Excel spreadsheet. Download-time should also be based on user-settings in Excel (somewhere a program-setting / can be located in the registry). This PbWin-program receives his data in csv-form what then need to be passed-on to excel. Or the program saves the csv-file, or the data is passed to excel in any other way. Speed is what i am looking for, meaning that if Excel is more quick to open a csv then that is fine else if excel is slower then i would prefer another solution (what ever that might be)
The meaning is that gathering and transferring the captured data may-not "disturb" excel, meaning that it cannot be that excel freeze for secs/min while importing/receiving new data.
2) the excel file has screens where data is updated following user's instuctions (1/2/5/10/30 secs or any other value he find OK) and following the PbWin program's data.
The Excel-file is ready but any adaption is no problem.
I normaly should have made everything in ExcelVba but excel is to slow and freeze toooooo long while importing the data.
Anybody has ID's ?
Note that this is a private-use-program (not commercial) so for those who find solutions where i have to buy (their) additional sofware: forget-it.
Thanks for reading.
First of all, i got the PbWin9.01 today.

The bad part of the story is that, untill now, i only "used" PbDos3.50 so i dont have any experiance in programming with PbWin.

The idea is the following:
1) A PbWin9.X program should run in the systray, in the background, grabbing stock-data from the Yahoo-website based on tickers located in an Excel spreadsheet. Download-time should also be based on user-settings in Excel (somewhere a program-setting / can be located in the registry). This PbWin-program receives his data in csv-form what then need to be passed-on to excel. Or the program saves the csv-file, or the data is passed to excel in any other way. Speed is what i am looking for, meaning that if Excel is more quick to open a csv then that is fine else if excel is slower then i would prefer another solution (what ever that might be)
The meaning is that gathering and transferring the captured data may-not "disturb" excel, meaning that it cannot be that excel freeze for secs/min while importing/receiving new data.
2) the excel file has screens where data is updated following user's instuctions (1/2/5/10/30 secs or any other value he find OK) and following the PbWin program's data.
The Excel-file is ready but any adaption is no problem.
I normaly should have made everything in ExcelVba but excel is to slow and freeze toooooo long while importing the data.
Anybody has ID's ?
Note that this is a private-use-program (not commercial) so for those who find solutions where i have to buy (their) additional sofware: forget-it.
Thanks for reading.
Comment