Search results for query: *

  1. Z

    Saving form data to file or xml

    May be xml is a good form, but as TPM said, it's easier to use streamwriter not xml. Otherwise, u should use xslt file to format ur xml files.
  2. Z

    Exe file without VB.net

    agree with TPM and more I want to talk about is that if u do some database operations , I may also install MDAC(Microsoft Data Access Comp.) , or u will find that u can't use ur database based functions
  3. Z

    drawing a triangle on a toolbarbutton

    you may write the drawing code into paint event instead of overriding it
  4. Z

    creating folder

    usually in winform, we may use Application.startuppath to locate our Apps. So we may access those folders with path stringApplication.startuppath & "\mySubFolders" ps: my English's pool, 'cause i am a chinese. :)
Back
Top