I know how to do it m开发者_StackOverflow中文版anually (by looking at the hex dump). How can I obtain the same automatically? Do I have to use the APIs? I have both wireshark and Microsoft network mon
How do I get the selected item in a WPF datagrid?Tried the following, with no luck; dataGrid1.CurrentCell.Item.ToString();