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

Search:

Type: Posts; User: CodeNeos

Search: Search took 0.03 seconds.

  1. Replies
    9
    Views
    8,315

    Re: Refresh label (windows forms)

    Ok i see... But i am really lost at the invoke part....

    Could anyoen post a sample (C#) about how to use the invoke?
  2. Replies
    4
    Views
    3,836

    Re: PHP md5_file in C#...

    No, it still generates a different hash then the md5_file() function in PHP... I think ot problem is how files get read in PHP and in C#
  3. Replies
    4
    Views
    3,836

    Re: PHP md5_file in C#...

    Thanks, i'll try it :)
  4. Replies
    4
    Views
    3,836

    PHP md5_file in C#...

    I am creating an XML file that is parsed by my C# application, it also contains MD5 hashes from files... I want to check these hashes in C#.

    But no C# md5 functions seem to be compatible with the...
  5. Replies
    9
    Views
    8,315

    Re: Refresh label (windows forms)

    I got it working... But i am using show() instead of showdialog() now...

    Altough i would liek to use a methode that is compatible with showdialog... But i am not sure waht you mean by getting in...
  6. Replies
    9
    Views
    8,315

    Re: Refresh label (windows forms)

    Isn't it possible modify the variables and redraw the form? The form needs to be changed a few times, as the progress bar also needs to be updated...
  7. Replies
    9
    Views
    8,315

    Re: Refresh label (windows forms)

    Sorry to post a *bump*, but I really can't figure out how to get this to work...
  8. Replies
    9
    Views
    8,315

    Refresh label (windows forms)

    I am new to the dot net framework and currently trying to develop an application in it. My problem is that this application download several files decompress them...

    But I want to show the user...
  9. Replies
    14
    Views
    60,966

    Re: World of Warcraft Project

    First of all, I know my facts well! I know all the emulators that are being developed and have been in the community for a long time (gotwow). I know the blizzhackers.ws, but I don't like the site!
    ...
  10. Replies
    14
    Views
    60,966

    Re: World of Warcraft Project

    I has been a while since i posted here, but we are still looking for Good C++ +programmers. Currently we have integrated a Perl scripting support and got quest working for 70%. 1.8.x support was...
  11. Thread: PHP and C++

    by CodeNeos
    Replies
    2
    Views
    4,260

    Re: PHP and C++

    It is not like a web application, it is a real server. Using SOAP is to slow probably, we need to include full php support in the server (the server needs to load the php5.dll or php4.dll file and be...
  12. Thread: PHP and C++

    by CodeNeos
    Replies
    2
    Views
    4,260

    PHP and C++

    We are currently programming a game server, it has several commands then can be sent to it but we want people to be able to decided what happens when the server receives a certain opcode.

    To...
  13. Replies
    14
    Views
    60,966

    Re: World of Warcraft Project

    Ok, sorry for the typo. But you know what i mean!

    Even if wowd is still being developed by the ORIGINAL developers, which I highly doubt, then it still isn't a crime to also develop the server....
  14. Replies
    14
    Views
    60,966

    World of Warcraft Project still needs devs!

    We are still looking for members! If anyone has some c++ and wow gaming experience please contact me trough Mail! (not PM)

    We have made some progress on the development and also have resources...
  15. Replies
    5
    Views
    876

    Re: Variables not working

    thanks it works correctly now. I will keep this in mind for the next time i ecounter such a problem.
  16. Replies
    5
    Views
    876

    Re: Variables not working

    Using ' or no ' makes no difference.

    I also tough the same thing about converting the int to char but i don't have a clue how to do that.

    something like:

    std::stringstream acc;
    acc <<...
  17. Replies
    5
    Views
    876

    Variables not working

    Why is my function not working correctly?


    int AuthSocket::CountChar(uint8 account, uint8 realm)
    {
    std::stringstream query;
    query << "SELECT count(*) AS `count` FROM `characters` WHERE...
  18. Thread: PHP to C++

    by CodeNeos
    Replies
    2
    Views
    665

    Re: PHP to C++

    The lib is include in the source packages of mysql isn't it? But how would i start then?

    As you can see I also needed to include the mysql lib's in the script first because it doesn't load seem to...
  19. Thread: PHP to C++

    by CodeNeos
    Replies
    2
    Views
    665

    PHP to C++

    Because i am a real bad c++ coder, but have years of experience on php, i code all my scripts in php. But recently i decided to build an console script, first I tried some things with c++, but that...
  20. Replies
    14
    Views
    60,966

    Re: World of Warcraft Project

    Emailing and private messaging has been enabled, anyone that is interested please contact me.
  21. Replies
    14
    Views
    60,966

    World of Warcraft Project

    Introduction

    There are not many active world of warcraft server emulator's, and even less are opensource and thus free of charge. The three active players at the moment are WoWWoW, ludmilla and...
Results 1 to 21 of 21





Click Here to Expand Forum to Full Width

Featured