October 30, 2025, 12:58:35 PM

News:

IWBasic runs in Windows 11!


How do I do this?

Started by Brian, March 19, 2012, 01:09:29 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Brian

Hi,

I was messing with the idea of writing a Database Creator, and this is a part of the
program I was working on

What I need (want) it to do is when it fills the listbox with the list of available drivers, as
you cursor down the list, it puts a copy of the line you are on in the edit box at the bottom
of the screen. This is so it can be edited to create exactly the string you need to
open / create a database, before you press the OK button. I'm stuck!

Any ideas?

Brian

Bruce Peaslee

This works. You need to add @CTLISTNOTIFY to the List Box and trap @LBNSELCHANGE.
Bruce Peaslee
"Born too loose."
iTired (There's a nap for that.)
Well, I headed for Las Vegas
Only made it out to Needles

Brian

Bruce,

Thanks for the reply - @CTLISTNOTIFY made perfect sense, I had just forgotten all about it!

Many thanks,

Brian