Search results for query: *

  1. christopheraaronjohnson

    Starting e-magazine

    Anyone remember the magazine Compute from the 90's? Now if you look at the computer magazine rack, you have to have a MS in comp sci to read one. You used to be able to pick one up that had real tips an average person could actually use in their work. Code snippets. Tricks. Tips. I'm...
  2. christopheraaronjohnson

    Which .Net framework?

    I compiled a program in 4.51, which of course wouldn't run on my wife computer using 4.0. I compiled in 4.0, but wouldn't run on my 4.51. Do I need to have a compiled version for every version of.net that I want to share with? Makes updated difficult. Any suggestions? Thanks!
  3. christopheraaronjohnson

    Microsoft.ACE.OLEDB.12.0 on different machines

    I have written a VB.net 2013 program on a machine with office 2013 using Microsoft.ACE.OLEDB.12.0. Now I want to rein it on two other computers: one - and older 32 bit computer with windows xp and no Access installed, and two - a new 64 bit laptop with access 2013 installed. Can someone...
  4. christopheraaronjohnson

    How to define webbrowser print settings

    I would like to print a webbrowser object, repeatedly. If I call .print, it only uses the default printer. If I call .showprintdialog, I does ask the user to chose the printer, but it would ask every time I call it. I'd like to ask once and use repeatedly. I'd appreciate any direction.
  5. christopheraaronjohnson

    Simple Printing

    I could really use help with a simple print job. I have Googled for three days and can't get what I want. I am trying to print simple report cards. My first thought was a webbrowser object, because I am good with HTML, and I can design a simple form, populate variables, and print each one...
Back
Top