Click here to Skip to main content
15,914,444 members
Home / Discussions / C#
   

C#

 
AnswerRe: Serialize an Object with a Hashtable of Objects Pin
S. Senthil Kumar25-Sep-05 4:26
S. Senthil Kumar25-Sep-05 4:26 
QuestionSerialize an Object with a Hashtable of Objects Pin
Gilad Kapelushnik25-Sep-05 3:35
Gilad Kapelushnik25-Sep-05 3:35 
QuestionHow can I know if a Class has an instance object in Computer's memory ? Pin
Anonymous25-Sep-05 1:46
Anonymous25-Sep-05 1:46 
AnswerRe: How can I know if a Class has an instance object in Computer's memory ? Pin
S. Senthil Kumar25-Sep-05 4:28
S. Senthil Kumar25-Sep-05 4:28 
GeneralRe: How can I know if a Class has an instance object in Computer's memory ? Pin
mav.northwind25-Sep-05 20:09
mav.northwind25-Sep-05 20:09 
QuestionWord doc in Web Browser Control Pin
mirano25-Sep-05 0:28
mirano25-Sep-05 0:28 
AnswerRe: Word doc in Web Browser Control Pin
Anonymous25-Sep-05 23:52
Anonymous25-Sep-05 23:52 
Questioncache question Pin
snouto24-Sep-05 16:58
snouto24-Sep-05 16:58 
hello everybody!

Please i want to develop editor for C# of my own and i want to integrate the cache of the dot net studio in my editor like when i want for example to open static method in a class for example.
<br />
int my_number = int.Parse("String to parse");<br />

When i write int and follow it with dot it gives me all avialable static methods for this class or when i want to construct new class by reference for example
<br />
//for example<br />
Connection myconnection = new connection();<br />

I want when i refer to myconnection and follow it with dot to give me all avialable methods for this class "Dot notation" in vsstudio i know that this is involved for the cache of the studio but i want to use this cache and even when i want to create html file to include also this cache with dot notation . the same as the studio i know that it is easy to do but i don't know how it will work
I implemented full compiler for vsstudio family but i want to use this cache also with dot notation in this project any help about this please .even some programmers do it before isharpdevelop.net develop the same editor but i want to develop the same for my own programming any help about this please

Please reply to me please

Miss With The Best And Die Like The Rest
AnswerRe: cache question Pin
Dave Kreskowiak24-Sep-05 18:34
mveDave Kreskowiak24-Sep-05 18:34 
AnswerRe: cache question Pin
Daniel Grunwald24-Sep-05 21:52
Daniel Grunwald24-Sep-05 21:52 
Questionchecking LAN connectivity Pin
g00fyman24-Sep-05 16:19
g00fyman24-Sep-05 16:19 
AnswerRe: checking LAN connectivity Pin
mav.northwind24-Sep-05 20:38
mav.northwind24-Sep-05 20:38 
GeneralRe: checking LAN connectivity Pin
g00fyman24-Sep-05 20:48
g00fyman24-Sep-05 20:48 
GeneralRe: checking LAN connectivity Pin
g00fyman24-Sep-05 21:33
g00fyman24-Sep-05 21:33 
GeneralRe: checking LAN connectivity Pin
mav.northwind25-Sep-05 19:58
mav.northwind25-Sep-05 19:58 
GeneralRe: checking LAN connectivity Pin
g00fyman25-Sep-05 21:17
g00fyman25-Sep-05 21:17 
QuestionCheck Box Pin
Anonymous24-Sep-05 16:17
Anonymous24-Sep-05 16:17 
AnswerRe: Check Box Pin
miah alom25-Sep-05 7:11
miah alom25-Sep-05 7:11 
QuestionProblem in Code : SEE COMMENT** Pin
Anonymous24-Sep-05 16:13
Anonymous24-Sep-05 16:13 
AnswerRe: Problem in Code : SEE COMMENT** Pin
Guffa24-Sep-05 22:00
Guffa24-Sep-05 22:00 
QuestionControl Array Pin
StephenMcAllister24-Sep-05 10:49
StephenMcAllister24-Sep-05 10:49 
AnswerRe: Control Array Pin
Daniel Grunwald24-Sep-05 21:34
Daniel Grunwald24-Sep-05 21:34 
GeneralRe: Control Array Pin
StephenMcAllister24-Sep-05 21:57
StephenMcAllister24-Sep-05 21:57 
Questionxml node problem Pin
thepersonof24-Sep-05 8:48
thepersonof24-Sep-05 8:48 
AnswerRe: xml node problem Pin
Guffa24-Sep-05 12:27
Guffa24-Sep-05 12:27 

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.