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

Search:

Type: Posts; User: wutang001

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    387

    Re: TcpClient disposing

    Bump!
  2. Replies
    1
    Views
    387

    TcpClient disposing

    Hi.
    I'm making a server/client project where a client can connect to my server and be able to chat and stuff.

    I seem to be having trouble with something that confuses me. If I connect my client...
  3. Replies
    7
    Views
    439

    Re: [Help] With

    Thanks! Do I still declare Users as a new list in the Group function?
  4. Replies
    7
    Views
    439

    Re: [Help] With

    Ok, I will clear everything up now.

    I have a TCP server that allows clients to connect and chat. I want a user (Specified in the User.cs Class) to create a group, then be able to invite other...
  5. Replies
    7
    Views
    439

    Re: [Help] With

    Thanks for your help. The party.mUsers.Count(); was a type, it's supposed to be group.Users.Count();. I do take the other parts into consideration, like you said, checking to see if the user is...
  6. Replies
    7
    Views
    439

    Re: [Help] With

    Sorry to be a spoonfeeder but how do I prevent that from happening?
  7. Replies
    7
    Views
    439

    [Help] With

    Hi
    to briefly explain what I'm trying to do, is the following:
    1 user creates a group, and the 2nd joins the specified group.

    My problem is that the Count is off, I'm doing something wrong...
  8. Replies
    2
    Views
    306

    Re: Comparing Time in C# and MySQL

    Thank you! I ended up comparing DateTime.Now and the date from the database (+24 hours)
  9. Replies
    2
    Views
    306

    Comparing Time in C# and MySQL

    Hello everyone
    I'm writing something for fun using both C# and MySQL.

    To make things short I want to check if a certain user registered more than 24 hours ago.

    I have made a collumn in my...
  10. Replies
    2
    Views
    216

    Re: Finding certain tables in MySQL

    Thank you!!
  11. Replies
    2
    Views
    216

    Finding certain tables in MySQL

    hello everyone.

    I am trying to create a function by finding a "Characters" ID using a string.

    So here is the basic concept, the user enters the name of the Character (a string), and the...
  12. Replies
    18
    Views
    1,425

    Re: Different option for Thread.Sleep?

    Thanks! that worked just fine!
  13. Replies
    18
    Views
    1,425

    Re: Different option for Thread.Sleep?

    29622

    Here you go, I really appreciate the help.
  14. Replies
    18
    Views
    1,425

    Re: Different option for Thread.Sleep?

    This is the sample

    http://www.sendspace.com/file/h38g1i
  15. Replies
    18
    Views
    1,425

    Re: Different option for Thread.Sleep?

    This is what I got right now.
  16. Replies
    18
    Views
    1,425

    Re: Different option for Thread.Sleep?

    I'm sorry I dont understand what you mean.

    What do I have to do here?
  17. Replies
    18
    Views
    1,425

    Re: Different option for Thread.Sleep?

    Excuse me while I am very new to C#.

    This is what I've done;


    Timer t = new Timer(ComputeBoundOp, 5, 0, 2000);
    //Console.WriteLine("Main thread: Doing other work...
  18. Replies
    18
    Views
    1,425

    Re: Different option for Thread.Sleep?

    I appreciate the help but this still uses Thread.Sleep. I've already googled many times without any result. The timers I was talking about are the ones you import from System.Timers;
  19. Replies
    18
    Views
    1,425

    Re: Different option for Thread.Sleep?

    Thank you for the help so far but wouldn't threading a single thread be really uneffecient instead of using a timer function? That's what I need help with, I don't understand how to use timers. for...
  20. Replies
    18
    Views
    1,425

    Re: Different option for Thread.Sleep?

    Sorry, BackGroundWorker is for forms, correct me if I'm wrong. I'm using Console, is there a way to do it that way?
  21. Replies
    18
    Views
    1,425

    Different option for Thread.Sleep?

    Well here is my situation. One of my functions has to wait 3 seconds before switching to the next piece of code;


    foreach (int restart in md.Restart) {
    Data.Restart(true);
    ...
  22. Replies
    6
    Views
    579

    Re: Changing GUI to Console

    Thank you! will try tommorow!
  23. Replies
    6
    Views
    579

    Re: Changing GUI to Console

    It still will not run. I get a message saying "Program1.exe" has stopped working.
  24. Replies
    6
    Views
    579

    Changing GUI to Console

    Hey everyone
    I'm sort of a newbie with C# and I have downloaded a server-sided game source that uses GUI's. Personally I don't think GUI's are suitable at all for a game server so I wanted to change...
Results 1 to 24 of 24



HTML5 Development Center

Click Here to Expand Forum to Full Width