Click here to Skip to main content
15,885,141 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: spawning mmc to a particular server or hosting remote console in an application Pin
garaber30-Apr-13 13:04
garaber30-Apr-13 13:04 
QuestionCrystal Report Selection Formula Pin
Neeraj86624-Mar-13 20:30
Neeraj86624-Mar-13 20:30 
Questionc# Pin
K.Bharathidhasan1-Mar-13 2:03
K.Bharathidhasan1-Mar-13 2:03 
AnswerRe: c# Pin
NotPolitcallyCorrect1-Mar-13 3:00
NotPolitcallyCorrect1-Mar-13 3:00 
AnswerRe: c# Pin
Eddy Vluggen1-Mar-13 3:00
professionalEddy Vluggen1-Mar-13 3:00 
AnswerRe: c# Pin
Thomas Daniels3-Mar-13 6:17
mentorThomas Daniels3-Mar-13 6:17 
QuestionI want to store webservice method's XML output as string in C# Pin
Member 982628125-Feb-13 0:21
Member 982628125-Feb-13 0:21 
AnswerRe: I want to store webservice method's XML output as string in C# Pin
Eddy Vluggen25-Feb-13 8:20
professionalEddy Vluggen25-Feb-13 8:20 
C#
Logfile(ody.Reconfigure(1).ToString());

That would call the "ToString" method on a "Reconfigure" item, of the class called "OUT_Reconfigure".

Member 9826281 wrote:
But the actual XML output is:

 

<message>Reconfiguration completed successfully.

Implement a function in that class to return the "actual content". Might be that it's already implemented. Change the code to look like below;
C#
Logfile(ody.Reconfigure(1).);
Now remove the dot (the one on the far-right), and type it in again. Check the list; there should be a description popping up as you hover the items.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

AnswerRe: I want to store webservice method's XML output as string in C# Pin
jschell25-Feb-13 9:01
jschell25-Feb-13 9:01 
Question[VB.NET 2008] Compact Framework: how to start a single instance of an application Pin
steve_949661324-Feb-13 23:28
professionalsteve_949661324-Feb-13 23:28 
AnswerRe: [VB.NET 2008] Compact Framework: how to start a single instance of an application Pin
Eddy Vluggen25-Feb-13 8:10
professionalEddy Vluggen25-Feb-13 8:10 
GeneralRe: [VB.NET 2008] Compact Framework: how to start a single instance of an application Pin
steve_949661325-Feb-13 23:44
professionalsteve_949661325-Feb-13 23:44 
GeneralRe: [VB.NET 2008] Compact Framework: how to start a single instance of an application Pin
Eddy Vluggen26-Feb-13 0:33
professionalEddy Vluggen26-Feb-13 0:33 
QuestionEvent Handling between Threads Pin
AeroClassics19-Feb-13 11:37
professionalAeroClassics19-Feb-13 11:37 
AnswerRe: Event Handling between Threads Pin
Gerry Schmitz19-Feb-13 19:25
mveGerry Schmitz19-Feb-13 19:25 
GeneralRe: Event Handling between Threads Pin
AeroClassics20-Feb-13 4:45
professionalAeroClassics20-Feb-13 4:45 
QuestionWays of implenting IEnumerable in VB Pin
M-Badger19-Feb-13 11:10
M-Badger19-Feb-13 11:10 
AnswerRe: Ways of implenting IEnumerable in VB Pin
MicroVirus13-Mar-13 11:56
MicroVirus13-Mar-13 11:56 
GeneralRe: Ways of implenting IEnumerable in VB Pin
M-Badger13-Mar-13 21:44
M-Badger13-Mar-13 21:44 
Questionhow to manage exicution code Pin
nanhesab18-Feb-13 0:58
nanhesab18-Feb-13 0:58 
AnswerRe: how to manage exicution code Pin
Eddy Vluggen18-Feb-13 1:01
professionalEddy Vluggen18-Feb-13 1:01 
AnswerRe: how to manage exicution code Pin
Super Lloyd18-Feb-13 1:33
Super Lloyd18-Feb-13 1:33 
AnswerRe: how to manage exicution code Pin
Sandeep Mewara18-Feb-13 3:13
mveSandeep Mewara18-Feb-13 3:13 
Questionharvesting social images for bi concept image search Pin
krish888817-Feb-13 16:32
krish888817-Feb-13 16:32 
AnswerRe: harvesting social images for bi concept image search Pin
N a v a n e e t h17-Feb-13 17:13
N a v a n e e t h17-Feb-13 17:13 

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.