Search:

Type: Posts; User: mepaco

Page 1 of 2 1 2

Search: Search took 0.01 seconds; generated 49 minute(s) ago.

  1. Replies
    1
    Views
    1,902

    Double click for context menu?

    Okay, I have an MFC - Windows Explorer based app and I want to add context menus. I created the Menu resource and added the menu items. I used the class Wizard to add handlers for the menu commands...
  2. Replies
    5
    Views
    2,749

    Ride -or- Die, thats kind of where I am right...

    Ride -or- Die, thats kind of where I am right now. I am pretty good with the basic language from writing a DLL for work. However, I want to be able to write full fledged GUI programs now. I was...
  3. Replies
    5
    Views
    2,749

    Angle of approach for C++

    I'm trying to really learn C++ and I am unsure of what angle to approach it from ... MFC, STL, API, I'm not even sure if they are all exclusive or not. If anyone would like to elaborate on what each...
  4. Replies
    32
    Views
    11,161

    I believe that all the VB bashing by non-VB...

    I believe that all the VB bashing by non-VB programmers, or even people who have never even seen VB code, is way off. Yes, you can make stupid little apps in VB rather quickly, and some people think...
  5. Replies
    2
    Views
    1,103

    Okay, I managed to get around the whole...

    Okay, I managed to get around the whole collapsing thing. I moved the code for the Timer to the CTreeView (seems like such an easy solution now). But if anyone would like to comment on my general...
  6. Replies
    2
    Views
    1,103

    Update collapsing a CTreeView

    I'm pretty new to this and I don't really understand an easy way to get the different classes in my MFC app talking to each other. Right now I am very confused as to how to get my App class to...
  7. Thread: Bit a tough one

    by mepaco
    Replies
    3
    Views
    2,500

    Here is a simple routine that closes some...

    Here is a simple routine that closes some databases with error handling in it.


    Private Sub Form_Unload(Cancel As Integer)
    On Error GoTo Error_Handler
    datBOM1.Recordset.Close
    ...
  8. Thread: is this good?

    by mepaco
    Replies
    18
    Views
    3,769

    I think this is definitely your best bet. ;)

    I think this is definitely your best bet. ;)
  9. Thread: binary

    by mepaco
    Replies
    52
    Views
    11,747

    Assembly is a language that has correspondence to...

    Assembly is a language that has correspondence to binary numbers. Assembly requires translation, though it is a one-to-one translation. Binary is a number system.

    We split hairs because the...
  10. Thread: binary

    by mepaco
    Replies
    52
    Views
    11,747

    Binary is not a programming language. In fact,...

    Binary is not a programming language. In fact, by definition, if you are programming in binary codes you are not using a programming language. Here are the definitions:



    Since a programming...
  11. Replies
    9
    Views
    4,255

    Awesome, awesome, awesome! You are a wonderful...

    Awesome, awesome, awesome! You are a wonderful person. Works like a charm. Thank you. I can now add this into my code and be ready to go. :D SWEET!
  12. Replies
    9
    Views
    4,255

    I cannot get SetBkImage to work for some reason. ...

    I cannot get SetBkImage to work for some reason. It doesn't have any errors, it compiles fine, but no background image shows up. I don't know if it matters but I am creating an application based...
  13. Replies
    9
    Views
    4,255

    Thanks Ken Fitlike, I'm gonna give SetBkImage a...

    Thanks Ken Fitlike, I'm gonna give SetBkImage a try. I have just one more question, though. If SetBkImage will set an image as a background and can deal with multiple file types, why did the person...
  14. Replies
    9
    Views
    4,255

    novacain, thanks for the response. I am quite...

    novacain, thanks for the response. I am quite new to programming in C++ so I have not had much experience with owner drawn controls. I found a demonstration on how to use a bitmap as a background...
  15. Replies
    9
    Views
    4,255

    Using bitmap as background in CListView

    I was just wondering if anybody knows how to use a bitmap as a background image in a CListView.
  16. Thread: best sport

    by mepaco
    Replies
    51
    Views
    9,791

    I have to go with PJYelton. Football (the...

    I have to go with PJYelton. Football (the American kind) is the best. I'm always sad when the season is over.
  17. Replies
    10
    Views
    2,777

    Just curious but what are you guys referring to. ...

    Just curious but what are you guys referring to. I am currently studying to be a CCNA but I am just using the Sybex book. Do you have a CCNA course offered at your university or are you taking a...
  18. Replies
    34
    Views
    7,963

    Is your CR-RW set up as a Master or a Slave? I...

    Is your CR-RW set up as a Master or a Slave? I had a friend that had problems because his DVD drive was setup as the Master and it was slowing it down.
  19. Replies
    14
    Views
    3,154

    Windows XP is based off of Windows2K so it is...

    Windows XP is based off of Windows2K so it is more stable, but it is made for home users so it has all the pretty graphics and helpers that a Mac OS would have. I don't understand the rest of the...
  20. Replies
    34
    Views
    7,963

    I suggested burning a CD from the HD earlier to...

    I suggested burning a CD from the HD earlier to see if it was his original CD that had the problem. Nero can have problems copying and will take forever if you try to copy a CD that has scratches...
  21. Thread: sleep

    by mepaco
    Replies
    27
    Views
    4,598

    Poll: Partial insomnia screwed me up when I was a kid. ...

    Partial insomnia screwed me up when I was a kid. I would go days at a time without sleep for no good reason. I would just lay in bed all night and never fall asleep. The longest I ever went...
  22. Replies
    34
    Views
    7,963

    Have you tried making a CD with data from your...

    Have you tried making a CD with data from your hard drive? If you haven't, try it and see what kind of time you get.

    EDIT: I have a 16x8x32 burner and Nero. It takes me about 4.5 minutes to copy...
  23. Replies
    7
    Views
    1,741

    When using a class, you have defined your own...

    When using a class, you have defined your own data type. When you want to use a function from the class you have to use it with the object of the class you want the function to 'operate' on. I'm...
  24. Replies
    10
    Views
    2,702

    U.S. government and politics survey: 1....

    U.S. government and politics survey:

    1. gender: male
    2. age: 22
    3. race/ethnicity:
    a. White/Caucasian/not of Hispanic origin
    4. religion
    h. none / atheist
    5. yearly household income...
  25. Replies
    17
    Views
    4,324

    That drives me up the wall. Does anybody know of...

    That drives me up the wall. Does anybody know of a way to stop it?
Results 1 to 25 of 47
Page 1 of 2 1 2