On 2014-09-10 20:56, Maxine Nietz wrote:
I am an experienced Access VBA programmer. I know about the SQLite
commands
to create and manipulate data in tables and queries.
What I want to know is where do I find info on creating a graphical
user
interface such as menus, forms and reports. What additional programs
are
required to do this?
It depends on what you want your graphical user interface to
do. :)
What's the main goal for your new graphical user interface?
As initial probing questions, do you want to build something
on top of MS Access, or do you want a completely stand-alone
program?
Asking because (in a general sense) there are many ways to
create a GUI.
So, narrowing down the possibilities by knowing the main goal
will help. :)
If you want to see an example of a good stand-alone SQLite GUI
program, this is one example:
http://sqlitebrowser.org
The source code for it is here:
https://github.com/sqlitebrowser/sqlitebrowser
It's written in a language called "C++", and uses a popular
cross platform toolkit called "Qt" (qt-project.org).
Does that help? :)
Regards and best wishes,
Justin Clift
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users