Search results for query: *

  • Users: Pyth007
  • Content: Threads
  • Order by date
  1. P

    Display a messagebox without a default button

    This is actually one of the easiest solutions that I could think of for the actual issue that I'm having... I am trying to write a program where the user scans in a barcode on a device, and the program checks the validity of the scanned value, saves the scan in a database, and then prints out a...
  2. P

    Error when trying to read HTML page

    I am trying to parse a web-page by having my vb.net program grab the HTML from off the internet. I have a simple function that I want to develop; GetHTML(strURL as String) as String. Basically given a URL address, return the page source as a string. I have tried a variety of ways to do this, but...
  3. P

    Answered Prob. updating DataGridView with DataTable

    This seems like a simple answer. I'm afraid that this question shows my lack of understanding about the DGV in general. Basically, I have a form with a DGV on it that I want to use like a shopping cart... To do this, in the code I'm making a simple DataTable (_adoShoppingCart) with 3 columns...
  4. P

    Lassoing entire controls to select

    Boy does this sound like a Newbie question! I guess it was just irritating to me today, so I decided to finally find an answer to it. Basically, in VBA / Form Design for Access (I can't remember if it's also true in VB6), there was a way to toggle the "Selection Behavior" when "lassoing"...
Back
Top