Search results for query: *

  • Users: dean.c4
  • Content: Threads
  • Order by date
  1. D

    How to read/write Outlook .PST files

    I need to be able to open, read and write Outlook .pst files. How can I learn how to do this? Surely there are some specs somewhere on the structure, or someone has already written a function or code snippet? Thanks.
  2. D

    How to enter ASCII Code 14 into a text box?

    I have a textbox that prompts me and I need to enter the first character as ASCII code 14, followed by other letters/numbers/chars. How can I type that first char into a text box using the keyboard? I thought it was alt+014, but that didn't work.
  3. D

    Connect to MySQL DB in VS?

    Is there a way to use the Server Explorer in VS to connect to a MySQL database that is located on our offsite-hosted website? I just want to do admin stuff, build some queries using the GUI query designer, etc. I don't need to write any code in VS because the actual website the db is needed on...
  4. D

    Datagrid problem - access field of current row

    Ok, I'm new to .NET, but not new to VB. But its been since VB5...so I'm rusty and crusty. What I'm trying to do used to take me minutes, now I'm just stumped over the simplest crap. Background: I have a form with a couple of text boxes, a datepicker control, a combobox and a datagrid. I...
Back
Top