Re: [VB6] ActiveX VBFlexGrid (Replacement of the MSFlexGrid control)
Quote:
Originally Posted by
Krool
We need tB (twinBASIC) for that.
The 1.7 project is already ported to tB and works in x64.
Though it's experimental as tB is still BETA.
I was in the process of porting it to Visual C++ and ATL, until management directed my efforts elsewhere.
The port is still in the backlog, but it's not a given it will ever be greenlit again.
Most likely, for the port to move forward, I would have to do the work in my own time.
Re: [VB6] ActiveX VBFlexGrid (Replacement of the MSFlexGrid control)
Quote:
Originally Posted by
Krool
We need tB (twinBASIC) for that.
The 1.7 project is already ported to tB and works in x64.
Though it's experimental as tB is still BETA.
FYI Visual Studio Community Edition (Visual Studio Professional with different licensing) is available free of charge.
Re: [VB6] ActiveX VBFlexGrid (Replacement of the MSFlexGrid control)
Quote:
Originally Posted by
R.J. Dunnill
Most likely, for the port to move forward, I would have to do the work in my own time.
It would be a great contribution, I hope you can do it
Re: [VB6] ActiveX VBFlexGrid (Replacement of the MSFlexGrid control)
Updated manifest applying the miscStatus* attributes. Thanks to wqweto.
Re: [VB6] ActiveX VBFlexGrid (Replacement of the MSFlexGrid control)
Quote:
Originally Posted by
MountainMan
Hi MountainMan, sorry for late reply but life ran into a road bump and had to drop all coding for a while. Now picking up the keyboard once again getting back at it.
I read your document and looked at your utility - great work - and I may consider to use it but I kind of like to do it manually, especially now, as it gives you a tour through the code and mostly is it's just a search and replace operation. I just updated from VBFLXGRD15 to VBFLXGRD17 w/o problems. Then I also decided to implement VBCCR18 replacing what I use currently and that's ongoing.
Re: [VB6] ActiveX VBFlexGrid (Replacement of the MSFlexGrid control)
And while I'm at it, I think I never thanked you Krool, for providing this and other great controls to the community and for free. It's just outstanding!
Re: [VB6] ActiveX VBFlexGrid (Replacement of the MSFlexGrid control)
Re: [VB6] ActiveX VBFlexGrid (Replacement of the MSFlexGrid control)
Could somebody to upload the last version OCX 1.7?
Re: [VB6] ActiveX VBFlexGrid (Replacement of the MSFlexGrid control)
Sorry, I did'nt see it was an old request.
Re: [VB6] ActiveX VBFlexGrid (Replacement of the MSFlexGrid control)
Is there any chance of getting a 64-bit port? I've got an MS Access VBA project that really needs this. I've been putting off our I/T department wanting to move everyone to 64bit Office for two years, and they're growing impatient....
Re: [VB6] ActiveX VBFlexGrid (Replacement of the MSFlexGrid control)
Quote:
Originally Posted by
jpatrick
Is there any chance of getting a 64-bit port?
I've been mulling the idea of forking the project and rewriting it in ATL and Visual C++. That would produce a 64-bit version.
Re: [VB6] ActiveX VBFlexGrid (Replacement of the MSFlexGrid control)
Re: [VB6] ActiveX VBFlexGrid (Replacement of the MSFlexGrid control)
Quote:
Originally Posted by
Arnoutdv
Thanks A...
I saw the TB project on GitHub, but I don't have a compiler, and I'm not sure I have the skills to create the .OCX needed for VBA use even if I did.
Re: [VB6] ActiveX VBFlexGrid (Replacement of the MSFlexGrid control)
Quote:
Originally Posted by
Arnoutdv
that port does belong to the ocx control? or to the std-exe?
Re: [VB6] ActiveX VBFlexGrid (Replacement of the MSFlexGrid control)
Thanks for the Efforts to create a new flexgrid.
I also need the OCX for MS Access 64 bit. I'm not sure how to use this correct . Is there a detailed description how to do it?
Thanks