Click here to Skip to main content
15,888,116 members
Home / Discussions / C#
   

C#

 
GeneralRe: .Net WebBrowser control wont instanciate on form in new thread? Pin
Luc Pattyn25-May-09 5:35
sitebuilderLuc Pattyn25-May-09 5:35 
GeneralRe: .Net WebBrowser control wont instanciate on form in new thread? Pin
Abydosgater25-May-09 6:15
Abydosgater25-May-09 6:15 
GeneralRe: .Net WebBrowser control wont instanciate on form in new thread? Pin
Luc Pattyn25-May-09 6:38
sitebuilderLuc Pattyn25-May-09 6:38 
QuestionAsyncCompletedEventHandler Not Firing... Pin
Fudge Mutator24-May-09 11:21
Fudge Mutator24-May-09 11:21 
AnswerRe: AsyncCompletedEventHandler Not Firing... Pin
Manas Bhardwaj24-May-09 11:32
professionalManas Bhardwaj24-May-09 11:32 
GeneralRe: AsyncCompletedEventHandler Not Firing... Pin
Fudge Mutator24-May-09 17:43
Fudge Mutator24-May-09 17:43 
AnswerRe: AsyncCompletedEventHandler Not Firing... Pin
Luc Pattyn24-May-09 11:56
sitebuilderLuc Pattyn24-May-09 11:56 
QuestionImplemening MS-Excel ( text to columns ) function using C# Pin
MustafaHamed24-May-09 10:38
MustafaHamed24-May-09 10:38 
Hi all,

I'm working in a project in which I need to import a text file containing a stream of comma delimited lines of data and convert it into a Microsoft Excel 2007 file in order to perform some queries on the Excel file and give some results.

When I wrote a code doing this, it took a very long execution time because the text file contains about 70,000 lines and I had to loop over all these lines, read each line, get the data in between the commas, then write it into the Excel file.

Then I knew that there is a built-in Microsoft Excel function called (Text to columns) in the (Data) menu which is doing the same job in a few seconds only.

The Question is : is there any way to import this Excel (Text to columns) function or use it into my C# code so that the user of my program doesn't have to open the text file in Microsoft Excel and convert the data into columns before using my program ?

Thanks.
Questionproblem in datagrid column scrolling Pin
Shuaib wasif khan24-May-09 9:18
Shuaib wasif khan24-May-09 9:18 
AnswerRe: problem in datagrid column scrolling Pin
Luc Pattyn24-May-09 9:31
sitebuilderLuc Pattyn24-May-09 9:31 
GeneralRe: problem in datagrid column scrolling Pin
Shuaib wasif khan24-May-09 11:13
Shuaib wasif khan24-May-09 11:13 
GeneralRe: problem in datagrid column scrolling Pin
Luc Pattyn24-May-09 11:37
sitebuilderLuc Pattyn24-May-09 11:37 
Questionhow to change font for tooltip control ? Pin
xingselex24-May-09 6:44
xingselex24-May-09 6:44 
AnswerRe: how to change font for tooltip control ? Pin
dan!sh 24-May-09 6:49
professional dan!sh 24-May-09 6:49 
GeneralRe: how to change font for tooltip control ? Pin
xingselex24-May-09 6:57
xingselex24-May-09 6:57 
GeneralRe: how to change font for tooltip control ? Pin
dan!sh 24-May-09 7:04
professional dan!sh 24-May-09 7:04 
GeneralRe: how to change font for tooltip control ? Pin
xingselex24-May-09 7:11
xingselex24-May-09 7:11 
GeneralRe: how to change font for tooltip control ? Pin
dan!sh 24-May-09 7:33
professional dan!sh 24-May-09 7:33 
GeneralRe: how to change font for tooltip control ? Pin
xingselex24-May-09 7:39
xingselex24-May-09 7:39 
GeneralRe: how to change font for tooltip control ? Pin
dan!sh 24-May-09 8:08
professional dan!sh 24-May-09 8:08 
GeneralRe: how to change font for tooltip control ? Pin
xingselex24-May-09 8:13
xingselex24-May-09 8:13 
GeneralRe: how to change font for tooltip control ? Pin
dan!sh 24-May-09 8:28
professional dan!sh 24-May-09 8:28 
GeneralRe: how to change font for tooltip control ? Pin
xingselex24-May-09 8:39
xingselex24-May-09 8:39 
AnswerRe: how to change font for tooltip control ? Pin
Luc Pattyn24-May-09 7:10
sitebuilderLuc Pattyn24-May-09 7:10 
AnswerRe: how to change font for tooltip control ? Pin
Mycroft Holmes24-May-09 19:34
professionalMycroft Holmes24-May-09 19:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.