Pelles C forum

C language => Windows questions => Topic started by: czerny on May 07, 2014, 09:55:13 AM

Title: Datarecord Navigator
Post by: czerny on May 07, 2014, 09:55:13 AM
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.
Title: Re: Datarecord Navigator
Post by: DMac on May 07, 2014, 06:39:44 PM
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.
Title: Re: Datarecord Navigator
Post by: czerny on May 08, 2014, 11:28:09 AM
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.
Title: Re: Datarecord Navigator
Post by: 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) ?
Title: Re: Datarecord Navigator
Post by: czerny on May 08, 2014, 01:27:36 PM
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.