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

Search:

Type: Posts; User: Pocoya

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Replies
    10
    Views
    1,497

    Re: A Whatever Thread!

    I died three years ago, resurection is impossible. Don't you ever propose any conditional terms, do you ?
  2. Replies
    3
    Views
    911

    Re: all connecting local ip addresses

    Thank you for your reply,
    I didn't try it in Windows's console application. I 've been looking for a class or functions if available in MFC to do similar tasks.
  3. Replies
    3
    Views
    911

    all connecting local ip addresses

    Hi,:wave:

    I am new to AD and networking,

    I'd like to get all online clients'IP addresses (that be e.g \\192.168.1.xxx\Client1, \\192.168.1.xxx\Client2, \\192.168.1.xxx\Client3 , etc)

    My...
  4. Thread: Lagyy network

    by Pocoya
    Replies
    5
    Views
    2,226

    Re: Lagyy network

    You should first check your connection speed (google for an online engine)
    What game is it ? I like games too. :)
  5. Replies
    63
    Views
    9,721

    Re: For the Animal lovers out there.. (Serious)

    we used to have a small dog in Japan, and we cried a lot then after it was stolen.
    I left a cell phone at the subway station and it was still there after some hours later. I realize years ago, they...
  6. Replies
    4
    Views
    1,514

    Re: UAC My first days with C#

    Thank you,
    I only copy and paste a code snip on the net into my Console to loop through my Cdrive's directories to display all files, but I am reported as unable to access some folder without an...
  7. Replies
    16
    Views
    1,511

    Re: memory errors with std::map

    Hello, how do you define "starters" ? I'm embarassed, I'm a starter of C++, and also learned use of references and pointers in basics C++, could you give an example of the difference you stated ?
  8. Thread: Full screen

    by Pocoya
    Replies
    0
    Views
    822

    Full screen

    Is there a software tool that can house my game application which, once run, always consumes the whole screen ? My monitor screen is wide and I would like to play the game just on half of it inside...
  9. Replies
    3
    Views
    540

    Easyquestion about array

    How many elements of an array can I define?
    Thank you:)
  10. Replies
    3
    Views
    956

    Re: Checking for no return data on query call

    if there is no data returned, it might be lost after casting
  11. Replies
    1
    Views
    694

    Copy large folder

    In windows, when we copy large folders, a dialog with copy animation movie is often displayed, I'd like to know if there is a way to hide that dialog no matter how big the files I am copying are ? :)...
  12. Replies
    3
    Views
    794

    Re: Display a Messagebox

    By the way, I would like to do this in Vista
  13. Replies
    3
    Views
    794

    Display a Messagebox

    Hello,
    I'd like to display a messagebox when my computer logon screen is displayed.

    Thanks
  14. Replies
    2
    Views
    609

    Re: Trees as Linked Lists

    Unless you make an actual, mutual interaction between nodes, you won't be able to build anything on your own; No one is helping you except you
  15. Thread: Hex To Dec

    by Pocoya
    Replies
    3
    Views
    2,638

    Re: Hex To Dec

    Jimmy gabas you can't loop ?
  16. Thread: No IID_

    by Pocoya
    Replies
    2
    Views
    617

    Re: No IID_

    as It is not listed in msdn, I mean it also doesn't appear in any header file
  17. Thread: No IID_

    by Pocoya
    Replies
    2
    Views
    617

    No IID_

    I borrow ahmd's code to make a question about CLSID_ShellLink
    The steps I started to learn about COM are done as above
    COInittialise->CoCreate->QueryInterface etc
    There are interfaces that have...
  18. Replies
    8
    Views
    1,393

    Re: Coincidence in life

    Why they exist is really a myth :lol:
  19. Replies
    5
    Views
    1,096

    Re: read xml from link

    http://support.microsoft.com/kb/246230
  20. Thread: Dialog frame

    by Pocoya
    Replies
    1
    Views
    754

    Dialog frame

    Hello,

    How can I preserve the dialog frame after I change its shape ?


    TIA
  21. Replies
    5
    Views
    1,096

    Re: read xml from link

    XML is actually a tree
  22. Replies
    12
    Views
    1,294

    Re: Construction issue

    You don't have constructor for Mesh, your number of mesh's is also doubtful for its zeroed value being assigned by the compiler. Constructor as its name says is meant to do something simple, inline...
  23. Replies
    1
    Views
    2,107

    Pretranslate message and winproc

    what are common for pretranslatemessage and winproc functions and how are they different ?

    Thank you
  24. Replies
    24
    Views
    6,595

    Re: Will this code work?

    Hello, ade buddy :wave:

    As the minimal totalcharge is 16.67, formula to calculate totalcharge should come first before the conditional check against the minimum value. Other than that, your...
  25. Replies
    14
    Views
    5,456

    Re: CFormView inside a dialog?

    You can use CStatic controls like text label or picture to hold the dll's contents
    What content is it ?
Results 1 to 25 of 36
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured