CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (11 messages)

From: Jerry Stern CDROM Forum · Drives/Hardware March 17, 1993 8:31 PM
Is this a "Toshiba" 3401 or an OEM package like Procom's 3401?
From: Jerry Stern CDROM Forum · Drives/Hardware March 16, 1993 7:16 AM
I just purchased from DUSTIN the Procom(Toshiba) 3401 with the Trantor 130b (What's SCSIWorks -all I got is a disk labeled ASPI-compatible SCSI Software for DOS + Musicbox). I am using a ZEOS 486 DX2 66 system. Several problems: a)Trantor drivers cannot find the CDROM unless my Turbo switch on…
From: Jerry Stern CDROM Forum · DOS, Windows, OS/2 March 16, 1993 7:05 AM
Not familiar but would be interested in knowing where you can purchase the MayoClinic CD. Any advice? Thanks
#Procom(Toshiba)3401 Message #43168
From: Jerry Stern CDROM Forum · General March 15, 1993 11:50 PM
Is the Trantor 130b fully supporting the new Toshiba 3401. I have a Zeos 486 DX2 66 and I can only get things to run correctly if I slow down the PC by turning off the Turbo switch (real slow then in Win3.1 ). Do I need specific Win drivers?.…
#3370 #SetFocus Bug Message #3495
From: Jerry Stern MS BASIC Forum · Visual Basic October 16, 1991 8:11 PM
Mark, I like the Tabindex. You should start a subsidiary publishing company with titles like "Even YOU Can Master QBX and VB!!" As alway, thanks. There is 1 Reply.
#SetFocus Bug Message #3343
From: Jerry Stern MS BASIC Forum · Visual Basic October 15, 1991 11:50 PM
I have what seems to be a weird bug when using SetFocus. I have a form with 2 command buttons and one list. When the form loads the active control is on the Command1 button. I want the default active control to be on List1, so I set my last…
#3332 #INP/OUT Message #3342
From: Jerry Stern MS BASIC Forum · Visual Basic October 15, 1991 11:49 PM
Jonathan, I felt this coming. After much dialog with others, you summarized the problems quite succinctly. I'm going to try to write a non-swapping higher level DLL with QuickC for Windows (I Hope). I keep you posted. Thanks for the interest. Jerry There is 1 Reply.
#3303 #INP/OUT Message #3327
From: Jerry Stern MS BASIC Forum · Visual Basic October 15, 1991 10:58 PM
Keith, You make it sound a little frightening but I think I should try to decipher it. Where can I get a copy of this journal or article? Thanks. Jerry There are 2 Replies.
#3107 #INP/OUT Message #3287
From: Jerry Stern MS BASIC Forum · Visual Basic October 15, 1991 8:23 PM
Thanks Bill, I'm not saavy enough about how DLL's, VB and Windows tie into each other. Do you think the problem I described is inherent to programming a Windows App with VB? vs programming a WinApp with 'C' or is it just the Windows environment? Can you suggest any 'Guru's'…
#3232 INP/OUT Message #3284
From: Jerry Stern MS BASIC Forum · Visual Basic October 15, 1991 8:17 PM
Thanks Gregg, you're right that the smallest TIMER interval is 1 msec but repetitive calls to TIMER have variable intervals. I need to run a sequence of timed com port handshaking, ie turn on RTS for a msec, turn it off for a msec, turn it on again, etc. The…
#INP/OUT Message #2836
From: Jerry Stern MS BASIC Forum · Visual Basic October 13, 1991 7:57 AM
Bill, Since you wrote the INPOUT DLL, I figure you must have a lot of insight into the handling of these routines. I need a 1 msec (+/- 20%) timed loop independent of platform. In QBX Basic with INP/OUT the following works perfectly on any machine using a timer chip…