I need a datarecord navigator control like here: http://www.dovesoft.co.uk/access97jc/jcdbintro_files/Image017.gif (http://www.dovesoft.co.uk/access97jc/jcdbintro_files/Image017.gif). But only for one record at a time.
Maybe there exists such a control (C, pure win32 api and free)? Than it would be nice if someone could point me to it.
If not, I will do it myself.
Try Simple Grid - A Win32 message based grid control (http://forum.pellesc.de/index.php?topic=5833.0). :D Written in Pelles C. It may not be full featured but it would provide a good head start on a more comprehensive control.
Thank you DMac, I have considered this. But if I have to code it from scratch, it would be easier for me to make the whole control.
Are you creating something like this (http://www.dovesoft.co.uk/access97jc/jcdbintro_files/image022.gif) ?
Quote from: TimoVJL on May 08, 2014, 11:44:56 AM
Are you creating something like this (http://www.dovesoft.co.uk/access97jc/jcdbintro_files/image022.gif) ?
Yes, but with an horizontal scrollbar at the right of the navigator buttons.