|
|
 |
| P2P and Wrox.com Feedback If you have suggestions for improving the P2P Discussion Forum or Wrox.com, this is a way to communicate them to the site staff. IF YOU ARE LOOKING FOR CODE DO NOT ASK "Where can I find the code for this book?" That question is answered here. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the P2P and Wrox.com Feedback section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

May 13th, 2004, 11:52 PM
|
|
Registered User
|
|
Join Date: May 2004
Location: , , .
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Bought a book VB.NET Solutions Toolkit...
I cannot find source downloads from the book list on wrox.com
I am not sure where to go.
Can Wrox help please?
Thanks
|

May 14th, 2004, 02:40 AM
|
|
Authorized User
|
|
Join Date: Mar 2004
Location: Toronto, ON, Canada.
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|

May 14th, 2004, 08:13 AM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Location: , , USA.
Posts: 1,111
Thanks: 0
Thanked 3 Times in 3 Posts
|
|
|

July 1st, 2004, 08:27 PM
|
|
Registered User
|
|
Join Date: Jul 2004
Location: , , Singapore.
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Chapter 3 of this book is entitled "Application Settings Writer". This is similar to a wrapper for INI files or the registry, but, as given emphasis, is XML-based, and is case sensitive. My problem now is that I have a working apps where I want to employ this config settings code. My apps is started using Sub Main, calls up the Main form, and loads/unloads/reloads other forms as appropriate. As I understood it from the book, I created the Reader class, and put in the rest of the codes in my Main form. I see that when the Apps loads, it always takes the default Windows position; I move the form to a new location, and on exit, I see that the config file is being updated with the new x-y coordinates. But, as mentioned, on the next loading, the Main form again assumes the default Windows position. Seems to me like a problem of NOT reading the config file; beats me since it is able to write to the same file. So why isn't it read back? Any help? Thanks!
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |