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: mvanrijn
  • Content: Threads
  • Order by date
  1. mvanrijn

    How do I get Pb multithreading?

    Hi everyone, I've been asked to have a look at a system which needs its windows changed to use multithreading. At the moment there is a window which is run by the users and they might as well run it and go for a cup of coffee. It locks up the whole application. It would be good if we could get...
  2. mvanrijn

    Utility to generate SQL from PowerBuilder Dw

    Hi, I was once working on a site where we had a utility to select data using a select statement or a datawindow and it would retieve the data from the database. Then we could select the data we were interested in and it would generate the insert, update or delete statements for us. It was...
  3. mvanrijn

    How Do I connect to different databases seamlessly using ADO .NET

    Hi, I'm writing an application which reads a file, and inserts records into either a SQL server database or a MySQL database. The table structures are the same in each database. My first thought was to use ODBC to connect to the different databases. But one further reading it looks like...
  4. mvanrijn

    RichTextBox Formatting tab stops.

    Hi, How do I set the 3 tab stop positions within a RichTextBox? I've been formatting text with a richtextbox control on a windows form. I have the basic format working, fonts, alignment ect... But I have been trying to add tab stops to the formatting. How do I do this. The tabs are...
  5. mvanrijn

    Using Date Time Picker control,Editing, Date and Time

    I'm trying to use the Date and Time Picker Conrol in Visual C++. I am displaying and editing a combination Date Time field. I have set the format using CString formatStr = _T("dd MM yyyy hh ':' mm"); start_datetime_control.SetFormat(formatStr); The properties to on the control are...

Part and Inventory Search

Back
Top