Forum: C++ May 20th, 2009 |
| Replies: 5 Views: 222 I found the way myself. This is the code that works:
private: System::Void button7_Click(System::Object^ sender, System::EventArgs^ e)
{
String^ XlsFile =... |
Forum: C# May 20th, 2009 |
| Replies: 8 Views: 1,622 Hy,
I did something like what you want in VC++ .NET Framework language. Just use the same classes in C# and it should work (there are some peaces of code that are usefull in my application but do... |
Forum: C++ May 20th, 2009 |
| Replies: 5 Views: 222 Hy, I have to develop an application usign Visual C++ 2008 that should handle (open, change cells and save) some Excel 2003 sheets. I am using .NET Framework 3.5 and the COM reference... |