Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Code Insertion Issue

Code Insertion Issue

Scheduled Pinned Locked Moved C#
csharphelplearningvisual-studiocom
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mauricemcse
    wrote on last edited by
    #1

    Following a C# book and working with Visual Studio 2008 Team Suite. The excercise is a contacts app and involves the introduction of a logo. Additionally, Clicking on the logo generates an "About" feature. Double clicking the logo in the excercise leads to the error " editing embeded resources directly is not supported. Do you wish to convert this item to a linked resource in order to edit it? The inserted code to generate the "About" feature is: MessageBox.Show ("Contact List 1.0. \nWritten by: Maurice Newsome" , "About") ; Visual Studio flashed a notification about an expected Three pages of the book and images of my efforts are uploaded to: [COLOR="#0000FF"]https://skydrive.live.com/?cid=4ad6aabd72471dbb&sc=documents&id=4AD6AABD72471DBB!6691#cid=4AD6AABD72471DBB&id=4AD6AABD72471DBB!6692&sc=documents [/COLOR] I seek guidance on how to address the semi-colon placement issue and why the Logo does not yield the expected results

    W B 2 Replies Last reply
    0
    • M mauricemcse

      Following a C# book and working with Visual Studio 2008 Team Suite. The excercise is a contacts app and involves the introduction of a logo. Additionally, Clicking on the logo generates an "About" feature. Double clicking the logo in the excercise leads to the error " editing embeded resources directly is not supported. Do you wish to convert this item to a linked resource in order to edit it? The inserted code to generate the "About" feature is: MessageBox.Show ("Contact List 1.0. \nWritten by: Maurice Newsome" , "About") ; Visual Studio flashed a notification about an expected Three pages of the book and images of my efforts are uploaded to: [COLOR="#0000FF"]https://skydrive.live.com/?cid=4ad6aabd72471dbb&sc=documents&id=4AD6AABD72471DBB!6691#cid=4AD6AABD72471DBB&id=4AD6AABD72471DBB!6692&sc=documents [/COLOR] I seek guidance on how to address the semi-colon placement issue and why the Logo does not yield the expected results

      W Offline
      W Offline
      wizardzz
      wrote on last edited by
      #2

      If what you are saying is that you need help getting the code provided with a book to work, then I would suggest finding their website or forum. Also, please tag your code so it displays as code. Also, don't you have the code about the expected semi colon? What is it?

      "I have a theory that the truth is never told during the nine-to-five hours. " — Hunter S. Thompson

      M 1 Reply Last reply
      0
      • W wizardzz

        If what you are saying is that you need help getting the code provided with a book to work, then I would suggest finding their website or forum. Also, please tag your code so it displays as code. Also, don't you have the code about the expected semi colon? What is it?

        "I have a theory that the truth is never told during the nine-to-five hours. " — Hunter S. Thompson

        M Offline
        M Offline
        mauricemcse
        wrote on last edited by
        #3

        Much thanks for your timely reply. The code to be inserted is: MessageBox.Show ("Contact List 1.0. \nWritten by: Maurice Newsome" , "About") ; I have uploaded the instructions and the outcome to: https://skydrive.live.com/?cid=4ad6aabd72471dbb&sc=documents&id=4AD6AABD72471DBB%216691#cid=4AD6AABD72471DBB&id=4AD6AABD72471DBB%216692&sc=documents[^] Seeking guidance on troubleshooting the issue.

        1 Reply Last reply
        0
        • M mauricemcse

          Following a C# book and working with Visual Studio 2008 Team Suite. The excercise is a contacts app and involves the introduction of a logo. Additionally, Clicking on the logo generates an "About" feature. Double clicking the logo in the excercise leads to the error " editing embeded resources directly is not supported. Do you wish to convert this item to a linked resource in order to edit it? The inserted code to generate the "About" feature is: MessageBox.Show ("Contact List 1.0. \nWritten by: Maurice Newsome" , "About") ; Visual Studio flashed a notification about an expected Three pages of the book and images of my efforts are uploaded to: [COLOR="#0000FF"]https://skydrive.live.com/?cid=4ad6aabd72471dbb&sc=documents&id=4AD6AABD72471DBB!6691#cid=4AD6AABD72471DBB&id=4AD6AABD72471DBB!6692&sc=documents [/COLOR] I seek guidance on how to address the semi-colon placement issue and why the Logo does not yield the expected results

          B Offline
          B Offline
          BobJanova
          wrote on last edited by
          #4

          Uh, you need to actually run the program to see the expected behaviour, not click things in the designer which is what your double click message sounds like.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups