Click here to Skip to main content
15,897,891 members

Comments by Filipe Marques (Top 58 by date)

Filipe Marques 18-Feb-16 19:27pm View    
Hi anOther1, thanks for your help. I don't know if I was clear in my question but the checkbox that I refer was the checkboxes of the listview by setting 'CheckBoxes' property to true. Meanwhile, I figure out a solution for my problem that I posted here. Thanks any way. King regards, Filipe Marques
Filipe Marques 14-Jan-15 13:17pm View    
Hi, take a look at this: http://stackoverflow.com/questions/238002/replace-line-breaks-in-a-string-c-sharp Best regards, Filipe Marques
Filipe Marques 8-Jan-15 3:59am View    
Hahaha I knew it that was a very difficult error :D Yes, I understand why. I have always been concerned about return a reference but never pay attention to the function arguments. Thanks a lot Sergey :) Best regards, Filipe Marques
Filipe Marques 15-Dec-14 3:54am View    
Hi Jan, thanks for help. Yeah, yesterday I figure out how achieve that (I do not know how - as I said before, I am a newbie in this area hehe). It was a long weekend :) . And thanks for the tip, that we should not set properties on he treeview. To me, the xaml part is a kind of magic yet. Best regards, Filipe Marques
Filipe Marques 14-Dec-14 9:48am View    
My problem is to prevent the selected item been show in the combobox. I spend all night long to figure out a solution and what I did was to create a user control with a Textbox and a Combobox (only the arrow button is visible). I do not know if is the best solution, but it works :D In the solution area, I show the code that I wrote. Best Regards, Filipe Marques