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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.