H
Harsh Trivedi
We are developing application that has to be deployed on Pocket PC 2003. We
are using resx file to store error messages and warning messages. On the
login form it self we are reading all messages and putting it into dataset.
When we needs to use message we loop through dataset and display them.
My question is
1) Is there any other method then this to display messages, which does
not need to re-deploy the application and better than this method.
2) We are reading resx file by ReadXML method, is there any efficient
method than this to read resx file?
Other than this good suggestions are always welcome! J
Thank you in advance
are using resx file to store error messages and warning messages. On the
login form it self we are reading all messages and putting it into dataset.
When we needs to use message we loop through dataset and display them.
My question is
1) Is there any other method then this to display messages, which does
not need to re-deploy the application and better than this method.
2) We are reading resx file by ReadXML method, is there any efficient
method than this to read resx file?
Other than this good suggestions are always welcome! J
Thank you in advance