Search results for query: *

  • Users: Nemesis09
  • Content: Threads
  • Order by date
  1. N

    Selective overwrite with windows installer

    Hi all, I'm making a new Windows Installer for a new version of a program I wrote some time ago which includes some data/settings files. The problem is that the old version is already in use and I need the installer to be able to install the new version while leaving the original data files...
  2. N

    Pass switches/command line args to standard WinForm exe on start up.

    Hi, I've got a pogram that I wrote in vb.net which amongst other things is used to print out a form every friday. This is a standard vb.net winforms exe. This is all working fine although it would be good to automate this hopefully through "scheduled tasks". Consequently, I'm now trying to...
  3. N

    A step up from txt files.

    Hi all, I'm writing a program which is in two parts, firstly. Sales: The "Sales" side of the software is just one form with several textboxes, a few checkboxes, a combobox and one button. The idea is that each person in sales has this running on their screen while with the customer, then as...
  4. N

    Version number without ClickOnce

    Hi, I've got a "Solution" that contains a single exe program and a windows installer setup which installs it and a few files it depends on. The problem is, I cant find anywhere where I can set the version number of the exe I made. The only way I can see to do this is using the "Publish" page...
  5. N

    Write ANSI text

    Hi, I'm writing a program which needs to write text to an existing text file, which it does. The problem I've found now is that the text file hase to use ANSI encoding. The code I'm using to write to the file is: Microsoft.VisualBasic.FileIO.FileSystem.WriteAllText(Form1.apppath &...
  6. N

    Print DataGridView

    Hi, I have a DataGridView, which is already filled (manually via Grid.Rows(y).Cells(x).Value = "") and I need to be able to print the datagridview. Idealy in a simmilar style to the datagridview, ie. the column headings in bold or something at the top of each column, and the whole grid...
  7. N

    ...help arraylists to string

    ...help arraylist to array Hi all, This is my first post (probably of many) on this site, basically, I'm half ok at VB6 after playing with it as a hobby for a few years, and I figured it was about time I switched to .NET Thats where all my problems began... Ok, the one of most concern at...
Back
Top