Click here to Skip to main content
15,920,508 members
Home / Discussions / C#
   

C#

 
AnswerRe: Tele-type screen saver Pin
Spacix One19-Jun-08 9:42
Spacix One19-Jun-08 9:42 
GeneralRe: Tele-type screen saver Pin
Elvis_Pretzelator19-Jun-08 9:47
Elvis_Pretzelator19-Jun-08 9:47 
GeneralRe: Tele-type screen saver Pin
Spacix One19-Jun-08 10:19
Spacix One19-Jun-08 10:19 
GeneralRe: Tele-type screen saver Pin
Elvis_Pretzelator25-Jun-08 10:02
Elvis_Pretzelator25-Jun-08 10:02 
GeneralRe: Tele-type screen saver Pin
Elvis_Pretzelator26-Jun-08 5:39
Elvis_Pretzelator26-Jun-08 5:39 
QuestionC# Thread termination issue Pin
Merlock219-Jun-08 8:39
Merlock219-Jun-08 8:39 
QuestionHelp: I'm new to C#: I want to make a global function Pin
TheFoZ19-Jun-08 8:27
TheFoZ19-Jun-08 8:27 
AnswerRe: Help: I'm new to C#: I want to make a global function Pin
Judah Gabriel Himango19-Jun-08 8:56
sponsorJudah Gabriel Himango19-Jun-08 8:56 
Customer-related functions should be instance methods on the Customer class.

For things that don't require an instance, make them static. For example,

public class MyGlobalFuncs
{
    public static void Foo() { }
}
That can be invoked like this: MyGlobalFuncs.Foo()



Life, family, faith: Give me a visit.

From my latest post: "A lot of Christians struggle, perhaps at a subconscious level, about the phrase "God of Israel". After all, Israel's God is the God of Judaism, is He not? And the God of Christianity is not the God of Judaism, right?"

Judah Himango


GeneralRe: Help: I'm new to C#: I want to make a global function Pin
TheFoZ19-Jun-08 9:03
TheFoZ19-Jun-08 9:03 
GeneralRe: Help: I'm new to C#: I want to make a global function Pin
Guffa19-Jun-08 11:20
Guffa19-Jun-08 11:20 
QuestionRadioButtonList Pin
john3419-Jun-08 7:59
john3419-Jun-08 7:59 
QuestionBuilding a System.Uri with a query string Pin
Spacix One19-Jun-08 7:40
Spacix One19-Jun-08 7:40 
AnswerRe: Building a System.Uri with a query string Pin
Judah Gabriel Himango19-Jun-08 8:24
sponsorJudah Gabriel Himango19-Jun-08 8:24 
GeneralRe: Building a System.Uri with a query string Pin
Spacix One19-Jun-08 9:06
Spacix One19-Jun-08 9:06 
GeneralRe: Building a System.Uri with a query string Pin
Judah Gabriel Himango19-Jun-08 11:05
sponsorJudah Gabriel Himango19-Jun-08 11:05 
GeneralRe: Building a System.Uri with a query string Pin
Spacix One19-Jun-08 13:00
Spacix One19-Jun-08 13:00 
QuestionOver ride GetReaderFromMessage method Pin
Toms Edison19-Jun-08 7:23
Toms Edison19-Jun-08 7:23 
QuestionSystem.Windows.Forms.Panel Pin
zvit19-Jun-08 6:33
zvit19-Jun-08 6:33 
AnswerRe: System.Windows.Forms.Panel Pin
Spacix One19-Jun-08 7:22
Spacix One19-Jun-08 7:22 
QuestionHow can we find the our system connected to the WEB ? Pin
Mohammad Dayyan19-Jun-08 5:02
Mohammad Dayyan19-Jun-08 5:02 
AnswerRe: How can we find the our system connected to the WEB ? Pin
Ashfield19-Jun-08 5:22
Ashfield19-Jun-08 5:22 
GeneralRe: How can we find the our system connected to the WEB ? Pin
Mohammad Dayyan19-Jun-08 5:30
Mohammad Dayyan19-Jun-08 5:30 
GeneralRe: How can we find the our system connected to the WEB ? Pin
Ashfield19-Jun-08 6:00
Ashfield19-Jun-08 6:00 
GeneralRe: How can we find the our system connected to the WEB ? Pin
Gareth H19-Jun-08 6:29
Gareth H19-Jun-08 6:29 
AnswerRe: How can we find the our system connected to the WEB ? Pin
Zoltan Balazs19-Jun-08 6:09
Zoltan Balazs19-Jun-08 6:09 

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.