CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Threaded View

  1. #1
    Join Date
    Feb 2010
    Location
    Washington, DC
    Posts
    11

    Code Insertion Syntax

    Novice presently using Visual Studio 2008 to complete an excercise. The first three chapters can be found at: http://www.headfirstlabs.com/books/hfcsharp/ and is downloadable as a PDF. The pertinent pages are between 50-60

    The specifics are as follows:

    MessageBox.Show("Contact List 1.0. \nWritten by: Your Name", "About"); This time the text appears in red suggesting an error. Placing the cursor over the text launches the message box "Represents text as a series of Unicode characters. I have done this successfully in the past but this time a problem exists. Seeking Guidance on what needs to be corrected.
    Attached Images Attached Images

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured