Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: MarcusO
  • Content: Threads
  • Order by date
  1. MarcusO

    Dynamic Database Connection

    Hello, I plan to use a text file containing the database address to be able to determine the database my vb.net application should connect to. Is it not possible to combine connection guides (e.g. SQLConnection) with a global connection variable (such as the text file?) Regards, Marcus
  2. MarcusO

    Formatting column in datagrid

    Hello, I am trying to format a column containing numerical values in a datagrid nicely. So therefore I have applied this custom format to the column: myColumn.Format = "#,#" (which inserts a thousand separator) The column is bound to a dataset and the datatype for my nicely formatted column...
  3. MarcusO

    SBS 2003 system backup advice needed

    Hello, I am quite new to back-ups. I have a SBS 2003 and a HP Storeworks DAT 72 USB connected. Tapeware came for free with the tape drive but from what I have read on the Internet, people don't seem to like it very much. My aim is to do a complete system backup, preferably an image of some...
  4. MarcusO

    Find correct instance of a form

    Hello folks, I have this really simple scenario: The user can have several instances of a search form open. When he/she double clicks on a specific search result another form is opened containing more data about that result. When I load the second form, how do I know which instance of the...
  5. MarcusO

    Empty String to NULL

    Hello, I am using SQL Server 2000 as database. When a user updates a record, let's say phone no, and just erases the value already stored, then VB.Net tries to store it as a zero-string. This doesn't work that well and SQL Server throws an error. Do I really have to check every value with...
  6. MarcusO

    Accessing Exchange Server 2000

    Hello, My problem: I am building a Windows service in vb.net and I would like to connect to the local Exchange Server 2000 and read e-mails as well as move them to another folder for a specified user. Does anyone know how to do this? All code I find results in Outlook being launched which is...
  7. MarcusO

    Create text file from e-mail

    Hello, The MS Exchange server is a new area for me. I wonder if it is possible to automatically create a textfile from an incoming e-mail and place it in a specified folder somewhere? Regards, Marcus

Part and Inventory Search

Back
Top