Search:

Type: Posts; User: Edin

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    3,604

    MFC: Using CListCtrl as a Check List?

    Hi.

    I am revising on the basics of MFC and in this program I would like to have some sort of "checklist".

    The "checklist" will have multiple columns of data and based on previous inputs, the...
  2. No "void main(int argc, char *argv[])" for Visual Studio C++ 6.0?

    Hi.

    I am making a simple console program that takes in command line arguement using Visual Studio C++ 6.0.

    In Turbo C++ 3.0, I can use "void main(int argc, char *argv[])" to takes in arguement,...
  3. Replies
    3
    Views
    3,190

    Downloading a webpage onto the disk?

    Hi.

    I would like to make a program that will be able to download a webpage, save it the the harddisk and then the program will interpret the file and alerts me if neccessary.

    For example, it...
  4. Thread: Cookies!

    by Edin
    Replies
    2
    Views
    1,553

    Cookies!

    Hi.

    Do anybody knows how the cookies in Windows Internet Explorer works?

    I am trying to make a program that will help me log in / log out of my frequent websites at a click of the button.

    I...
  5. gotoxy(int x, int y) and clrsrcn(int backolor, forecolor) for Visual Studio C++ 6.0?

    Hi.

    I am making a simple console program. (Is console what I call those run in "DOS" type program?)

    May I know for Visual Studio C++ 6.0, what is the equivalent functions for:
    gotoxy(int x,...
  6. Replies
    2
    Views
    1,743

    Need some learning resources.

    Greetings.

    I am a beginner in programming.,I have been doing C programming in "DOS". I have done a few simple programs using MFC with a guidance of a tutorial, however I find it very difficult to...
  7. Replies
    3
    Views
    75,308

    delay(int milliseconds) in Visual C++?

    Hi.

    What functions are there in Visual C++ which is similar to delay(int milliseconds) of Turbo C++?

    I am making a simple DOS EXE using Visual C++ and needs to delay/wait for a few seconds...
Results 1 to 7 of 7