Click here to Skip to main content
15,905,874 members
Home / Discussions / C#
   

C#

 
GeneralRe: Convert to int Pin
eyeseetee18-Dec-07 3:18
eyeseetee18-Dec-07 3:18 
GeneralUsing WebService saving the files to client system using its Internet IP address Pin
ag4667718-Dec-07 0:30
ag4667718-Dec-07 0:30 
Questioncan we hide focus from grid cell Pin
amit_8318-Dec-07 0:20
amit_8318-Dec-07 0:20 
AnswerRe: can we hide focus from grid cell Pin
Vasudevan Deepak Kumar18-Dec-07 3:00
Vasudevan Deepak Kumar18-Dec-07 3:00 
Questionredirecting Pin
liatma17-Dec-07 23:57
liatma17-Dec-07 23:57 
GeneralRe: redirecting Pin
Paul Conrad22-Dec-07 9:21
professionalPaul Conrad22-Dec-07 9:21 
Questionhow to deactivate grid cell Pin
amit_8317-Dec-07 23:51
amit_8317-Dec-07 23:51 
QuestionWhat this code is doing Pin
Hum Dum17-Dec-07 23:38
Hum Dum17-Dec-07 23:38 
I want to know what is happening in these lines of code:

a)
public class cAppBarDisplay:AppBar
{
    cMessageProcessing CMS;
    //some code here
    public cAppBarDisplay(cMessageProcessing cMP)
    {
      CMS = cMP;//exactly what is happening here
      //cMessageProcessing is another class, 
    }

}



->cMessageProcessing CMS;
By this mean are we creating a refrence?

->and what the constructer is actually doing?
CMS & cMP both are refrence of same classConfused | :confused:

Thanks in advance,
plz describe in a bit detail.
AnswerRe: What this code is doing Pin
AlwiNus17-Dec-07 23:49
AlwiNus17-Dec-07 23:49 
GeneralRe: What this code is doing Pin
Hum Dum18-Dec-07 1:19
Hum Dum18-Dec-07 1:19 
GeneralRe: What this code is doing Pin
Anthony Mushrow18-Dec-07 1:48
professionalAnthony Mushrow18-Dec-07 1:48 
AnswerRe: What this code is doing Pin
ag4667717-Dec-07 23:50
ag4667717-Dec-07 23:50 
QuestionQuestions about using System.Timers.Timer with clipboard Pin
surfingcode17-Dec-07 22:28
surfingcode17-Dec-07 22:28 
GeneralRe: And the question is ... Pin
Mircea Puiu17-Dec-07 22:37
Mircea Puiu17-Dec-07 22:37 
GeneralRe: And the question is ... Pin
surfingcode17-Dec-07 22:48
surfingcode17-Dec-07 22:48 
GeneralRe: And the question is ... Pin
AlwiNus17-Dec-07 23:04
AlwiNus17-Dec-07 23:04 
GeneralRe: And the question is ... Pin
Mircea Puiu18-Dec-07 0:43
Mircea Puiu18-Dec-07 0:43 
GeneralRe: And the question is ... Pin
surfingcode18-Dec-07 2:39
surfingcode18-Dec-07 2:39 
GeneralPlease help on regular expression Pin
lordbearsg17-Dec-07 21:11
lordbearsg17-Dec-07 21:11 
GeneralRe: Please help on regular expression Pin
m@u17-Dec-07 21:24
m@u17-Dec-07 21:24 
GeneralRe: Please help on regular expression Pin
lordbearsg17-Dec-07 21:29
lordbearsg17-Dec-07 21:29 
GeneralRe: Please help on regular expression Pin
m@u17-Dec-07 21:46
m@u17-Dec-07 21:46 
GeneralRe: Please help on regular expression Pin
lordbearsg17-Dec-07 22:14
lordbearsg17-Dec-07 22:14 
GeneralRe: Please help on regular expression Pin
m@u17-Dec-07 22:31
m@u17-Dec-07 22:31 
AnswerRe: Please help on regular expression [modified] Pin
Sandilian17-Dec-07 21:58
Sandilian17-Dec-07 21: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.