Search:

Type: Posts; User: skywing

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    2,983

    How to put a pixel on the Form ?

    Hi all, is there a function in C# that is equivalent to the PutPixel function in VC++ 6.0 ? Please help !!
  2. Replies
    4
    Views
    5,559

    How to make a right-click menu ?

    Hi, I'm making a small program with VC++ 6.0. My program needs a right-click menu and I don't know how to do it. Please help me !
  3. Replies
    18
    Views
    15,713

    My God ! It works , it works ! I don't know...

    My God ! It works , it works !

    I don't know why but it works. What a day !

    Thanks a lot guys !
  4. Replies
    18
    Views
    15,713

    Yeah, I've read the MSDN January 2004. If only...

    Yeah, I've read the MSDN January 2004. If only they had a small example :(
    There is only one funtion in my program to response the WM_BNCLICKED event


    UpdateData(true);...
  5. Replies
    18
    Views
    15,713

    By the way, I've tried to call this function in...

    By the way, I've tried to call this function in VB and it works well. But when I call it in VC++ 6.0, it crashes.
  6. Replies
    18
    Views
    15,713

    OK, assume that I have a file like this I...

    OK, assume that I have a file like this


    I have to read the information in this file and make a slideshow (like PowerPoint) in which each slide has a header, a footer and some text. I think this...
  7. Replies
    18
    Views
    15,713

    Are there any examples of using this function ?

    Are there any examples of using this function ?
  8. Replies
    18
    Views
    15,713

    Before the function call , I used a MessageBox to...

    Before the function call , I used a MessageBox to show the strings in the three inputs and they were right.

    I think the problem may be the size of the buffer to which my pResult points. 255 may...
  9. Replies
    18
    Views
    15,713

    When the section name and the key name doesn't...

    When the section name and the key name doesn't exist, the third parameter will be the returned value. I'm afraid that this is not the problem.
  10. Replies
    18
    Views
    15,713

    I've tried, but it still crashes !

    I've tried, but it still crashes !
  11. Replies
    18
    Views
    15,713

    How to use GetPrivateProfileString function ?

    char* pResult;
    GetPrivateProfileString(m_strSectionName, m_strKeyName, "", pResult, 255, m_strFileName);

    When I build the application, there're no errors or warnings, but it crashes when I run...
  12. Replies
    7
    Views
    1,549

    How about OpenGL or something like that ? I've...

    How about OpenGL or something like that ? I've heard about it many times but I still don't know what it is.
  13. Replies
    7
    Views
    1,549

    I really saw it running withdown Windows...

    I really saw it running withdown Windows environment ! So far, I can make a "rectangle" window using C language which can move,close,.....But it just looks like Windows 3.1 or so. I don't know how...
  14. Replies
    7
    Views
    1,549

    XP style in DOS !

    Hi all, today I saw a program running in DOS mode but had a XP style ! This was really strange to me and I wonder whether I can do the same thing. Can you give me some advices ?
    I included the...
  15. Replies
    4
    Views
    1,098

    No, this's just a console app. I'm using Turbo...

    No, this's just a console app. I'm using Turbo C++ 3.0 for DOS.
  16. Replies
    18
    Views
    2,187

    Oh ! I'm so sorry. I didn't think about it. :D

    Oh ! I'm so sorry. I didn't think about it. :D
  17. Replies
    4
    Views
    1,098

    Some problems with my menu !

    Hi, I'm making a menu in graphic mode and I'm having some problems :
    1/ How to make the text ITALIC ?
    2/ How can I make 3 (or more ?) programs run simultaneously like this : A program is playing...
  18. Replies
    18
    Views
    2,187

    Hey, why don't you use gets ? :confused: ...

    Hey, why don't you use gets ? :confused:
    #include <stdio.h>
    #include <conio.h>
    int main() {
    char yourname[80];
    printf("\nPlease enter your name : ");
    gets(yourname);
    ...
  19. Replies
    5
    Views
    1,488

    Thanks, I've downloaded many of TV examples, but...

    Thanks, I've downloaded many of TV examples, but unfortunately they don't work ! Can anyone tell me how to use these examples ? Many thanks.
  20. Replies
    5
    Views
    1,488

    What is "Turbo Vision" ?

    Hi all, I'm using Turbo C++ 3.0 for DOS. In Options/Linker/Libraries, there's a "Turbo Vision" option. I really don't know what it's used for and how to use it. Can you give me some information about...
Results 1 to 20 of 20