Click here to Skip to main content
15,892,222 members
Home / Discussions / C#
   

C#

 
QuestionPage refresh..... Pin
pavya_Cool21-Sep-07 1:55
pavya_Cool21-Sep-07 1:55 
AnswerRe: Page refresh..... Pin
Christian Graus21-Sep-07 2:20
protectorChristian Graus21-Sep-07 2:20 
QuestionProblem in passing message betwin client server. Pin
Tarun Dudhatra21-Sep-07 0:49
Tarun Dudhatra21-Sep-07 0:49 
QuestionFill in a word file Pin
samerh21-Sep-07 0:07
samerh21-Sep-07 0:07 
AnswerRe: Fill in a word file Pin
Pete O'Hanlon21-Sep-07 0:29
mvePete O'Hanlon21-Sep-07 0:29 
GeneralRe: Fill in a word file Pin
samerh21-Sep-07 0:51
samerh21-Sep-07 0:51 
QuestionAcessing from method in class. Pin
pekhaleyogesh21-Sep-07 0:05
pekhaleyogesh21-Sep-07 0:05 
AnswerRe: Acessing from method in class. Pin
Pete O'Hanlon21-Sep-07 0:23
mvePete O'Hanlon21-Sep-07 0:23 
If you want to access a method without instantiating something beforehand, you need to make that method static:
public class FunkyForm : Form
{
  public static void DoSomething()
  {
    // Do something.
  }
}
This is called using FunkyForm.DoSomething();

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

GeneralRe: Acessing from method in class. Pin
pekhaleyogesh21-Sep-07 0:29
pekhaleyogesh21-Sep-07 0:29 
GeneralRe: Acessing from method in class. Pin
Christian Graus21-Sep-07 0:31
protectorChristian Graus21-Sep-07 0:31 
GeneralRe: Acessing from method in class. Pin
Pete O'Hanlon21-Sep-07 0:32
mvePete O'Hanlon21-Sep-07 0:32 
Questionuse of list control in static method. Pin
pekhaleyogesh21-Sep-07 0:03
pekhaleyogesh21-Sep-07 0:03 
AnswerRe: use of list control in static method. Pin
Christian Graus21-Sep-07 0:32
protectorChristian Graus21-Sep-07 0:32 
AnswerRe: use of list control in static method. Pin
Anthony Mushrow21-Sep-07 1:54
professionalAnthony Mushrow21-Sep-07 1:54 
QuestionHelp autonumber... Pin
KppsK20-Sep-07 23:28
KppsK20-Sep-07 23:28 
AnswerRe: Help autonumber... Pin
Colin Angus Mackay20-Sep-07 23:41
Colin Angus Mackay20-Sep-07 23:41 
AnswerRe: Help autonumber... Pin
Anthony Mushrow21-Sep-07 1:43
professionalAnthony Mushrow21-Sep-07 1:43 
GeneralRe: Help autonumber... Pin
Colin Angus Mackay21-Sep-07 1:47
Colin Angus Mackay21-Sep-07 1:47 
Questiondirectshow filters [modified] Pin
Kuldeep Antil20-Sep-07 23:06
Kuldeep Antil20-Sep-07 23:06 
AnswerRe: directshow filters Pin
Sam Xavier21-Sep-07 1:27
Sam Xavier21-Sep-07 1:27 
QuestionEnumerate NT Group membership on remote computer Pin
Harkamal Singh20-Sep-07 22:47
Harkamal Singh20-Sep-07 22:47 
AnswerRe: Enumerate NT Group membership on remote computer Pin
elibriscoe21-Sep-07 12:43
elibriscoe21-Sep-07 12:43 
GeneralRe: Enumerate NT Group membership on remote computer Pin
Harkamal Singh21-Sep-07 20:10
Harkamal Singh21-Sep-07 20:10 
QuestionThick Client Appplication Pin
SakthiSurya20-Sep-07 22:19
SakthiSurya20-Sep-07 22:19 
AnswerRe: Thick Client Appplication Pin
Pete O'Hanlon20-Sep-07 22:25
mvePete O'Hanlon20-Sep-07 22:25 

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.