Click here to Skip to main content
16,008,954 members
Home / Discussions / C#
   

C#

 
QuestionUpdating Excel workbook using C#? Pin
kbalias13-Jun-05 19:29
kbalias13-Jun-05 19:29 
Generalof Open File Pin
Mr. Naveed Butt13-Jun-05 16:10
professionalMr. Naveed Butt13-Jun-05 16:10 
GeneralRe: of Open File Pin
Daniel Monzert13-Jun-05 20:43
Daniel Monzert13-Jun-05 20:43 
Questionhow to compare the text of two html pages Pin
Mohsen Saad13-Jun-05 14:20
Mohsen Saad13-Jun-05 14:20 
Generalconverting byte[] to string Pin
scott987uk13-Jun-05 10:01
scott987uk13-Jun-05 10:01 
GeneralRe: converting byte[] to string Pin
Christian Graus13-Jun-05 14:47
protectorChristian Graus13-Jun-05 14:47 
GeneralC# Modal Dialog returns too quickly Pin
Glenn E. Lanier II13-Jun-05 11:37
Glenn E. Lanier II13-Jun-05 11:37 
GeneralRe: C# Modal Dialog returns too quickly Pin
Christian Graus13-Jun-05 12:33
protectorChristian Graus13-Jun-05 12:33 
I've had this problem recently - the trouble is that if your form is set to close on Accept or Cancel messages, a child form that closes with those messages will close your form as well. Get rid of all automatic form closure handling in your dialog, handle the click for OK and Cancel, and set DialogResult manually before calling this.Close();.


Christian Graus - Microsoft MVP - C++
GeneralRe: C# Modal Dialog returns too quickly Pin
Glenn E. Lanier II14-Jun-05 4:38
Glenn E. Lanier II14-Jun-05 4:38 
GeneralRe: C# Modal Dialog returns too quickly Pin
Robert Rohde13-Jun-05 19:39
Robert Rohde13-Jun-05 19:39 
GeneralRe: C# Modal Dialog returns too quickly Pin
Glenn E. Lanier II14-Jun-05 4:40
Glenn E. Lanier II14-Jun-05 4:40 
QuestionCan someone point me to some nice clean search and replace code? Pin
ArchKaine13-Jun-05 11:24
ArchKaine13-Jun-05 11:24 
AnswerRe: Can someone point me to some nice clean search and replace code? Pin
Christian Graus13-Jun-05 12:36
protectorChristian Graus13-Jun-05 12:36 
GeneralRe: Can someone point me to some nice clean search and replace code? Pin
Luis Alonso Ramos13-Jun-05 14:16
Luis Alonso Ramos13-Jun-05 14:16 
GeneralRe: Can someone point me to some nice clean search and replace code? Pin
ArchKaine14-Jun-05 11:42
ArchKaine14-Jun-05 11:42 
GeneralRe: Can someone point me to some nice clean search and replace code? Pin
Luis Alonso Ramos14-Jun-05 12:38
Luis Alonso Ramos14-Jun-05 12:38 
GeneralRe: Can someone point me to some nice clean search and replace code? Pin
ArchKaine14-Jun-05 11:45
ArchKaine14-Jun-05 11:45 
GeneralRe: Can someone point me to some nice clean search and replace code? Pin
Christian Graus14-Jun-05 13:52
protectorChristian Graus14-Jun-05 13:52 
Generalfonts Pin
dizzybinty13-Jun-05 11:17
dizzybinty13-Jun-05 11:17 
GeneralRe: fonts Pin
Werdna13-Jun-05 19:26
Werdna13-Jun-05 19:26 
Questiongetting table schema info in ADO .NET? Pin
Jason Manfield13-Jun-05 11:16
Jason Manfield13-Jun-05 11:16 
AnswerRe: getting table schema info in ADO .NET? Pin
Luis Alonso Ramos13-Jun-05 14:20
Luis Alonso Ramos13-Jun-05 14:20 
QuestionIs there a spawnlp function in c#? Pin
adonisv13-Jun-05 10:26
adonisv13-Jun-05 10:26 
AnswerRe: Is there a spawnlp function in c#? Pin
DavidNohejl13-Jun-05 10:59
DavidNohejl13-Jun-05 10:59 
GeneralRe: Is there a spawnlp function in c#? Pin
adonisv13-Jun-05 11:16
adonisv13-Jun-05 11:16 

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.