Search:

Type: Posts; User: Tesita

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,243

    Form Background Picture

    I have an application based on the CFormView class. Is there any way to set the background of the form to a picture?

    Thanks
  2. Replies
    3
    Views
    1,403

    Dividing window into regions

    I would like to divide a window into irregularly shaped regions that I would name, for instance, Region 1, Region 2, etc. What I want to do is when the window is clicked using the mouse my code...
  3. Replies
    5
    Views
    2,405

    Changing background color of irregular image

    I think I may have posted this in the wrong forum so I have reposted here.

    I have an irregularly shaped object and I want to be able to change the background color. The image is actually divided...
  4. Replies
    5
    Views
    2,405

    Changing background color of irregular image

    I have an irregularly shaped object and I want to be able to change the background color. The image is actually divided into sections and I would like to change the color of each section. Is there...
  5. Replies
    2
    Views
    953

    Standalone Application

    I have created a small application using Visual C++. How do I create an executable that can be installed on another machine?
    In Visual Basic, the Make .exe command allows this to be done easily, is...
  6. Replies
    4
    Views
    1,540

    Standalone Application

    I have created a small application using Visual C++. How do I create an executable that can be installed on another machine?
    In Visual Basic, the Make .exe command allows this to be done easily, is...
  7. Thread: Any Ideas???

    by Tesita
    Replies
    2
    Views
    899

    Any Ideas???

    Visual Basic PrintForm method

    I am working on an application where I have created a form that needs to be printed. I decided to use the PrintForm method in Visual Basic. The problem is that only...
  8. Replies
    2
    Views
    1,231

    HAHA

    Thanks for the non-response.

    By the way I do have VC++ but I would like to know how to do it in Visual Basic. Does anyone "ELSE" have any ideas?


    Tesita:rolleyes:
  9. Replies
    2
    Views
    1,231

    Visual Basic PrintForm method

    I am working on an application where I have created a form that needs to be printed. I decided to use the PrintForm method in Visual Basic. The problem is that only part of the form prints out...
  10. Replies
    1
    Views
    1,530

    Changing Tab Order

    I have created a form in Visual Basic with multiple text box controls. I need to change the tab order so that the focus goes sequentially down the list of text boxes on the form when I press the tab...
  11. Replies
    7
    Views
    2,024

    Visual Basic vs. Visual C++ (MEMORY)

    What about memory usage? Is there a "great" difference between the two?

    Tesita
  12. Replies
    7
    Views
    2,024

    Visual Basic vs. Visual C++

    I am trying to develop a Windows-based application and am having difficulty deciding whether to use visual C++ or visual basic. The application will interface with an MSAccess database but will also...
  13. Replies
    3
    Views
    1,082

    Thanks Heaps

    To all those out there who provided their versions of Tic-Tac-Toe, Thanks. I now have a number of options to look at and its really helped me in developing and coding my own program.

    Thanks again...
  14. Replies
    5
    Views
    5,187

    Tic-Tac-Toe-HELP

    I am working on an artificial intelligence course where I have to write a program that simulates a tic-tac-toe game. The program has to devise an evaluation function that can be used to evaluate the...
  15. Replies
    3
    Views
    1,082

    Tic-Tac-Toe-HELP!!!!

    Does anyone have a Tic-Tac-Toe program? I am currently working on a game in C++ where I have to code using both the MINIMAX and the alpha-beta algorithms, and am having problems figuring it out.
    ...
  16. Replies
    5
    Views
    5,187

    Tic-Tac-Toe-HELP!!!!

    Does anyone have a Tic-Tac-Toe program? I am currently working on a game in C++ where I have to code using both the MINIMAX and the alpha-beta algorithms, and am having problems figuring it out.
    ...
  17. Replies
    0
    Views
    980

    accessing documents in a MDI app

    Hi there, does anyone have an idea on how I should go about accessing one document from within another? My application can only have 2 documents open at any one time. I have tried declaring a...
  18. Replies
    0
    Views
    837

    Communicating between Documents

    I am working on a Visual C++ MDI application that is limited to having only 2 documents open at a time. The two documents are supposed to be able to communicate with each other. For instance, I...
  19. Replies
    5
    Views
    1,356

    Global Variables

    Since I am working with Visual C++, I really wanted to know in which specific file I should declare the global variable. I want it to be incremented when a new or saved document is opened, which...
  20. Replies
    5
    Views
    1,356

    Global Variables

    I am working on a MDI application generated by the Appwizard in Visual C++6.0.

    The application has the usual document,view,dialog classes,etc. within it.

    I want to declare a global counter...
  21. Thread: Modal Dialogs?

    by Tesita
    Replies
    1
    Views
    1,125

    You could try using DDX to retrieve the value...

    You could try using DDX to retrieve the value from the dialog. If you go to the actual dialog in the resource folder and then open up class wizard you select the ID of the editbox on the dialog where...
  22. Replies
    7
    Views
    1,172

    -Ken- Below is the advice that you gave to me...

    -Ken-
    Below is the advice that you gave to me some time ago.

    GetDlgItemText() for getting text, and why not use a global variable counter to limit the amount of windows? have it add one each time...
  23. Replies
    7
    Views
    1,172

    Highlighting text in the view

    I used the TextOut function of the CDC class to display lines of text in the view. These lines were inputted using a dialog and each new line was placed on a new line in the view also.

    What I now...
  24. Replies
    7
    Views
    1,172

    Limiting Child Windows

    Can anyone help me with this?

    I am working on an MDI app but I want the user to be able to open only 2 documents at a time.

    Second, does anyone know how to select text that has already been...
Results 1 to 24 of 25