Search:

Type: Posts; User: uvacow

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,451

    so just as long as I add the file to the project,...

    so just as long as I add the file to the project, it is good to go?

    Kinda forgot about adding files to the project/solution, so that may have been my missing link. Once it is in the project, it...
  2. Replies
    2
    Views
    1,451

    custom namespaces

    Hey, I am relatively new to C#, and realize that with the advent of namespaces, .h files and the like are no longer needed. But how can I code in multiple files? (is this even in the framework).
    ...
  3. brought over from the c++ board... windows graphics help.

    hey, i am working on a dialog based mfc app, and am starting to get into graphics for the first time. I have never used them, and can not find any good tutorials around. Here is what i have done so...
  4. thanks. as i said, i was not sure if this was the...

    thanks. as i said, i was not sure if this was the original forum. i will jump over to the windows forum and post again. But everyone else, please feel free to continue to provide help ;)

    cow
  5. exactly what i would like to do. I found a msdn...

    exactly what i would like to do. I found a msdn article which makes displaying other formats easy, but again, this assumes that you know the basics, which i do not. i tried to go on what i gleaned...
  6. no, i am not assuming this. but thanks for the...

    no, i am not assuming this. but thanks for the help.

    cow
    --still on my way to a 99 average.
  7. hope this is the right forum... mfc graphics question

    I have NEVER done any graphics work in c++, and am trying to in my first application.

    I have a picture control in my dialog that idealy would be filled with a picture i specify. However, i don;t...
  8. opening a dialog window from inside a dialog window

    using an mfc dialogapp (EXE) i want to have a button that will open up another dialog window.

    Anyone know the code for this? Do i make a pointer to a new type of this window? is there some other...
  9. Thread: Mfc?

    by uvacow
    Replies
    5
    Views
    1,551

    obnoxious teacher? absolutly. the entire...

    obnoxious teacher? absolutly. the entire semester he has been like this. he teaches thinking in class(as in function cost, how to make design decs, and the underworkings of the compiler), and then...
  10. Thread: Mfc?

    by uvacow
    Replies
    5
    Views
    1,551

    Mfc?

    ok. am starting to shove into some MFC dialog programming for a project I have in class. We spent all semester making a system and refining it, etc. Now, at the end, we are supposed to be tying it...
  11. Replies
    3
    Views
    1,007

    not exactly. The menu class holds which item...

    not exactly.

    The menu class holds which item the user is currently at (ie, first item in the list, var is 1. second item, var is 2. etc

    Now, when printing each node (menunode object), i want it...
  12. Replies
    3
    Views
    1,007

    accessing a object that you don't know

    Programming with msvc++6, using win32 console app.

    Here is my deal.

    I am making a menu class so i can easily and quickly insert menus into the programs I make. Have it set up now so I can add...
  13. Replies
    5
    Views
    882

    i can try but haven't used them in a long, long...

    i can try but haven't used them in a long, long time. how long of an array should i read in at a time since the lines are of unknown length.

    cow
  14. Replies
    5
    Views
    882

    my function looks a little something like this. ...

    my function looks a little something like this. very basic, but gets it done. i have a seperate function right now for each part that is going to be read and written.

    int writehead()
    {...
  15. Replies
    5
    Views
    882

    reading from a file, how

    Ok. here is the deal. I am gonna make a program to automatically assemble an html file for me.

    Is gonna make the header. Input the news from a text file, then fill in the rest of the page. ...
  16. Replies
    6
    Views
    1,130

    someone explain to me

    about the new standards in c++. I learned back in my day about <iostream.h> and other such fun files.

    now all they want to tell me is use namespace std... What the crap? Was it not working...
  17. Replies
    6
    Views
    1,913

    looks like it would work

    but have used that code, and i am getting errors around it.

    saying missing a ; prior to the handle line.

    and i supposed to replace handle with something??

    thanks
  18. Replies
    6
    Views
    1,913

    different text in console

    am working on a win32 console app (Dos style) and am trying to switch up my text for a men. Maybe instead of black background, white text, maybe white background and black text. Or even just...
Results 1 to 18 of 18