Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Chris Douce Newsgroups: comp.lang.basic.powerbasic Subject: Re: Using 3rd party OCXs on PB dialog Date: Mon, 13 Feb 2012 08:00:04 +0100 Organization: A noiseless patient Spider Lines: 20 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Mon, 13 Feb 2012 07:00:04 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="o1VvvrPrQAMyDPSJY5xu9Q"; logging-data="9261"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19qGEmJbhbomag1kQjRPjHbcrbnS5A928o=" User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20111105 Thunderbird/8.0 In-Reply-To: Cancel-Lock: sha1:xVYqRUclxlIp/HAjVItwAFjtTgw= Xref: x330-a1.tempe.blueboxinc.net comp.lang.basic.powerbasic:15 Have a look at FireFly from PlanetSquires Software. Chris On 7/02/2012 20:39, GS wrote: > I've asked PB if this is doable but have not gotten a reply. I need to > convert a VB6 app that uses 3rd party OCXs on a dialog. I have Classic > PBWin (v8) and its associated PBForms app. I can see where PBForms' > toolbox has a 'Custom Control' button but can't find any documentation > as to how it works. I can see oodles of documentation that PB supports > DLLs/OCXs but can't find any info about using OCXs on a dialog. > > So far, I've been able recreate the UI in C++ via MFC dialog-based app. > I'm not looking forward, though, to the amount of work involved with > converting (rewriting) all the code to C++. > > Since most of the VB code will work 'as is' in PB, I'd appreciate any > pointers for using these OCXs on a PB form... >