CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: tomercagan

Search: Search took 0.01 seconds.

  1. Re: Flashing DataGrid Cell - How to do it properly

    Happy to help
  2. Re: Flashing DataGrid Cell - How to do it properly

    OK.
    After spending a few more hours on this matter I've found a way of doing it using a style.

    In resources you define a style. The style must target TextBlock (I guess underlaying control in a...
  3. Flashing DataGrid Cell - How to do it properly

    Hi,

    I am developing an application that requires showing data in a datagrid and having a "flashing" animation when the value of a cell changes.

    My (business object) class implements the...
  4. Replies
    2
    Views
    861

    Re: Netowrk "Routing" Algorithm

    Hi Zachm,

    Thanks for the input!

    To your experience, by how much would the A* be fater the Dijkstra's? Would anyone be fast enough to search a few 1000s node's graph in a matter of seconds?
    ...
  5. Replies
    2
    Views
    861

    Netowrk "Routing" Algorithm

    Hi,

    I have a task at work relating finding the two shortest paths with enough capacity between two nodes in a network. The two paths can not contain the same nodes.

    The distance between...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured