Click here to Skip to main content
15,884,099 members
Home / Discussions / C#
   

C#

 
AnswerRe: need an article for found difference between csharp and vb. Pin
Daniel Grunwald13-May-07 2:33
Daniel Grunwald13-May-07 2:33 
Questioncall c# from managed c++ dll Pin
donovan.solms11-May-07 11:42
donovan.solms11-May-07 11:42 
AnswerRe: call c# from managed c++ dll Pin
Luc Pattyn11-May-07 12:12
sitebuilderLuc Pattyn11-May-07 12:12 
GeneralRe: call c# from managed c++ dll Pin
donovan.solms11-May-07 12:16
donovan.solms11-May-07 12:16 
GeneralRe: call c# from managed c++ dll Pin
donovan.solms11-May-07 12:51
donovan.solms11-May-07 12:51 
GeneralRe: call c# from managed c++ dll Pin
Luc Pattyn11-May-07 12:57
sitebuilderLuc Pattyn11-May-07 12:57 
QuestionScrollbar Pin
ikily11-May-07 11:19
ikily11-May-07 11:19 
QuestionC# web service and memory space Pin
LCI11-May-07 9:53
LCI11-May-07 9:53 
I have a web service listener. Once the exposed routine is called from outside it executes some code. The code tracks these responses in memory.
However, a subsequent call to my web service seems to reset the memory.

So for example,
1st call to my erb service
I log some data in memory
return success.

Next call to my web service
The stuff that i logged in memory, is gone.

Is this because by the second time around, the memory is fresh?
How would i get around this if i did not want to use writing to files instead?
QuestionExtracting text from an embedded browser control Pin
EPallis11-May-07 9:16
EPallis11-May-07 9:16 
Questioncalling parent MDI control througth control on child form Pin
Neo_Shehpar11-May-07 8:25
Neo_Shehpar11-May-07 8:25 
AnswerRe: calling parent MDI control througth control on child form Pin
Abisodun11-May-07 14:53
Abisodun11-May-07 14:53 
QuestionHow to bind ArrayList with DataGridView ? Pin
Harminder Singh11-May-07 8:20
Harminder Singh11-May-07 8:20 
Questionhow to run commandLine that uses cmd.exe in C# Pin
pnpfriend11-May-07 7:38
pnpfriend11-May-07 7:38 
AnswerRe: how to run commandLine that uses cmd.exe in C# Pin
Giorgi Dalakishvili11-May-07 7:52
mentorGiorgi Dalakishvili11-May-07 7:52 
GeneralRe: how to run commandLine that uses cmd.exe in C# Pin
pnpfriend11-May-07 8:23
pnpfriend11-May-07 8:23 
GeneralRe: how to run commandLine that uses cmd.exe in C# Pin
Giorgi Dalakishvili11-May-07 8:28
mentorGiorgi Dalakishvili11-May-07 8:28 
GeneralRe: how to run commandLine that uses cmd.exe in C# Pin
pnpfriend11-May-07 9:11
pnpfriend11-May-07 9:11 
GeneralRe: how to run commandLine that uses cmd.exe in C# Pin
Giorgi Dalakishvili11-May-07 9:16
mentorGiorgi Dalakishvili11-May-07 9:16 
GeneralRe: how to run commandLine that uses cmd.exe in C# Pin
pnpfriend11-May-07 9:50
pnpfriend11-May-07 9:50 
GeneralRe: how to run commandLine that uses cmd.exe in C# Pin
Giorgi Dalakishvili11-May-07 9:56
mentorGiorgi Dalakishvili11-May-07 9:56 
QuestionMath Question Pin
Mark0611-May-07 7:28
Mark0611-May-07 7:28 
AnswerRe: Math Question Pin
Miszou11-May-07 7:34
Miszou11-May-07 7:34 
GeneralRe: Math Question Pin
Mark0611-May-07 7:40
Mark0611-May-07 7:40 
AnswerRe: Math Question Pin
Kevin McFarlane11-May-07 12:08
Kevin McFarlane11-May-07 12:08 
AnswerRe: Math Question Pin
Kevin McFarlane11-May-07 12:20
Kevin McFarlane11-May-07 12:20 

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.