Search:

Type: Posts; User: Beaner

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    3,787

    Sorry if I posted this in the wrong location. ...

    Sorry if I posted this in the wrong location. Thanks for your response... i apoligize if my first post was confusing maybe this will help:

    g_csCustomPrinter is a global variable that was captured...
  2. Replies
    3
    Views
    3,787

    Set Printer Prior To Loading Print Dialog Box

    Hello,

    In my application, the user selects the printer for the application on a menu screen. At print time I am loading a dialog box and want the previously selected printer to default into the...
  3. Replies
    2
    Views
    1,364

    Thank you. I am not sure digital certificates...

    Thank you.

    I am not sure digital certificates is even the way to solve this problem. Thank you for the information. Any other suggestions would be appreciated. Thank you.

    Beaner
  4. Replies
    2
    Views
    1,364

    Digital Certificates - Vista

    Thank you for viewing my post in advance.

    The program I develop is created using the C++ language. When customers try to run the programs Setup.exe to install the program the first thing that...
  5. Replies
    2
    Views
    1,103

    thanks

    thanks for pointing me in the right direction.
  6. Replies
    2
    Views
    1,103

    ASCII and Decimals

    I have been trying to find an ASCII table that shows the decimals for the Left Arrow Key and Right Arrow Key and haven't been able to find them. Is there a decimal equivalent for these keys? If...
  7. Replies
    3
    Views
    8,328

    Thank you. I did change my HTML end tag but you...

    Thank you. I did change my HTML end tag but you were so quick to responding that you saw my tag before I had time to change it. Thank you again!

    D
  8. Replies
    3
    Views
    8,328

    Set string variable

    I am very new to C programming. All I want to do is define a string variable and pass text to it. I have tried many things. I thought one of the following would work but am having no luck. Thank...
  9. Thread: Syntax Question

    by Beaner
    Replies
    3
    Views
    967

    Thank you.

    Thank you both for your replies!!!

    Derek
  10. Thread: Syntax Question

    by Beaner
    Replies
    3
    Views
    967

    Syntax Question

    I want to pass text into a variable the has the " character. When it gets to the second " character it is treating it as the end of the statement creating a syntax error. I want it to treat the...
  11. Thread: § Character

    by Beaner
    Replies
    4
    Views
    1,142

    Thanks for your help everyone! I will see if I...

    Thanks for your help everyone! I will see if I can use the information you sent me to get it working. Thanks again.
  12. Thread: § Character

    by Beaner
    Replies
    4
    Views
    1,142

    § Character

    I am trying to use the special character § when printing a text string in my program. I pass the § character to a CString variable but when it comes print time text types out and after it prints the...
  13. Thread: return syntax

    by Beaner
    Replies
    3
    Views
    1,066

    Thanks!

    Salem,

    Thank you! I did that and everything worked for me. Thanks again for the help!

    Beaner :cool:
  14. Thread: return syntax

    by Beaner
    Replies
    3
    Views
    1,066

    return syntax

    I am very new to C++

    I am trying to get text to print as follows:

    Sentence One.

    Sentence Two.

    Sentence Three.
  15. Replies
    3
    Views
    3,318

    Defining Variables

    I am very new to C++ so this may be an easy question.

    I have a folder and i want to filter out everything with and extension of *.dat OR *.pdf so I want to define a variable that will only...
Results 1 to 15 of 15