Click here to Skip to main content
16,014,392 members
Home / Discussions / C#
   

C#

 
GeneralRe: c++ from c# Pin
picazo5-Jan-07 9:49
picazo5-Jan-07 9:49 
GeneralRe: c++ from c# Pin
Luc Pattyn5-Jan-07 10:13
sitebuilderLuc Pattyn5-Jan-07 10:13 
GeneralRe: c++ from c# Pin
Luc Pattyn5-Jan-07 10:36
sitebuilderLuc Pattyn5-Jan-07 10:36 
GeneralRe: c++ from c# Pin
Steve Hansen5-Jan-07 22:40
Steve Hansen5-Jan-07 22:40 
GeneralRe: c++ from c# Pin
Luc Pattyn6-Jan-07 3:49
sitebuilderLuc Pattyn6-Jan-07 3:49 
AnswerRe: c++ from c# Pin
Christian Graus5-Jan-07 9:46
protectorChristian Graus5-Jan-07 9:46 
QuestionTreeview and xml???????????? Pin
sajid.salim.khan5-Jan-07 8:41
sajid.salim.khan5-Jan-07 8:41 
AnswerRe: Treeview and xml???????????? Pin
Nader Elshehabi5-Jan-07 11:09
Nader Elshehabi5-Jan-07 11:09 
You have to refresh you TreeView manually by reloading the Xml file. One way to check if the Xml file has been modified is to get the hash code of file, last modified attribute, or store the size in bytes in a long. Then make a timer to check if the values has changed let's say every minute. If there are changes clear all the nodes and reload them again like you did in the load event.

RegardsRose | [Rose]

GeneralRe: Treeview and xml???????????? Pin
Stefan Troschuetz5-Jan-07 22:12
Stefan Troschuetz5-Jan-07 22:12 
GeneralRe: Treeview and xml???????????? Pin
Nader Elshehabi5-Jan-07 23:08
Nader Elshehabi5-Jan-07 23:08 
AnswerRe: Treeview and xml???????????? Pin
Larantz5-Jan-07 13:47
Larantz5-Jan-07 13:47 
AnswerRe: Treeview and xml???????????? Pin
Stefan Troschuetz5-Jan-07 22:14
Stefan Troschuetz5-Jan-07 22:14 
Questionhow do i Read an Excell file Pin
Iridania5-Jan-07 8:41
Iridania5-Jan-07 8:41 
AnswerRe: how do i Read an Excell file Pin
Christian Graus5-Jan-07 9:51
protectorChristian Graus5-Jan-07 9:51 
AnswerRe: how do i Read an Excell file Pin
MartyExodus5-Jan-07 18:14
MartyExodus5-Jan-07 18:14 
QuestionPreventing Form Focus Pin
kmuthuk5-Jan-07 8:11
kmuthuk5-Jan-07 8:11 
AnswerRe: Preventing Form Focus Pin
Luc Pattyn5-Jan-07 8:39
sitebuilderLuc Pattyn5-Jan-07 8:39 
GeneralRe: Preventing Form Focus Pin
kmuthuk5-Jan-07 12:02
kmuthuk5-Jan-07 12:02 
GeneralRe: Preventing Form Focus Pin
Luc Pattyn5-Jan-07 12:50
sitebuilderLuc Pattyn5-Jan-07 12:50 
GeneralRe: Preventing Form Focus Pin
kmuthuk10-Jan-07 3:25
kmuthuk10-Jan-07 3:25 
QuestionChar problem Pin
CodeItWell5-Jan-07 7:09
CodeItWell5-Jan-07 7:09 
AnswerRe: Char problem Pin
Ravi Bhavnani5-Jan-07 7:17
professionalRavi Bhavnani5-Jan-07 7:17 
GeneralRe: Char problem Pin
CodeItWell5-Jan-07 9:19
CodeItWell5-Jan-07 9:19 
GeneralRe: Char problem Pin
Ravi Bhavnani5-Jan-07 9:31
professionalRavi Bhavnani5-Jan-07 9:31 
GeneralRe: Char problem [modified] Pin
CodeItWell5-Jan-07 10:29
CodeItWell5-Jan-07 10:29 

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.