Click here to Skip to main content
15,896,502 members
Home / Discussions / C#
   

C#

 
QuestionDataGrid Header sorting Arrow Pin
eliasvipin19-Jan-06 1:16
eliasvipin19-Jan-06 1:16 
QuestionApplication hanging while using AxWebBrowser Pin
JayaDurai19-Jan-06 0:46
JayaDurai19-Jan-06 0:46 
QuestionRichTextBox Pin
krieg3819-Jan-06 0:21
krieg3819-Jan-06 0:21 
QuestionOutlook object model Guard Pin
Werner Reyneke19-Jan-06 0:12
Werner Reyneke19-Jan-06 0:12 
AnswerRe: Outlook object model Guard Pin
c#guy381119-Jan-06 6:31
c#guy381119-Jan-06 6:31 
QuestionSUM(Excel.range) Pin
Frank23119-Jan-06 0:07
Frank23119-Jan-06 0:07 
QuestionSerialize a folder Pin
sachu_vidya18-Jan-06 23:48
sachu_vidya18-Jan-06 23:48 
AnswerRe: Serialize a folder Pin
malharone19-Jan-06 6:33
malharone19-Jan-06 6:33 
Please clarify. Do you want to package the contents of a folder (including files and files under subfolders) as a binary file?

Option A: You can Zip them using SharpZipLib
Option B:
Instantiate an object of type Hashtable.
Recursively traverse through the directory and subdirectories.
Read the file contents and push it as the value in the hashtable using file name as the key.
Implement your custom serialization for hashtable.
QuestionRetrieving the previous window size after a Form has been maximized Pin
jjansen18-Jan-06 23:43
jjansen18-Jan-06 23:43 
AnswerRe: Retrieving the previous window size after a Form has been maximized Pin
eliasvipin19-Jan-06 2:09
eliasvipin19-Jan-06 2:09 
GeneralRe: Retrieving the previous window size after a Form has been maximized Pin
jjansen19-Jan-06 4:04
jjansen19-Jan-06 4:04 
QuestionAutomatic comments generator Pin
TheDen18-Jan-06 23:30
TheDen18-Jan-06 23:30 
AnswerRe: Automatic comments generator Pin
tarasn19-Jan-06 0:08
tarasn19-Jan-06 0:08 
QuestionAccess Multiple object using remoting Pin
sohne18-Jan-06 23:03
sohne18-Jan-06 23:03 
AnswerRe: Access Multiple object using remoting Pin
LongRange.Shooter19-Jan-06 1:05
LongRange.Shooter19-Jan-06 1:05 
GeneralRe: Access Multiple object using remoting Pin
sohne19-Jan-06 1:40
sohne19-Jan-06 1:40 
QuestionConverting a string to a double Pin
hellamasta18-Jan-06 22:57
hellamasta18-Jan-06 22:57 
AnswerRe: Converting a string to a double Pin
Guffa18-Jan-06 23:03
Guffa18-Jan-06 23:03 
GeneralRe: Converting a string to a double Pin
hellamasta18-Jan-06 23:10
hellamasta18-Jan-06 23:10 
GeneralRe: Converting a string to a double Pin
hellamasta19-Jan-06 0:00
hellamasta19-Jan-06 0:00 
QuestionBackup and restore database SQL Server 2000 by coding C# Pin
tadung18-Jan-06 21:42
tadung18-Jan-06 21:42 
QuestionDatatable to Excel Pin
Sriharsha R18-Jan-06 20:47
Sriharsha R18-Jan-06 20:47 
AnswerRe: Datatable to Excel Pin
Kedar Potdar18-Jan-06 21:48
Kedar Potdar18-Jan-06 21:48 
GeneralRe: Datatable to Excel Pin
Sriharsha R20-Jan-06 2:05
Sriharsha R20-Jan-06 2:05 
QuestionMimicing Outlook To: TextBox Pin
DanielMoto18-Jan-06 20:26
DanielMoto18-Jan-06 20:26 

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.