Search results for query: *

  1. P

    Question Database for contacts

    Thanks for all the help! Got it to work.
  2. P

    Question Database for contacts

    I figured out how to do the search query. But what do you mean when you say split the list of names in textbox? What is an effective way of doing this? The only way I can think of doing this is searching for instances of "; " in the textbox and then returning the character position and then...
  3. P

    Question Database for contacts

    Okay that sounds like exactly what I want to do. But how would I do the query?
  4. P

    Question Database for contacts

    I want to have a database of contacts that has, for example, the email addresses of people. So I know how to make this database, but I want to be able to have the person type a name (of a contact) in a textbox and the program will be able to recognize the name as a contact and be able to send an...
  5. P

    Question WM_PRINT not working correctly

    For one of my programs I need some code that will be able to capture a WebBrowser control on TabPage1 and then put that image into a PictureBox on TabPage2. I've been struggling with finding examples of how to capture hidden windows and what I did find confuses me because I am not very a very...
Back
Top