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

Search:

Type: Posts; User: Cadi2108

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    1,853

    DLL problem: "Badimageformatexception"

    I am trying to use any DLL in Windows 7 64 bit version. It give me exception "BadImageFormatException was unhandled". The same .dll works fine with Windows XP. The .dll was written in ASM and built...
  2. Replies
    4
    Views
    5,365

    Re: Application like Visio

    Why WPF? Is it here better/easier?
  3. Replies
    4
    Views
    5,365

    Re: Application like Visio

    It should be basic application, for 2-3 shapes. I need at least put this shapes and move it. Exactly i have to implementation petri net simulator.

    =============
    Edit:

    I have:...
  4. Replies
    4
    Views
    5,365

    Application like Visio

    Hi!

    I want to write in C# application like Visio - adding shapes with one click, moving, rorating, resize, deleting... and I need to do connections between shapes and magament it. I'm researching...
  5. Replies
    4
    Views
    921

    Re: The name for tree

    Thx :)

    I think it is full n-ary tree with height = n :)

    Best regards!
  6. Replies
    4
    Views
    921

    Re: The name for tree

    [code]
    |
    |
    ==========================================
    | | |
    | ...
  7. Replies
    4
    Views
    921

    The name for tree

    Hi!

    I need to know, what is the name of tree, like in example, for n = 3, the deepth is 3 and in every branch there are 3 branchs:

    |
    ...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured