Search results for query: *

  • Users: gbalcom
  • Content: Threads
  • Order by date
  1. G

    Question Classes, Best practices question

    Hello, I'm writing my first application that I will make use of classes in. I've read some on Object Oriented programming and would like to take my code to the next level (over standard modules). Let's say I have 3 distinct email types that my application will produce (Type A, B, and C)...
  2. G

    refresh data within combobox within datagrid view

    Hello, I have a form (frmRecord) which has a datagridview on it that represents related "tags" for the record shown on frmRecord. This datagrid view has a combo box, which shows available "tags". The data source for the datagrid view is tblJunctionBindingSource. The datasource for the...
  3. G

    Question Code repository and "mini applications"?

    Hi everyone, I'm new to this forum. I'm trying to learn VB.NET and visual studio. I've programmed for years in VBA within Access, as a Power user. But stepping up to VB.net as my first "real" programming language. I have a few questions below, just to point me in the right direction. I'm...
  4. G

    Question How to insert into Access db?

    Hi Everyone, I'm brand new to this forum, and to VB.NET. I've been an intermediate Access VBA programmer for a few years, and decided to try and improve my skills by learning VB.NET. I'm running visual studio community 2015 if it matters. I figured I could start by duplicating one of my...
Back
Top