Datarecord Navigator

Started by czerny, May 07, 2014, 09:55:13 AM

Previous topic - Next topic

czerny

I need a datarecord navigator control like here: 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.

DMac

Try Simple Grid - A Win32 message based grid control:D  Written in Pelles C.  It may not be full featured but it would provide a good head start on a more comprehensive control.
No one cares how much you know,
until they know how much you care.

czerny

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.

TimoVJL

Are you creating something like this ?
May the source be with you

czerny

Quote from: TimoVJL on May 08, 2014, 11:44:56 AM
Are you creating something like this ?
Yes, but with an horizontal scrollbar at the right of the navigator buttons.