Search:

Type: Posts; User: Rune Hunter

Page 1 of 20 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    5,262

    That's what I thought. Well off to do it some...

    That's what I thought. Well off to do it some other way, thanks.
  2. Replies
    4
    Views
    5,262

    Calling function from another process

    I have injected a dll into a process and I have a seperate process, which is my program, that I want to call a function that is in the dll (which is now injected into a seperate process). I am very...
  3. Replies
    1
    Views
    1,465

    Alright I fixed it. Before I got to far into my...

    Alright I fixed it. Before I got to far into my other plan I was reading and found out about XmlAttributeOverrides. Well this does the trick along with a little reflection. What I did was "virtualy"...
  4. Replies
    1
    Views
    1,465

    XmlSerializer help

    I am using the XmlSerializer class to serialize a class that derives from Form. Currently I have a class that links to the properties in the derived class to serialize them because serializing the...
  5. well I had my hopes up but some type of singleton...

    well I had my hopes up but some type of singleton class will be fine I guess.
  6. Binding to static property of static class

    Can you data bind to a static property of a static class?
  7. Replies
    9
    Views
    10,593

    I can't seem to edit my posts but this problem...

    I can't seem to edit my posts but this problem has been resolved at the XNA Creator Clubs forum. In case anyone else ever comes across this problem I'll give a brief overview.

    Exact Problem:...
  8. Replies
    9
    Views
    10,593

    I know there supported, I'm using them. That...

    I know there supported, I'm using them. That doesn't appear to be the problem however, the problem is with how directx works with windows. I'm attempting to create a work around but not going so good.
  9. Replies
    9
    Views
    10,593

    Well now that I figured out that it works if the...

    Well now that I figured out that it works if the window is partialy off the screen, I figure something else is wrong.
  10. Replies
    9
    Views
    10,593

    It appears that everything works great if the...

    It appears that everything works great if the window is partialy off the screen! Refer to the picture attatched. It has to be completely off the screen (not just under the task bar). I have no clue...
  11. Replies
    9
    Views
    10,593

    Alright I think this image will better explain...

    Alright I think this image will better explain what I'm taking about. I guess that windows layers work for me but at the same time they don't. I am using C# and .net 2.0 but I am looking forward to a...
  12. Replies
    9
    Views
    10,593

    I did some more reasearch and came across a...

    I did some more reasearch and came across a method in the Graphics object in .net called CopyFromScreen. I'm not sure if it is possible, and from the looks of it it isn't, to use that method to...
  13. Replies
    9
    Views
    10,593

    Transparent Window without using Layers

    I want to make my window transparent without using the windows layering system. The reason for this is that I am using Managed DirectX to render stuff to a form and when I use layers to make my...
  14. Replies
    2
    Views
    9,441

    ahh ha there we go. Okay yea working with that...

    ahh ha there we go. Okay yea working with that helped a lot, thanks.
  15. Replies
    2
    Views
    9,441

    System.Timers.Timer problem

    I have a System.Timers.Timer setup like so:


    System.Timers.Timer timer = new System.Timers.Timer();

    timer.AutoReset = false;
    timer.Interval = frametime;
    timer.Elapsed += new...
  16. Replies
    3
    Views
    4,281

    Thanks for the suggestion Yarin but I'm sorry to...

    Thanks for the suggestion Yarin but I'm sorry to say it didn't work for my animated tiff file. I'm begining to think I may need a new approach to this.
  17. Replies
    3
    Views
    4,281

    Desktop Wallpaper - Animated Tiff

    I am working in C# and have the IActiveDesktop implanted and everything is working. But now I need to place an animated tiff file as the wallpaper. I know that that isn't possible so I am wondering...
  18. I have also looked into .net mono. Though my...

    I have also looked into .net mono. Though my program only half works with it, it requires no installation. So I think I have decided to use mono on the computers I can't install .net 2.0 on and than...
  19. Alright that's what I thought. Thanks.

    Alright that's what I thought. Thanks.
  20. Installing .net 2.0 without Admin account

    I hope this is the right place to post this.

    What I need to do is install .net 2.0 without an Administration account on windows xp. The reason it has to be installed this way is because it is a...
  21. Replies
    2
    Views
    1,846

    ahh ok didn't think of the tag idea there. I am...

    ahh ok didn't think of the tag idea there. I am currently using the HWND and it appears to work. Only thing that I can so go wrong there is if anouther peice of code removes the treenode, like...
  22. Replies
    14
    Views
    12,919

    well it is staying at 100% cpu usage until the...

    well it is staying at 100% cpu usage until the file is transfered. With my current setup I can get anywhere from 5000 to 23000 kb/sec. So what you guys are saying seems to be correct. I did put a...
  23. Replies
    2
    Views
    1,846

    uniquely identifying TreeNodes

    I need to be able to identify a TreeNode in a TreeView uniquely so that I can get the TreeNode only by knowing the unique value. I tried to use the TreeNode.Index property but that is only unique to...
  24. Replies
    14
    Views
    12,919

    Okay I tested on 2 different computers through...

    Okay I tested on 2 different computers through the internet. The CPU usage for both computers was 0%. I was not able to test on 2 computers through lan sence our other computer is currently broken...
  25. Replies
    14
    Views
    12,919

    send and recv are cpu intensive?

    I am using Sockets in C# and have gotten to the point where I want to send a file through the connection. I have the server send a file to the client by reading a chunk of the file and sending that...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4