Click here to Skip to main content
15,791,806 members

Comments by nltd (Top 27 by date)

nltd 15-Oct-16 2:42am View    
Thank Foothill so much for your solution. :)
I tried your solution and i could display color of cell. But i cant update refresh when change during running.
private void btn_stop_Click(object sender, RoutedEventArgs e)
{
add_data();
}
I need click second, datagrid changes color cell.
Can you have a solution for me? Thank you so much!
Regards,
NLTD
nltd 23-Jun-16 2:41am View    
Thank you Richard! I created windowsformshost and used datagridview of windows form :(. although I also thank you so much. I will try the solution of you later. :D .
Best wishes,
Duong
nltd 15-Jun-16 22:23pm View    
Hello Richard, thank you so much for your solution.
I have recently used wpf, so i dont understand clearly. Now i only use xaml to design, then i process by code.
Can you explain more about how your doing it?
What the way different to me can use code? because i want to change cell of datagirdview follow timer.
Thank you again.
Best wishes,
Duong
nltd 28-Apr-16 0:43am View    
Hello Everybody,
I am doing a project, which need too display a file dxf. And i downloaded a project of Danilo Corallo and it is vr useful, interesting. But i want to get and display color origin of file dxf. Can i? Thank you so much.
nltd 4-Apr-16 3:37am View    
yes, i am sr i have just edited and taged again.
I used windows media:
WndMPlayer.URL = "";
WndMPlayer.Ctlcontrols.play();
That url is my trouble. When i have url, example: "http://mp3.zing.vn/bai-hat/Say-Something-A-Great-Big-World-Christina-Aguilera/ZW68FAE8.html". as in my question, I need to show the xml to find the audio file path. Then i play file audio. This is a bad way :(.