Search results for query: *

  1. S

    Missing Resource Files

    Hi, I have built an application and in the resources folder, there are a jillion JPEGs and two XML files. The ap works fine in VisStudio (VB.NET) during debugging. I have set the XML files properties to "Content" + "Always Copy". Same for the JPEGs. Installation using One-Click seems to go...
  2. S

    publish data files

    Hi John, Well, I read all the documentation I could find. There is plenty on using strings and images as Resources but nothing on files. I'm using two XML files that hold data. Before trying to make them Resources, I was doing: InputDS.ReadXml(File_Name + ".xml", XmlReadMode.ReadSchema)...
  3. S

    publish data files

    John, Thanks for the help! I was able to add the two .xml files to the Resource list and they get copied (after setting the "Content" and "Copy always" property). But one problem remains. I have a folder with over 500 thumbnails. How can I add it (the entire folder and not each thumbnail...
  4. S

    publish data files

    Followup Newbie Question Besides the items mentioned (.NET, etc) I have several items that I need to have installed with my application when "setup.exe" runs. These include some .xml files and folders of images. How can I get name them as prerequisites (or whatever might be needed) so they...
  5. S

    DataGridView Checkbox threestate

    Thanks John! This works perfectly ! U da man...
  6. S

    DataGridView Checkbox threestate

    I have a problem using checkboxes in DataGridView. I created a datatable having one column declared as CheckState and initialized from other application info with a state. A DataGridView created in a form was then bound to this table. All the checkboxes look great and have the correct...
Back
Top