Click here to Skip to main content
15,904,951 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to create Const Member methods inside a class. how to create const objects of a Class. Pin
a_ravindra22-Jun-10 1:34
a_ravindra22-Jun-10 1:34 
GeneralRe: how to create Const Member methods inside a class. how to create const objects of a Class. Pin
Ennis Ray Lynch, Jr.22-Jun-10 3:02
Ennis Ray Lynch, Jr.22-Jun-10 3:02 
GeneralRe: how to create Const Member methods inside a class. how to create const objects of a Class. Pin
yu-jian27-Jun-10 9:50
yu-jian27-Jun-10 9:50 
AnswerRe: how to create Const Member methods inside a class. how to create const objects of a Class. Pin
Dave Kreskowiak21-Jun-10 5:36
mveDave Kreskowiak21-Jun-10 5:36 
AnswerRe: how to create Const Member methods inside a class. how to create const objects of a Class. Pin
Paladin200021-Jun-10 5:44
Paladin200021-Jun-10 5:44 
AnswerRe: how to create Const Member methods inside a class. how to create const objects of a Class. Pin
yu-jian27-Jun-10 9:47
yu-jian27-Jun-10 9:47 
QuestionHow to register a DLL in Windows Mobile Pin
king'ori21-Jun-10 4:57
king'ori21-Jun-10 4:57 
AnswerRe: How to register a DLL in Windows Mobile Pin
I Believe In GOD21-Jun-10 9:16
I Believe In GOD21-Jun-10 9:16 
Hi ,

I don't know if this is possible , cause I didn't have windows mobile right now to test this function

But I will try my best to help you

Try to write a simple .NET Application that uses this code

const int REG_SUCCESS = 0x0;


const string ControlPATH = @"c:\WindowsMobile\MyDLL.dll";

[DllImport(ControlPATH)]
public static extern int DllRegisterServer ();


[DllImport(ControlPATH)]
public static extern int DllUnregisterServer ();

// How to use 
// Just call this function DllRegisterServer (); 
// Don't forget to change ControlPATH to your Dll path 

I know nothing , I know nothing ...

Questionftp over ssl Pin
mon***z21-Jun-10 1:50
mon***z21-Jun-10 1:50 
AnswerRe: ftp over ssl Pin
Not Active21-Jun-10 2:29
mentorNot Active21-Jun-10 2:29 
GeneralRe: ftp over ssl Pin
#realJSOP21-Jun-10 2:50
professional#realJSOP21-Jun-10 2:50 
AnswerRe: ftp over ssl Pin
Mirko198021-Jun-10 3:02
Mirko198021-Jun-10 3:02 
GeneralRe: ftp over ssl Pin
ddecoy21-Jun-10 4:26
ddecoy21-Jun-10 4:26 
Questionsending events PrintPageEventArgs and PaintEventArgs Pin
wojsza21-Jun-10 1:43
wojsza21-Jun-10 1:43 
AnswerRe: sending events PrintPageEventArgs and PaintEventArgs Pin
Luc Pattyn21-Jun-10 2:29
sitebuilderLuc Pattyn21-Jun-10 2:29 
Questionclosed messagabox in c# ??? Pin
aa_zz20-Jun-10 22:57
aa_zz20-Jun-10 22:57 
AnswerMessage Closed Pin
20-Jun-10 23:55
stancrm20-Jun-10 23:55 
GeneralRe: closed messagabox in c# ??? Pin
aa_zz20-Jun-10 23:59
aa_zz20-Jun-10 23:59 
GeneralMessage Closed Pin
21-Jun-10 0:04
stancrm21-Jun-10 0:04 
GeneralRe: closed messagabox in c# ??? Pin
aa_zz21-Jun-10 0:13
aa_zz21-Jun-10 0:13 
AnswerRe: closed messagabox in c# ??? Pin
hammerstein0521-Jun-10 1:13
hammerstein0521-Jun-10 1:13 
QuestionReading Microsoft Project file problem Pin
DJ24520-Jun-10 22:05
DJ24520-Jun-10 22:05 
QuestionGet datatype from dataset and convert it into oledbdatatype Pin
shoubi20-Jun-10 21:25
shoubi20-Jun-10 21:25 
AnswerRe: Get datatype from dataset and convert it into oledbdatatype Pin
Mycroft Holmes20-Jun-10 23:31
professionalMycroft Holmes20-Jun-10 23:31 
QuestionOperation did not succeed because the program cannot commit or quit a cell value change. Pin
jojoba201120-Jun-10 20:19
jojoba201120-Jun-10 20:19 

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.