Search:

Type: Posts; User: LMZ

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,249

    Net, http portable lib

    What I already found:
    1. Poco - cant compile under MinGW (I think too big to me)
    2. libCurl - cant compile under MSVC ("the ordinal 55" zlib.dll, unsolved in off. mail-listings)

    help me please...
  2. Replies
    2
    Views
    1,460

    Get files list from subdirs

    Hi all! I use WTL + winapi. I need to obtain a list of files from a specified directory, including files from all subdirectories. I wrote a function, but it doesn't work correcty...
    We start to...
  3. Replies
    15
    Views
    4,005

    try this:...

    try this: http://www.mozilla.org/projects/xpnet/#example_and_building
  4. Application(GUI) and sockets(other blocking things)

    Hello to all, I have a "general" question.
    I write a program that interacts with Internet (C++, WinApi (including GUI), Sockets).
    How I can interact sockets answers (connect, receive, etc) with my...
  5. Replies
    8
    Views
    2,181

    Well, I found a best way...... I made a photo of...

    Well, I found a best way...... I made a photo of my monitor....-\, it's better than nothing.
    New task, teacher allowed me to realize using graphics libraries, like OpenGL and others :)
  6. Replies
    8
    Views
    2,181

    We work in console just first year. Plus I learn...

    We work in console just first year. Plus I learn some new things (like OpenGL, win api and others) by myself!
  7. Replies
    8
    Views
    2,181

    I wrote that program not for myself but for my...

    I wrote that program not for myself but for my teacher. I study at the university, and at the first year we work in TurboC++_3.0 IDE, and I must made a program with graphics (using graphics.h) in...
  8. Replies
    8
    Views
    2,181

    Screenshot into console

    Hi, everybody! I'm sory for posting that topic in Windows Programming, but i didn't find where to post it...
    Well, my problem:
    I need to make a screenshot into my fullscreen console, where I use...
  9. Replies
    18
    Views
    4,426

    2 vart: Know I absolutely understood why I...

    2 vart:
    Know I absolutely understood why I shouldn't use main as void. Thank you so much!
  10. Replies
    18
    Views
    4,426

    well, finally it's clear for me! standard says...

    well, finally it's clear for me! standard says that - and i'll follow this rule!
  11. Replies
    18
    Views
    4,426

    I don't want to "work for me". I just try to...

    I don't want to "work for me". I just try to understand my own mystakes, and I think that this forum can help me. And, as you can see, I'm not stop to listen to you, I just give you some questions to...
  12. Replies
    18
    Views
    4,426

    why? if I wnat to use recursion from the main...

    why? if I wnat to use recursion from the main function?

    2 manutd:
    I have read the faq, reffered to type of main(), and i don't see a big difference between
    void main() and int main().
    Can you...
  13. Replies
    18
    Views
    4,426

    Ohh! Thank so much! I forgot about asterisk (*)!!...

    Ohh! Thank so much! I forgot about asterisk (*)!! Finally it works! Thanks!
  14. Replies
    18
    Views
    4,426

    ok. but if i want to see what contains my...

    ok. but if i want to see what contains my directory c:\ ?
    I try to find it even like that:

    hFile = FindFirstFile("c:", &lpfd);
    And it steel doesn't work...
  15. Replies
    18
    Views
    4,426

    it steel doesn't work... But! Smth. interesting...

    it steel doesn't work... But! Smth. interesting happened: even if I call FindFirstFile like this:

    hFile = FindFirstFile("c:\\", &lpfd);

    It can't find that directory!
  16. Replies
    18
    Views
    4,426

    Thx. Now it's clear. But new problem appeared.....

    Thx. Now it's clear. But new problem appeared.. After I obtain list of my drives, i try to obtain list of subdirectories. I use next code:


    char cPath[MAX_PATH];
    printf("\nEnter the path "); ...
  17. Replies
    18
    Views
    4,426

    Ok. And if I want, for example, to show all of my...

    Ok. And if I want, for example, to show all of my logical drives, how can I do this? I mean that I don't want simply write smth like that:


    for(int i=0; i<an_int_value; i++)
    printf("%c",...
  18. Replies
    18
    Views
    4,426

    GetLogicalDriveStrings() problem

    I have a simple program:


    #include <windows.h>
    #include <stdio.h>

    void main()
    {
    char cmd[50];
    GetLogicalDriveStrings(50, cmd);
  19. Replies
    1
    Views
    2,073

    QT 4 and MSVC 6.0. Need help/

    Hi 2 all! I have some problems with QT! I have download qt 4.1.2. In the folder lib there are no .lib files. I think I must compile QT-library, but I have no idea how to do that! Maybe someone has...
  20. Replies
    3
    Views
    1,321

    it stil doesn't work. i add to my dll two...

    it stil doesn't work. i add to my dll two functions which set and unset the hooks. i call it from the main program (this functions are imported from dll). the problem doesn't disappear!
  21. Replies
    3
    Views
    1,321

    Problems with global hook! HELP!

    Hi 2 all!
    I have a problem with hooks! I wrote a function in my dll, wich i call from the main program. Here is the text of my dll and the main code:

    dll:

    #include <windows.h>

    ...
  22. Thread: Custom ListBox

    by LMZ
    Replies
    1
    Views
    2,118

    Custom ListBox

    How I can create custom listbox, like Add/Remove Programs in Control Panel, Windows.

    ListBox Contain in every element picture, button, small description.
  23. Replies
    2
    Views
    2,208

    using System; using System.Diagnostics; using...

    using System;
    using System.Diagnostics;
    using System.ComponentModel;

    namespace MyProcessSample
    {
    /// <summary>
    /// Shell for the sample.
    /// </summary>
    public class MyProcess
  24. Thread: With what to draw?

    by LMZ
    Replies
    0
    Views
    1,106

    With what to draw?

    With what to draw in the C#:
    GDI+ or DirectX || OpenGL

    where is more usable to draw???
  25. Replies
    4
    Views
    1,257

    I think i found: Form.Events.AddHandler(), but I...

    I think i found: Form.Events.AddHandler(), but I still want to found a few examples how to use it.
Results 1 to 25 of 35
Page 1 of 2 1 2