Click here to Skip to main content
15,887,267 members
Home / Discussions / C#
   

C#

 
AnswerRe: Compare string and int Pin
Guffa14-Jan-07 12:15
Guffa14-Jan-07 12:15 
AnswerRe: Compare string and int Pin
Mircea Puiu12-Jan-07 2:41
Mircea Puiu12-Jan-07 2:41 
AnswerRe: Compare string and int Pin
CPallini12-Jan-07 2:42
mveCPallini12-Jan-07 2:42 
AnswerRe: Compare string and int Pin
Thomas Stockwell13-Jan-07 5:42
professionalThomas Stockwell13-Jan-07 5:42 
QuestionHow to add images into Dropdownlist Pin
prabhakaranns12-Jan-07 1:17
prabhakaranns12-Jan-07 1:17 
AnswerRe: How to add images into Dropdownlist Pin
stancrm12-Jan-07 2:05
stancrm12-Jan-07 2:05 
QuestionHow to use SDI(single document interface)? Pin
bug_aonz11-Jan-07 23:47
bug_aonz11-Jan-07 23:47 
AnswerRe: How to use SDI(single document interface)? Pin
Pete O'Hanlon12-Jan-07 0:58
mvePete O'Hanlon12-Jan-07 0:58 
Form2 needs to be treated as a dialog. To do this (from Form1):

Form2 dlg = new Form2();
if (dlg.ShowDialog() == DialogResult.OK)
{
  .. Do something here.
}



the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer

Deja View - the feeling that you've seen this post before.

AnswerRe: How to use SDI(single document interface)? Pin
Christian Graus12-Jan-07 1:19
protectorChristian Graus12-Jan-07 1:19 
Questionvalidating question Pin
rzvme11-Jan-07 23:42
rzvme11-Jan-07 23:42 
AnswerRe: validating question Pin
Guffa12-Jan-07 0:48
Guffa12-Jan-07 0:48 
GeneralRe: validating question Pin
rzvme12-Jan-07 0:51
rzvme12-Jan-07 0:51 
QuestionNeed Basic Help or Samples About DataGrid [modified] Pin
M Riaz Bashir11-Jan-07 23:23
M Riaz Bashir11-Jan-07 23:23 
AnswerRe: Need Basic Help or Samples About DataGrid Pin
Ravi Bhavnani12-Jan-07 2:59
professionalRavi Bhavnani12-Jan-07 2:59 
Questionhow to override the priority of an event Pin
kalaveer11-Jan-07 23:05
kalaveer11-Jan-07 23:05 
AnswerRe: how to override the priority of an event Pin
Seishin#12-Jan-07 0:11
Seishin#12-Jan-07 0:11 
AnswerRe: how to override the priority of an event Pin
S. Senthil Kumar12-Jan-07 6:48
S. Senthil Kumar12-Jan-07 6:48 
Questionchanging data type of a column of datatable with data Pin
amitcoder8311-Jan-07 22:38
amitcoder8311-Jan-07 22:38 
QuestionAdding own descriptions to intelli sense Pin
JacquesDP11-Jan-07 22:34
JacquesDP11-Jan-07 22:34 
AnswerRe: Adding own descriptions to intelli sense Pin
stancrm11-Jan-07 23:15
stancrm11-Jan-07 23:15 
GeneralRe: Adding own descriptions to intelli sense Pin
JacquesDP11-Jan-07 23:30
JacquesDP11-Jan-07 23:30 
GeneralRe: Adding own descriptions to intelli sense Pin
JacquesDP12-Jan-07 0:15
JacquesDP12-Jan-07 0:15 
QuestionCalling Managed code from c# dll. Is it possible? Pin
chandraskar11-Jan-07 22:33
chandraskar11-Jan-07 22:33 
AnswerRe: Calling Managed code from c# dll. Is it possible? Pin
Guffa11-Jan-07 22:55
Guffa11-Jan-07 22:55 
Questionregarding datagridview printing option in c# winforms Pin
vsekharbandaru11-Jan-07 22:03
vsekharbandaru11-Jan-07 22:03 

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.