Click here to Skip to main content
15,917,593 members
Home / Discussions / C#
   

C#

 
QuestionMy new process is not finishing properly Pin
liorjj21-Oct-07 22:21
liorjj21-Oct-07 22:21 
AnswerRe: My new process is not finishing properly Pin
Martin#21-Oct-07 22:45
Martin#21-Oct-07 22:45 
GeneralRe: My new process is not finishing properly Pin
liorjj21-Oct-07 23:16
liorjj21-Oct-07 23:16 
GeneralRe: My new process is not finishing properly Pin
Martin#21-Oct-07 23:19
Martin#21-Oct-07 23:19 
Questionhow can send fax with C# ? Pin
B.A21-Oct-07 22:06
B.A21-Oct-07 22:06 
AnswerRe: how can send fax with C# ? Pin
Spunky Coder21-Oct-07 22:17
Spunky Coder21-Oct-07 22:17 
AnswerRe: how can send fax with C# ? Pin
Abhijit Jana21-Oct-07 22:35
professionalAbhijit Jana21-Oct-07 22:35 
Questionstatic class Pin
Sonia Gupta21-Oct-07 22:02
Sonia Gupta21-Oct-07 22:02 
if i declare the function in the class as public static .i now no need to create the object , like
class abc
{
public static void abc1()
{
}
}
class def
{
void abcbd()
{
abc.abc1();
}
}

what will happen if i declare the class as static?

Soniagupta1@yahoo.co.in
Yahoo Messenger Id = soniagupta1

AnswerRe: static class Pin
DavidNohejl21-Oct-07 22:17
DavidNohejl21-Oct-07 22:17 
AnswerRe: static class Pin
il_masacratore22-Oct-07 7:58
il_masacratore22-Oct-07 7:58 
Questionfunction clarification Pin
Sonia Gupta21-Oct-07 21:54
Sonia Gupta21-Oct-07 21:54 
AnswerRe: function clarification Pin
Pete O'Hanlon21-Oct-07 22:10
mvePete O'Hanlon21-Oct-07 22:10 
AnswerRe: function clarification Pin
Guffa21-Oct-07 22:19
Guffa21-Oct-07 22:19 
GeneralRe: function clarification Pin
Sonia Gupta21-Oct-07 22:26
Sonia Gupta21-Oct-07 22:26 
QuestionAdding a chm file to the project Pin
Shimzz18721-Oct-07 21:40
Shimzz18721-Oct-07 21:40 
AnswerRe: Adding a chm file to the project Pin
Spunky Coder21-Oct-07 21:44
Spunky Coder21-Oct-07 21:44 
GeneralRe: Adding a chm file to the project Pin
Shimzz18721-Oct-07 23:58
Shimzz18721-Oct-07 23:58 
GeneralRe: Adding a chm file to the project Pin
Spunky Coder22-Oct-07 0:52
Spunky Coder22-Oct-07 0:52 
Questionflicker usercontrol Pin
nhathoang21-Oct-07 21:28
nhathoang21-Oct-07 21:28 
AnswerRe: flicker usercontrol Pin
Mohib Sheth23-Oct-07 3:47
Mohib Sheth23-Oct-07 3:47 
QuestionDTS same application Pin
C#Coudou21-Oct-07 21:26
C#Coudou21-Oct-07 21:26 
QuestionWho is Powerfull Pin
M Riaz Bashir21-Oct-07 21:12
M Riaz Bashir21-Oct-07 21:12 
AnswerThe one ... Pin
CPallini21-Oct-07 21:47
mveCPallini21-Oct-07 21:47 
AnswerRe: Who is Powerfull Pin
Chetan Patel21-Oct-07 23:15
Chetan Patel21-Oct-07 23:15 
QuestionAvoid Flickering in listview Pin
anu8121-Oct-07 20:48
anu8121-Oct-07 20:48 

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.