Search:

Type: Posts; User: Prog.Patterson

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,292

    Easy Beginner Question

    I know this is simple but here it is: When my user pushes a button called |Registry Number|, I want a *.txt file to pop up with a list of about 600 different numbers. Is it possible to do that and...
  2. Replies
    0
    Views
    1,205

    Easy Question needs answering

    Okay. I have a slight problem, dilemma, quagmire, however you want to put it. I screwed up a little. I have built an entire program and now have no way to fix it because I can't go back and...
  3. Replies
    25
    Views
    3,304

    >Fortres My school runs fortres so that the...

    >Fortres

    My school runs fortres so that the users can't screw anything up. It is useless though, one way around is to open IE or Netscape and type C: as the address and that gets you in. As far...
  4. Replies
    11
    Views
    2,721

    Actually that was one thing that I had neglected...

    Actually that was one thing that I had neglected to do. Now that I have done that, it seems that I need to completely start over from the beginning. I don't want to do everything by hand, so is it...
  5. Replies
    11
    Views
    2,721

    When I do a hello world program with a button...

    When I do a hello world program with a button that calls a dialog IDD_DWORLD up, it doesnot work because of the same problem. Failed to execute cl.exe; however, when I do a MessageBox(""); it runs...
  6. Replies
    11
    Views
    2,721

    Connected to ODBC?

    I'm sure that I have connected it through ODBC because when I first started I used Database WITH file support, selected ODBC: MS Access Database: MAIS Data: Data Table. When I look at all of my...
  7. Replies
    11
    Views
    2,721

    Another Error to deal with

    Now, before I get the failed to create empty document, before the execution of MAIS Program Beta.exe, I get an error of this:
    Error executing cl.exe Thanks for your help.
  8. Replies
    11
    Views
    2,721

    THis is the debug output window: Loaded...

    THis is the debug output window:

    Loaded symbols for 'C:\WINDOWS\SYSTEM\MFCD42D.DLL'
    Loaded symbols for 'C:\WINDOWS\SYSTEM\MFCO42D.DLL'
    Loaded 'C:\WINDOWS\SYSTEM\USER32.DLL', no matching symbolic...
  9. Replies
    0
    Views
    2,154

    C++ Compiler Problem

    When I go to test my executable program after compiling in C++ 6.0, this error comes out: "Failed to create an empty document". In the debut window, this is the output:

    Loaded symbols for...
  10. Replies
    5
    Views
    1,280

    What I have done has created an array called...

    What I have done has created an array called circ[3]. This array will hold all 3 values of the end product. The 3 spots are for 1)Provider 2)Attempt and 3)What. I have this so far: ...
  11. Replies
    5
    Views
    1,280

    That is not even half of the program. Im not...

    That is not even half of the program. Im not asking you to write it. All I need to know is once I have variables for the dropdown selection menus, how can I write them to the Rich Edit control box...
  12. Replies
    5
    Views
    1,280

    Copying info from multiple sources

    In my program I want the user to select three (3) different items from a drop down list. I then want it to show up in a read-only Rich Edit window. The three lists would be as follows: Provider,...
  13. Replies
    5
    Views
    1,046

    Thank you for all of your help. So far, I think...

    Thank you for all of your help. So far, I think that it works. I can't run my application because it doesn't "create an empty document", or atleast that's the error that comes up. If you could...
  14. Replies
    11
    Views
    2,721

    More on the subject

    Once again, it is still the same. The code is okay, but when it executes to preview the program, it comes up with the error
    Unable to create empty document
    [OK] Is there any...
  15. Replies
    11
    Views
    2,721

    Database Access Problem

    When I compile and run my application that is based off of a MS Access Database, It comes up with an error of "Unable to create empty document" with a button that says OK. That's it. I can't see...
  16. Replies
    5
    Views
    1,046

    Could you explain how to use that? I know that...

    Could you explain how to use that? I know that in the Program.cpp file at the top I add
    #include "dialog1.h". Now, for Button #1 I add this
    //To do: Add extra Initialization Here
    dialog*...
  17. Replies
    6
    Views
    1,162

    Will that work with mp3's as well, or just wav...

    Will that work with mp3's as well, or just wav files?
  18. Replies
    5
    Views
    1,046

    Easy Dialog Pop up question

    Please help me with this.

    An SDI Application based off of a database in Microsoft Access. In order to collect information, and make the application user friendly, I've added buttons to optional...
  19. Replies
    1
    Views
    778

    Help with Database Operations!!

    I am writing a program that will use two databases. One will be of a list of names and numbers, the other would be where the information is stored. Is there a way that I can do this because it's...
  20. Replies
    1
    Views
    1,025

    Perhaps instead of using Microsoft Excel as my...

    Perhaps instead of using Microsoft Excel as my medium of transportation, how about a database? I mean create a new SDI application that is the database. All the numbers are stored as somethinglike...
  21. Replies
    4
    Views
    3,205

    Thanks for all of your help. I'll try that soon...

    Thanks for all of your help. I'll try that soon and will be back to inform you of my success. Hopefully all goes well. It could be a while because I have actually lost my entire program. My...
  22. Replies
    9
    Views
    3,294

    Understand so far....

    Thanks for your help. I understand that much of doing just a solid color. Is it the same if I use an image of type BitMap? Could I just call a function like CPaint(image location) and then the...
  23. Replies
    9
    Views
    3,294

    I'm still really lost in all of this. You...

    I'm still really lost in all of this. You probably think I'm a moron, but please bear with me. I'm just beginning. I have looked at the Class Wizard function in C++ 6.0 and can't find the Draw()...
  24. Replies
    4
    Views
    3,205

    sorry for the delay of my answer. I know this...

    sorry for the delay of my answer. I know this much, when a program saves, it loads a progress bar, and when it is just about finished, the progress bar is just about to the end. What I would like...
  25. Replies
    9
    Views
    3,294

    Where exactly do you put the code? Is it in the...

    Where exactly do you put the code? Is it in the PROGRAMView construction/destruction code or the diagnostics area? I am interested in how to do that. Thanks.

    ~Brett Patterson
Results 1 to 25 of 31
Page 1 of 2 1 2