CompuServe Archive

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

Search Results (1,358 messages)

#3586-Double-click? Message #3622
From: Jonathan Zuck (UFI) Forum: MS BASIC Forum October 17, 1991 7:36 PM
John, Yes, there is a double-click (Command1_DblClick) However, you can only trap the double-click if you have not trapped the single click. If you need to trap both, it will require a timer. -=- Jonathan
Reply to message #3586
#3586-Double-click? Message #3613
From: Ted M. Young Forum: MS BASIC Forum October 17, 1991 6:24 PM
John, Yup. There's a double-click event. Look at the _DblClick event procedure. – Ted
Reply to message #3586
Double-click? Message #3586
From: Syndesis Forum: MS BASIC Forum October 17, 1991 3:32 PM
Is there a double-click event in Visual BASIC? Or can I access a timer that can help me fake one?
Two Questions Message #3584
From: JOSEPH MONAGHAN/PNG Forum: MS BASIC Forum October 17, 1991 2:28 PM
Mark, I figured that one out…Thanks! Next question… Why is it that if I define a buttonclick to run 4 or 5 shell statements one after the other it sort of hoses on the 3rd window? In other words, lets say that I set up a button to map 5…
From: Nelson Ford Forum: MS BASIC Forum October 17, 1991 2:04 PM
Nope, that didn't help either. The only thing I've gotten to work is to do an EndDoc after setting the orientation and before printing. Of course that wastes a sheet of paper.
Reply to message #3473
#" within a string Message #3582
From: Mark Parisot Forum: MS BASIC Forum October 17, 1991 1:37 PM
How can I include " characters within a string in VB?
From: Jonathan Zuck (UFI) Forum: MS BASIC Forum October 17, 1991 1:05 PM
Mark, Yeah, I make that suggestion too! Grrr! However, I think we were hunting for bugs, not affecting the spec. Maybe that's why we didn't have to pay to beta test it! Anyhow, one nice thing about the ObjectScript editor (which is actually borrowed from the sparc) is that you…
Reply to message #3549
#3550-VB and Charts Message #3580
From: Jonathan Zuck (UFI) Forum: MS BASIC Forum October 17, 1991 1:05 PM
Jon, What kind of array of strings? -=- Jonathan
Reply to message #3550
Publicity Message #3572
From: Victoria Rosenborg Forum: MS BASIC Forum October 17, 1991 11:25 AM
I am interested in featuring Visual Basic applets (small applications) in an electronic publication which was announced at the MPC Launch held in NYC on October 8th. (See the WPMA press section for a copy of the press release.) If you have developed an Visual Basic application which you would…
From: Brightwork Development Forum: MS BASIC Forum October 17, 1991 11:11 AM
Don, You're exactly right, that is exactly what I need to do. Here's how I got around it without opening up an ASCII file (using the API is much easier): I need: device= device= So I compromised and did: device=, Basically I did a GetPrivateProfileString(..); for the first device keyname.…
Reply to message #3466
From: VICTOR JUNG Forum: MS BASIC Forum October 17, 1991 11:05 AM
Hi Mark, I took the liberty to send you the file on BUG BBS. It should be there by the time you read this message. The file is called VICTOR.ZIP under section VBTOOLS2. I've included a read.me file per your instruction. Yes, I was able to load the same bitmap…
Reply to message #3547
INP/OUT Message #3569
From: Robert Wilkinson Forum: MS BASIC Forum October 17, 1991 11:00 AM
We had a similar problem where we wanted precise control over I/O events. In our case we had up to eight serial ports. Our solution was to use an intelligent front end processor, actually a Digiboard. We then did some custom programming for the digiboard so that all the interupt…
Multi-Media DLL Message #3564
From: Larry Blume Forum: MS BASIC Forum October 17, 1991 10:20 AM
How can I get my hands on a DLL with multi-media extensions so I can use VB to control Soundblaster and Images in an interactive environment? In other words, I want to create a multi-media app. using sound, graphics, etc. in VB and can't seem to find the right functions…
From: Dennis L. Harrington Forum: MS BASIC Forum October 17, 1991 10:16 AM
Mark, > Fantastic Idea! Hopefully it would also be smart enough not to change common properties that must be unique like caption, tab index, etc. for those of us dumb enough to try to change them. –dennis
Reply to message #3549
#3533-dBase III DLL Message #3560
From: Bill Reilly Forum: MS BASIC Forum October 17, 1991 9:17 AM
Mike: I know you'll have a market, because dBASE compatible DLLs is a pretty hot topic in this forum. I'm using a dBASE III+/dBASE IV compatible DLL called PowerLibW from ETN. It's very good, I have no complaints at all about it, but I have nothing to compare it to.…
Reply to message #3533
From: George Campbell Forum: MS BASIC Forum October 17, 1991 9:11 AM
John, The key, perhaps, to the question posed before, is the screen blanker. I did some tests the other day on a printing routine I'm using in an app. With After Dark loaded, printing took almost three times as long as with it unloaded. Obviously, the timers in After Dark…
Reply to message #3498
From: George Campbell Forum: MS BASIC Forum October 17, 1991 9:02 AM
Don, You're absolutely right. Setting up a scaled picture box, then writing to it makes it easy to print. As long as you keep the ScaleMode the same for the box and the printer, you can basically just do a find/replace to switch from picture to print. The only place…
Reply to message #3464
#3081-Tools Message #3552
From: Lou Marino Forum: MS BASIC Forum October 17, 1991 8:15 AM
John, Thanks for the info. Lou
Reply to message #3081
From: Jon Fleming [Pinnacle] Forum: MS BASIC Forum October 17, 1991 7:53 AM
Graphics Server will let you produce log/log and log/linear graphs and position text anywhere in a window but it is not as easy to use as the ChartBuilder control. There are certain Graphics Server functions that can not be called directly from VB (because they require arrays of strings) so…
Reply to message #3384
From: Mark Novisoff/MicroHelp Forum: MS BASIC Forum October 17, 1991 7:31 AM
Tommy, Ted is correct – at runtime a For..Next loop is the best way. FWIW, during the VB beta, I made a suggestion and I'd like to repeat it here. Hopefully Don Funk will pick it up. Design Mode Suggestion: Allow selection of a group of controls using Ctrl-Click (as…
Reply to message #3522
From: Mark Novisoff/MicroHelp Forum: MS BASIC Forum October 17, 1991 7:31 AM
Marty, In July we fixed a problem where the KeyPress event did not occur when in overstrike mode – is that the problem you are addressing? (It helps a lot if you are very specific when reporting a problem – telling me "does not seem to work" doesn't point me…
Reply to message #3502
From: Mark Novisoff/MicroHelp Forum: MS BASIC Forum October 17, 1991 7:31 AM
Victor, Would it be possible for you to send us the bmp on a disk so we can try to duplicate the problem? Please be sure to include a READ.ME file that tells us what to do! Our picture control expects to see a standard 256-color BMP file and doesn't…
Reply to message #3494
#3434-VBTools Message #3546
From: Mark Novisoff/MicroHelp Forum: MS BASIC Forum October 17, 1991 7:31 AM
Georg, Thanks for asking about our products. We have a dealer in Germany who publishes a German edition of VBTools. He will be delighted to furnish you with info on all of our products. Here's how to contact him: BASIC User Group Attn: Gunter Eibl Feldstr. 18 8012 Ottobrunn Voice:…
Reply to message #3434
#3495-SetFocus Bug Message #3545
From: Mark Novisoff/MicroHelp Forum: MS BASIC Forum October 17, 1991 7:30 AM
Jerry, Thanks! Mark
Reply to message #3495
#3519-IAC Message #3544
From: Mark Novisoff/MicroHelp Forum: MS BASIC Forum October 17, 1991 7:30 AM
Mitch, When I say source code, I mean assembly language source too! In Windows a "selector" functions just like a segment. You can move the selector's value into the DS and ES registers and then manipulate data within that portion of memory. Selectors are similar to "handles" in that they…
Reply to message #3519
#3520-IAC Message #3538
From: Ethan Winer Forum: MS BASIC Forum October 17, 1991 7:19 AM
Mitchel, It only takes -one- program to screw you up. –Ethan
Reply to message #3520
From: Richard Day Forum: MS BASIC Forum October 17, 1991 6:30 AM
Let me add my two bits worth to Mitch Waite's request for book reviews. Each new programming product these days seems to spawn huge numbers of books, but it is very difficult to find an _objective_ review of any of them, let alone comparison reviews. Even if you have only…
Reply to message #3348
From: Mike Bates Forum: MS BASIC Forum October 17, 1991 5:49 AM
The DLL support all functions for DBF,DBT, and NDX files. Each is supportted with 100% compatability. Both single and multi-user versions are available. The language is C. Several hundred users are on-line from over 6 years of C exposure. -Mike There is 1 Reply.
Reply to message #3515
From: Chris Kinsman Forum: MS BASIC Forum October 17, 1991 3:23 AM
What was I getting cheap? Chris
Reply to message #3302
From: Martin Brown Forum: MS BASIC Forum October 17, 1991 3:04 AM
Thanks for your help. Its greatly appreciated.
Reply to message #3448
From: Rob Heyman Forum: MS BASIC Forum October 17, 1991 2:07 AM
Wow! Way cool! I just tried your tip….it works! (Not wanting to appear stupid.. but asking anyway) WHY does this work?? Rob
Reply to message #3501
From: Ted M. Young Forum: MS BASIC Forum October 17, 1991 1:27 AM
Tommy, A For-Next loop is the only way to go to change the attributes for items in a control array. It'd be a nice idea to be able to reference the control arrays as a whole. [Don: add this to the wish list!] – Ted
Reply to message #3522
From: Ted M. Young Forum: MS BASIC Forum October 17, 1991 1:11 AM
Chris, Interesting…in fact, you don't even need to go through the trouble of using a hex sector editor, you can use the Windows menu API calls to accomplish the same thing: DefInt A-Z
Reply to message #3501
From: Ted M. Young Forum: MS BASIC Forum October 17, 1991 1:11 AM
Winefred, Yes. VB is great for prototyping graphics applications (and not bad for writing a real graphics app!). It's got Line, Arc, Circle (ellipse), box, and so on. Anything that can't be done in VB, can easily be done by calling the Windows GDI functions (like ExtFloodFill, Polygon, etc.). -…
Reply to message #3500
From: Ted M. Young Forum: MS BASIC Forum October 17, 1991 1:11 AM
Joshua, There's no "transparent" background color available. You can get the same result using the BitBlt Windows API call. There's a nice article covering this in the Sept/Oct 1991 issue of BasicPro magazine. – Ted
Reply to message #3485
From: Ted M. Young Forum: MS BASIC Forum October 17, 1991 1:11 AM
Keith, Nope. QuickC doesn't come with C 6.0, but C 6.0 qualifies for the $89.95 upgrade to QC/Win anyway. – Ted
Reply to message #3479
From: Tom Baggett Forum: MS BASIC Forum October 17, 1991 1:08 AM
Hi Mark… Is there a way to simultaneously change a property in a control array, affecting all the elements simultaneously? For example, if I had an array that had several text labels and I wanted to change all their forecolors to blue. MS VB Help folks say you have to…
From: Tom Baggett Forum: MS BASIC Forum October 17, 1991 12:18 AM
Hi Mitch… While everyone's throwing out the kudos for all your products (and a few others' products ), I wanted to mention we're wearing the Turbo C++ programming book out. We're learning a lot from it so far. You guys are mentioning the VB Catalog…where can I get a copy?
Reply to message #3292
#3389-#IAC Message #3520
From: Mitchell Waite Forum: MS BASIC Forum October 17, 1991 12:08 AM
Oh…hmmmm….that could be a real problem huh? Do other DOS programs use the IAC that much? There is 1 Reply.
Reply to message #3389
#3368-#IAC Message #3519
From: Mitchell Waite Forum: MS BASIC Forum October 17, 1991 12:08 AM
Thats interesting and makes your product a real deal. When you say the source code you mean the VB code that calls your DLL right? What I wish is that I could buy just the DLL that does the PEEK so I don't have to carry all that extra weight…
Reply to message #3368
From: Mitchell Waite Forum: MS BASIC Forum October 17, 1991 12:07 AM
Yes, posting them would be great.
Reply to message #3348
From: Mitchell Waite Forum: MS BASIC Forum October 17, 1991 12:07 AM
Phil you little s**t 🙂 How ya doing guy? Mitch
Reply to message #3326
From: Jonathan Zuck (UFI) Forum: MS BASIC Forum October 16, 1991 11:22 PM
Mike What all does your DLL do? I think there is a market. What is the functionality of your DLL? There is a lot of competition on the horizon so you had better move quickly. What language is the DLL written in? -=Jonathan There is 1 Reply.
Reply to message #3491
From: Jonathan Zuck (UFI) Forum: MS BASIC Forum October 16, 1991 11:18 PM
Keith, NOW you tell me! Oh well, I guess I'll just have to wait until the dinosaur bureaucracy at MS forks up my copy. -=- Jonathan
Reply to message #3493
From: Jonathan Zuck (UFI) Forum: MS BASIC Forum October 16, 1991 11:18 PM
Ted, Thanks for the info. I haven't messed with StretchBLT that much. Looking forward to seeing your technique for graphic rotation. -=- Jonathan
Reply to message #3458
From: Rick Sands/OR Forum: MS BASIC Forum October 16, 1991 11:04 PM
Declare Sub ReverseString Lib "MyLib.dll" (ByVal lpsz As String) should do it. To call it, you should say something like: S$ = "Rick Sands" ReverseString S$ not ReverseString (S$) since that would pass the result of (S$) which would be a new string with the same contents of S$ (eg.…
Reply to message #3452
From: Keith Funk/Vanc.BC,CAN. Forum: MS BASIC Forum October 16, 1991 10:49 PM
Hi Don,
Reply to message #3470
From: Selden McCabe Forum: MS BASIC Forum October 16, 1991 10:36 PM
Yes, you can do lines, etc. in the Picture control. Just look up LINE in the help, and there is an example. Selden
Reply to message #3500
Sound Blaster & VB? Message #3504
From: Selden McCabe Forum: MS BASIC Forum October 16, 1991 10:30 PM
Say, does anyone know where I can get information about programming for the Sound Blaster from Visual Basic? I'm doing a project for a cancer research center, and the program for the patients would be greatly enhanced by talking, music, sound effects, etc. coordinated with the graphics and text.
From: eamonn sullivan Forum: MS BASIC Forum October 16, 1991 10:24 PM
>Virtual Basic Hm, kind of catchy…:)
Reply to message #3352
1 2 3 … 27 28 Next →

Page 1 of 28