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

C#

 
QuestionDatabinding to a textbox (Urgent) Pin
Saira Tanwir29-Nov-06 3:51
Saira Tanwir29-Nov-06 3:51 
AnswerRe: Databinding to a textbox (Urgent) Pin
Eduard Keilholz29-Nov-06 4:10
Eduard Keilholz29-Nov-06 4:10 
GeneralRe: Databinding to a textbox (Urgent) Pin
Saira Tanwir29-Nov-06 4:22
Saira Tanwir29-Nov-06 4:22 
QuestionMy app works on the PC but not on the Smart Device - I'm desperate! Pin
Dewald29-Nov-06 3:49
Dewald29-Nov-06 3:49 
QuestionListView [Details View] Pin
h@s@n29-Nov-06 3:40
h@s@n29-Nov-06 3:40 
AnswerRe: ListView [Details View] Pin
dead_link29-Nov-06 6:50
dead_link29-Nov-06 6:50 
QuestionDisplaying Certain Folders & Subs in Treeview Pin
loneferret29-Nov-06 3:18
loneferret29-Nov-06 3:18 
AnswerRe: Displaying Certain Folders & Subs in Treeview Pin
Scott Dorman29-Nov-06 3:56
professionalScott Dorman29-Nov-06 3:56 
If your search algorithm returns the fully qualified path to the MP3 file, you can use Path.GetDirectoryName(string) to return the directory information for the file. From that you can build your tree structure. You might need to split the string on the "\" character depending on how you want the tree to look.

If the search doesn't already return the fully qualified path, you may need to use Path.GetFullPath(string), which will return the fully qualified path based on the current directory.

-----------------------------
In just two days, tomorrow will be yesterday.

GeneralRe: Displaying Certain Folders & Subs in Treeview Pin
loneferret29-Nov-06 7:28
loneferret29-Nov-06 7:28 
GeneralRe: Displaying Certain Folders & Subs in Treeview Pin
Scott Dorman29-Nov-06 8:06
professionalScott Dorman29-Nov-06 8:06 
QuestionHow to Create a Text Log file in C#... Pin
IamHuM29-Nov-06 3:06
IamHuM29-Nov-06 3:06 
AnswerRe: How to Create a Text Log file in C#... Pin
Ravi Bhavnani29-Nov-06 5:02
professionalRavi Bhavnani29-Nov-06 5:02 
QuestionText View of Xml Document Pin
h@s@n29-Nov-06 2:27
h@s@n29-Nov-06 2:27 
AnswerRe: Text View of Xml Document Pin
loneferret29-Nov-06 2:32
loneferret29-Nov-06 2:32 
GeneralRe: Text View of Xml Document Pin
h@s@n29-Nov-06 3:11
h@s@n29-Nov-06 3:11 
GeneralRe: Text View of Xml Document Pin
ednrgc29-Nov-06 3:14
ednrgc29-Nov-06 3:14 
GeneralRe: Text View of Xml Document Pin
h@s@n29-Nov-06 3:22
h@s@n29-Nov-06 3:22 
GeneralRe: Text View of Xml Document Pin
loneferret29-Nov-06 3:22
loneferret29-Nov-06 3:22 
GeneralRe: Text View of Xml Document Pin
h@s@n29-Nov-06 3:31
h@s@n29-Nov-06 3:31 
QuestionFull path of mapped directory Pin
Azghar Hussain29-Nov-06 2:20
professionalAzghar Hussain29-Nov-06 2:20 
AnswerRe: Full path of mapped directory Pin
Dave Kreskowiak29-Nov-06 9:18
mveDave Kreskowiak29-Nov-06 9:18 
GeneralRe: Full path of mapped directory Pin
Matt Gerrans29-Nov-06 9:24
Matt Gerrans29-Nov-06 9:24 
GeneralRe: Full path of mapped directory Pin
Dave Kreskowiak29-Nov-06 11:53
mveDave Kreskowiak29-Nov-06 11:53 
GeneralRe: Full path of mapped directory Pin
Azghar Hussain6-Dec-06 1:43
professionalAzghar Hussain6-Dec-06 1:43 
QuestionPrinting without user input... Pin
Support12329-Nov-06 2:16
Support12329-Nov-06 2:16 

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.