Search results for query: *

  • Users: vodkasoda
  • Content: Threads
  • Order by date
  1. vodkasoda

    Question How do I Populate a Combobox from a SQL Datatable

    Pretty basic question I hope ... I am trying to create a basic Windows Form that will allow the user to choose a league from a ComboBox & then send E:Mails depending on what he chooses in another ComboBox. It is not for use over a network, just on one person's PC so I don't have to worry about...
  2. vodkasoda

    Question Advice on Accessing & Updating my Database

    I have a few projects, relating to the same subject. The programs are written in Excel VBA using Access, VB.net, and even a very old one in GFA Basic !!! I am now going to rewrite all of them in VB.net and incorporate the one Database, using SQL Server Express. The logic and all the problems I...
  3. vodkasoda

    Question Process.Start() specify programs window size

    From a VB.net program I am opening a .txt file ... Process.Start("Notepad.exe", myTables) is there anyway of specifying the window size of the .txt file's window from my VB.net code ?!? It's not going to be a show-stopper if I can't do it, but it would be nice to be able to ...
  4. vodkasoda

    Question What to learn first ...

    A quick bit of advice for a newcomer please ... I have a long term project in the pipeline that will involve rewriting some GFA BASIC programs in C#. I will be using SQL Server & Visual Studio in that process.I am an experienced Computer Programmer (over 30 years on IBM Mainframes) & have a...
Back
Top