Search results for query: *

  1. K

    problem with a function

    Hi all, I've a little, but very annoying problem with a function. This is what I have: The program starts with the MainFrame. In the MainFrame starts another frame with this code: Dim form As New Pictureform form.MdiParent = Me form.Show() In the MainFrame there is a function that I...
  2. K

    scanning documents

    Hi everyone, I'm working on a program that need to scan documents (external program?), save them and send the path back to vb.net. I was hoping that I could get some help with how I should go about programming this. Maybe some helpful links, etc. Thanks in advance. Kris
Back
Top