Search results for query: *

  1. D

    How to read/write Outlook .PST files

    Now, can someone here much smarter than I, do something with that complex structure, possibly write a lib or control to manipulate it?
  2. D

    How to read/write Outlook .PST files

    Or a person can hunt on the inTarweb and find things like this: :cool: http://www.five-ten-sg.com/libpst/rn01re04.html
  3. 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.
  4. D

    How to enter ASCII Code 14 into a text box?

    The problem is that I think that is a non-printing character and its not listed on the site you recommended. I was using the numeric keypad when I tried it.
  5. 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.
  6. D

    Connect to MySQL DB in VS?

    FYI, this entire site will eventually be hosted onsite and converted from Unix/PHP/MySQL to Windows/ASP.NET/MSSQL, but thats a ways out and the boss wants this one small project done ASAP.
  7. 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...
  8. D

    Datagrid problem - access field of current row

    cjard, OK, that is what I'm trying to figure out how to do. I have the relationships setup in SQL, but no code yet to put the masterID into the child record, this is where I'm running into the problem. The id field in the master table is an identity (autonumbering) field, so that part is taken...
  9. 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