Search:

Type: Posts; User: bjl19901

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    1,711

    i want to be able to change the color to...

    i want to be able to change the color to something other than gray, white, or black. i am currently making a program intended for children, and it would be more appealing if it were colorful.
  2. Replies
    8
    Views
    1,711

    Windows background

    is there any way to change the background of a windows application?
    thanks in advance.
  3. Replies
    1
    Views
    1,166

    i have no idea why this does not work

    I am making a program that will analize text and determine if it is an anagram.
    all the inputs are working, but
    compareOccurences();always returns true.
    please help.
    thanks in advance.
    p.s. i...
  4. Thread: edit box

    by bjl19901
    Replies
    2
    Views
    1,033

    edit box

    i am new to win32 programming, and i was wondering how you could save the text entered in the edit box as a string. thanks in advance.
  5. Replies
    6
    Views
    1,532

    you can also use system("pause")

    you can also use

    system("pause")
  6. Thread: DLL's

    by bjl19901
    Replies
    1
    Views
    1,158

    DLL's

    i am relatively new to c/c++ programming, and would like some information.

    could someone explain what dll's are and how they are used?

    thanks in advance.
  7. Replies
    3
    Views
    1,062

    comparison question

    in java, there is a compareTo method that returns the ascii difference of two strings, and i was wondering if there is a similar method in c++.
Results 1 to 7 of 7