Visual Basic 2005 BasicsIf you are new to Visual Basic programming with version 2005, this is the place to start your questions. For questions about the book:
Beginning Visual Basic 2005 by Thearon Willis and Bryan Newsome, ISBN: 0-7645-7401-9 please, use this forum instead.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Visual Basic 2005 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
how can i change the text size of the culum names in my database ?
anybody have a code for auto saving a database when it is changed.
becaus when i forget to press the save button everything is lost when i close the app
I'm not sure you can set the Font.Size properties @design-time of the tables in your D.B. but then when you write the code to display the data, from Data Sets you can set the DataGrid's font properties @ design -time. Hope this helps.