Click here to Skip to main content
15,919,434 members
Home / Discussions / C#
   

C#

 
QuestionHow to truncate the Decimal/integer value Pin
jeya krishnan.v29-May-07 19:52
jeya krishnan.v29-May-07 19:52 
AnswerRe: How to truncate the Decimal/integer value Pin
blackjack215029-May-07 22:04
blackjack215029-May-07 22:04 
Questioncommunicate with SNMP devices Pin
manoj75329-May-07 19:46
manoj75329-May-07 19:46 
AnswerRe: communicate with SNMP devices Pin
Wlink1-Jun-07 1:09
Wlink1-Jun-07 1:09 
QuestionHow to activate a form through another form Pin
devesh_code29-May-07 19:39
devesh_code29-May-07 19:39 
AnswerRe: How to activate a form through another form Pin
C#Coudou29-May-07 19:45
C#Coudou29-May-07 19:45 
GeneralRe: How to activate a form through another form Pin
devesh_code29-May-07 19:57
devesh_code29-May-07 19:57 
AnswerRe: How to activate a form through another form Pin
Manoj Kumar Rai29-May-07 20:01
professionalManoj Kumar Rai29-May-07 20:01 
Hi,

if you are trying to show the form1 as modal then call form1.ShowDialog(), but if you wants to show the form1 as modeless dialog then call form1.show().

Manoj
Never Gives up

GeneralRe: How to activate a form through another form Pin
devesh_code29-May-07 20:07
devesh_code29-May-07 20:07 
GeneralRe: How to activate a form through another form Pin
Manoj Kumar Rai29-May-07 20:13
professionalManoj Kumar Rai29-May-07 20:13 
AnswerRe: How to activate a form through another form Pin
Martin#29-May-07 20:18
Martin#29-May-07 20:18 
GeneralRe: How to activate a form through another form Pin
devesh_code29-May-07 21:11
devesh_code29-May-07 21:11 
AnswerRe: How to activate a form through another form Pin
Christian Graus29-May-07 21:22
protectorChristian Graus29-May-07 21:22 
QuestionHow to add progress bar to subitemof listview ? Pin
bug_aonz29-May-07 19:35
bug_aonz29-May-07 19:35 
QuestionConvert byte[] array to byte[,] Pin
Praveen02929-May-07 19:32
Praveen02929-May-07 19:32 
AnswerRe: Convert byte[] array to byte[,] [modified] Pin
Martin#29-May-07 20:02
Martin#29-May-07 20:02 
Questionhow to read windows events [modified] Pin
Joe Rozario29-May-07 19:30
Joe Rozario29-May-07 19:30 
AnswerRe: how to read windows events Pin
JF201529-May-07 20:44
JF201529-May-07 20:44 
GeneralRe: how to read windows events Pin
Joe Rozario30-May-07 3:05
Joe Rozario30-May-07 3:05 
GeneralRe: how to read windows events Pin
JF201530-May-07 17:50
JF201530-May-07 17:50 
QuestionDoes anyone here have a source code on internet speed? Pin
C#Coudou29-May-07 19:11
C#Coudou29-May-07 19:11 
AnswerRe: Does anyone here have a source code on internet speed? Pin
Christian Graus29-May-07 19:19
protectorChristian Graus29-May-07 19:19 
GeneralRe: Does anyone here have a source code on internet speed? Pin
C#Coudou29-May-07 19:31
C#Coudou29-May-07 19:31 
GeneralRe: Does anyone here have a source code on internet speed? Pin
Christian Graus29-May-07 20:56
protectorChristian Graus29-May-07 20:56 
QuestionHow can i generate random numbers between 1 to 10 Pin
Test27030729-May-07 18:58
Test27030729-May-07 18:58 

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.