| Thread | Last Post | Replies |
|
| DataGrid class (System.Windows.Forms) | 02 May 2005 10:22 GMT | 5 |
Hi there - I hope someone out there can help me! I'm using a .Net DataGrid Class to show the results of a SQL query in a spreadsheet type control. The code, which works fine is: iRowCount = oleDbDataAdapter1->Fill(dataSet1);
|
| Outlook Express programming | 02 May 2005 07:33 GMT | 2 |
Hope this is the right place to post it ... I need to interface my VC++ application with Outlook Express 6.0. I'd need: - access to email messages in Outlook folders,
|
| use math constants in visual c++. net 2003 | 02 May 2005 05:53 GMT | 1 |
I need to use the constant M_PI. So, I insert the directive # include <math.h>. However when compiled, there are errors : M_PI undeclared identifier. Second, I can not use the function round(double x). Anyone could be so kind to help me.
|
| Good tutorial for learning usage of COM from VC++? | 02 May 2005 03:46 GMT | 13 |
I have to use a COM DLL written by another person, and am having trouble. Part of the problem is that I am writing inside another DLL (non-COM), and do not know what has been CoInitialized or CoCreated yet by the calling program.
|