Click here to Skip to main content
15,889,808 members
Home / Discussions / C#
   

C#

 
GeneralRe: Problem in Threading Pin
Dave Kreskowiak18-Apr-05 17:29
mveDave Kreskowiak18-Apr-05 17:29 
GeneralStrange Error: adding custom control from toolbar Pin
AnneThorne18-Apr-05 13:41
AnneThorne18-Apr-05 13:41 
GeneralRe: Strange Error: adding custom control from toolbar Pin
leppie18-Apr-05 22:41
leppie18-Apr-05 22:41 
GeneralRe: Strange Error: adding custom control from toolbar Pin
AnneThorne19-Apr-05 5:03
AnneThorne19-Apr-05 5:03 
GeneralRe: Strange Error: adding custom control from toolbar Pin
AnneThorne19-Apr-05 8:39
AnneThorne19-Apr-05 8:39 
Generalconnecting to webservice server Pin
Johny Ng18-Apr-05 12:16
Johny Ng18-Apr-05 12:16 
GeneralRe: connecting to webservice server Pin
S. Senthil Kumar18-Apr-05 19:16
S. Senthil Kumar18-Apr-05 19:16 
Generale-mail Client problems Pin
SherKar18-Apr-05 12:11
SherKar18-Apr-05 12:11 
hi,
i Face 2 problems :
1- when i try to connect through my e-mail client it permits some mails to connect either don't i donno why ?
2-
string type = mailBoxNode.SelectSingleNode"descendant::hm:special",context).InnerText;				<br />
string nameUrl = mailBoxNode.SelectSingleNode"descendant::D:href",context).InnerText;<br />
int visibleCount = Int32.Parse(mailBoxNode.SelectSingleNode("descendant::D:visiblecount",context).InnerText);<br />
int unreadCount = Int32.Parse(mailBoxNode.SelectSingleNode("descendant::hm:unreadcount",context).InnerText);


i use this code to get the data about my folders but i need the data of the mails it self i donno what to write for the xpath
can any help me please
thanks in advance
QuestionBest way to structure data for a form?? Pin
OnlyTaz18-Apr-05 11:23
OnlyTaz18-Apr-05 11:23 
AnswerRe: Best way to structure data for a form?? Pin
Christian Graus18-Apr-05 17:06
protectorChristian Graus18-Apr-05 17:06 
GeneralRe: Best way to structure data for a form?? Pin
OnlyTaz18-Apr-05 18:11
OnlyTaz18-Apr-05 18:11 
GeneralRe: Best way to structure data for a form?? Pin
Christian Graus18-Apr-05 18:16
protectorChristian Graus18-Apr-05 18:16 
GeneralC# win service Pin
18-Apr-05 10:56
suss18-Apr-05 10:56 
GeneralRe: C# win service Pin
Dave Kreskowiak18-Apr-05 14:47
mveDave Kreskowiak18-Apr-05 14:47 
GeneralRe: C# win service Pin
Member 67625519-Apr-05 10:33
Member 67625519-Apr-05 10:33 
GeneralRe: C# win service Pin
Dave Kreskowiak19-Apr-05 15:22
mveDave Kreskowiak19-Apr-05 15:22 
GeneralRe: C# win service Pin
Member 67625520-Apr-05 5:57
Member 67625520-Apr-05 5:57 
GeneralPerformance Counter Instances help Pin
grif18-Apr-05 10:21
grif18-Apr-05 10:21 
GeneralDesigning Class Library with Namespaces Pin
Seraphin18-Apr-05 8:47
Seraphin18-Apr-05 8:47 
GeneralRe: Designing Class Library with Namespaces Pin
Alex Korchemniy18-Apr-05 9:08
Alex Korchemniy18-Apr-05 9:08 
GeneralImport of CSV via ODBC issue Pin
RB@Emphasys18-Apr-05 8:42
RB@Emphasys18-Apr-05 8:42 
GeneralDeleting a line from a text file Pin
Member 75626018-Apr-05 8:34
Member 75626018-Apr-05 8:34 
GeneralRe: Deleting a line from a text file Pin
Luis Alonso Ramos18-Apr-05 8:46
Luis Alonso Ramos18-Apr-05 8:46 
GeneralProblem DLLImport and events Pin
thaukko18-Apr-05 5:01
thaukko18-Apr-05 5:01 
GeneralRestarting a service Pin
Mauricio Ritter18-Apr-05 4:38
Mauricio Ritter18-Apr-05 4:38 

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.