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

Search:

Type: Posts; User: WriterOfCode

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    691

    Sorting some XML in C#

    I'm trying to sort some XML in C# that looks like this:

    <?xml version="1.0" encoding="UTF-8"?>
    <websites>
    <site language="Spanish" name="Excélsior"...
  2. Replies
    1
    Views
    810

    VS 2010 debugger broke

    No effectual changes to code, and yet it broke. It's all CLR though so I'm supposing the fact that it's C# is irrelevant. Are there dependencies or something I need to fix? I didn't even mess with...
  3. Unable to change background image for controls

    I'm unable to change the BackgroundImage property of any of my windows form controls. Is there something I need to do after I change the BackgroundImage?

    Example:
    <code>
    public void...
  4. Replies
    4
    Views
    6,364

    Re: Ping dll for game

    Thanks for the responses. Piggybacking off the normal traffic seems to make since. I wondered if ICMP would really be used in such a situation, but now that doesn't seem likely.
  5. Replies
    4
    Views
    6,364

    Ping dll for game

    I'm trying to create a dll for another application that I didn't build that only accepts unmanaged C/C++ dlls. This is for hooking into a game and pinging clients that connect to the game (the...
  6. Replies
    0
    Views
    1,898

    CreateMDIWindow()

    I'm having a hard time understanding how to call CreateMDIWindow from C#.
    Here's what I have so far:

    [DllImport("user32.dll")]
    static extern IntPtr CreateMDIWindow(string lpClassName,...
  7. Replies
    2
    Views
    818

    global map not expanding

    I've posted this in 3 other forums over the last week but haven't recieved any answers. Basically, I need to know why a global map doesn't expand when added to.

    Here's my previous post at...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured