Forum: C# Nov 19th, 2008 |
| Replies: 3 Views: 2,725 Yeah I guess there's no complete solution for this problem. I found another solution which seems working as well:
// Need all following code to clean up and extingush all references!!!
... |
Forum: C# Nov 18th, 2008 |
| Replies: 3 Views: 4,681 I got a very long list of items... Checkbox will looks a bit messy. Another problem is I have limited space... |
Forum: C# Nov 18th, 2008 |
| Replies: 3 Views: 4,681 Hi,
I'm wondering is there any build-in function or component that I can use to create a multi-select dropdown combobox. I try to google for this but most of the solution I found is for web based... |
Forum: C# Oct 6th, 2008 |
| Replies: 3 Views: 2,725 Try this... Not working either....
// Need all following code to clean up and extingush all references!!!
oWB.Close(null,null,null);
oXL.Workbooks.Close();
oXL.Quit();... |
Forum: C# Oct 6th, 2008 |
| Replies: 4 Views: 2,318 Yeah... I decide to save everything into a single excel file directly.
Thanks anyway... |
Forum: C# Oct 6th, 2008 |
| Replies: 3 Views: 2,725 Hi, I have problem to terminate the process EXCEL.EXE after I write into it. After the program finish execute. The EXCEL.EXE is still in the proceses list in the task manager. Anyway to terminate it?... |
Forum: C# Sep 30th, 2008 |
| Replies: 4 Views: 2,318 Hi,
I have my own dataset of data. Just wonder what function can I use to write into a excel file. For my current coding, I'm writing the data into several .csv files. Now I'm trying to write all... |
Forum: C# Sep 29th, 2008 |
| Replies: 4 Views: 2,318 Hi,
I'm new to C#. Can any one help with extracting info from a few .csv files and insert them into DIFFERENT sheet in excel(not necessary .xls format. .csv is fine). I'm not asking for the whole... |