Click here to Skip to main content
15,900,511 members
Home / Discussions / C#
   

C#

 
GeneralNew starter - Common Module Q. Pin
Member 199247025-May-05 23:11
Member 199247025-May-05 23:11 
GeneralRe: New starter - Common Module Q. Pin
Itanium26-May-05 0:10
Itanium26-May-05 0:10 
GeneralRe: New starter - Common Module Q. Pin
Member 199247026-May-05 1:03
Member 199247026-May-05 1:03 
Generalget Time on Server Pin
SEAGames2225-May-05 23:00
SEAGames2225-May-05 23:00 
GeneralRe: get Time on Server Pin
pubududilena25-May-05 23:52
pubududilena25-May-05 23:52 
GeneralRe: get Time on Server Pin
Dave Kreskowiak26-May-05 4:02
mveDave Kreskowiak26-May-05 4:02 
QuestionModule like vb.net ? Pin
LIUCKAS25-May-05 22:42
LIUCKAS25-May-05 22:42 
AnswerRe: Module like vb.net ? Pin
Colin Angus Mackay25-May-05 22:52
Colin Angus Mackay25-May-05 22:52 
LIUCKAS wrote:
do i need a class for this?

Yes.


LIUCKAS wrote:
and create an instance of that class everytime i need to call someone of the utility function?

Only if you want to. You can create a class with just static methods in it - that means that you don't need to create an instance of the class in order to run the static method.


LIUCKAS wrote:
There's some other way?

There are lots of ways. For example: You could also create a singleton class - that is a class with a private constructor and it manages its on creation so that there will only ever be one instance of the class in existance in the application.




My: Blog | Photos
WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and More


GeneralRe: Module like vb.net ? Pin
LIUCKAS25-May-05 23:14
LIUCKAS25-May-05 23:14 
QuestionHow we can stop to creating new Instance on same click of form Pin
Trivikram Dwivedi25-May-05 22:30
Trivikram Dwivedi25-May-05 22:30 
AnswerRe: How we can stop to creating new Instance on same click of form Pin
Itanium25-May-05 23:03
Itanium25-May-05 23:03 
GeneralRe: How we can stop to creating new Instance on same click of form Pin
Trivikram Dwivedi25-May-05 23:54
Trivikram Dwivedi25-May-05 23:54 
QuestionHow we can export a string var to a matlab application using DLL ? Pin
hediii25-May-05 22:06
hediii25-May-05 22:06 
GeneralStandart input string Pin
rockxuyenmandem25-May-05 21:57
rockxuyenmandem25-May-05 21:57 
GeneralRe: Standart input string Pin
S. Senthil Kumar25-May-05 22:08
S. Senthil Kumar25-May-05 22:08 
Questionlog4net - smtp appender - HTML formatter? Pin
devvvy25-May-05 21:33
devvvy25-May-05 21:33 
Generalusing delegate Pin
d_vaibhav25-May-05 20:31
d_vaibhav25-May-05 20:31 
GeneralRe: using delegate Pin
S. Senthil Kumar25-May-05 22:03
S. Senthil Kumar25-May-05 22:03 
GeneralRe: using delegate Pin
d_vaibhav26-May-05 0:23
d_vaibhav26-May-05 0:23 
Questiondirectshow sdk? Pin
shumyla198325-May-05 18:24
shumyla198325-May-05 18:24 
AnswerRe: directshow sdk? Pin
Christian Graus25-May-05 19:22
protectorChristian Graus25-May-05 19:22 
GeneralDocking ToolBar Pin
thaibinhla25-May-05 18:22
thaibinhla25-May-05 18:22 
GeneralRe: Docking ToolBar Pin
John Arlen125-May-05 20:14
John Arlen125-May-05 20:14 
Questionhow to get audio and video streams using directshow? Pin
shumyla198325-May-05 18:21
shumyla198325-May-05 18:21 
GeneralFile Explorer in a Treeview Pin
John Waclawski25-May-05 16:15
John Waclawski25-May-05 16:15 

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.