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. The Lounge
  3. Just got .NET

Just got .NET

Scheduled Pinned Locked Moved The Lounge
csharpvisual-studioquestion
15 Posts 10 Posters 2 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.
  • P Paul Oss

    Colin Angus Mackay wrote: what's going on???!!! !Pero, hay muchos colores!

    C Offline
    C Offline
    Colin Angus Mackay
    wrote on last edited by
    #6

    Todos los colores son naranjas.


    "If a man empties his purse into his head, no man can take it away from him, for an investment in knowledge pays the best interest." -- Joseph E. O'Donnell The Second EuroCPian Event will be in Brussels on the 4th of September Can't manage to P/Invoke that Win32 API in .NET? Why not do interop the wiki way!

    1 Reply Last reply
    0
    • P Paul Oss

      Colin Angus Mackay wrote: what's going on???!!! !Pero, hay muchos colores!

      B Offline
      B Offline
      berndg
      wrote on last edited by
      #7

      :laugh::laugh::laugh:

      1 Reply Last reply
      0
      • P peterchen

        Paul Oss wrote: I feel like I'm watching Univision. It's all in Spanish!!! I hope this is your sig, not your first impression of the IDE.. :cool:


        we are here to help each other get through this thing, whatever it is Vonnegut jr.
        sighist || Agile Programming | doxygen

        J Offline
        J Offline
        Jerry Hammond
        wrote on last edited by
        #8

        Or worse. It really is all in Spanish!

        The only way of discovering the limits of the possible is to venture a little past them into the impossible.--Arthur C. Clark

        Toasty0.com

        1 Reply Last reply
        0
        • P Paul Oss

          Been using VC6 for, well, forever, just got my .NET enterprise. I'm running the IDE for the first time... what's going on???!!! I feel like I'm watching Univision. It's all in Spanish!!! Paul

          R Offline
          R Offline
          Rocky Moore
          wrote on last edited by
          #9

          Good luck on your journey, going to be some growing pains ;) Rocky <>< www.HintsAndTips.com www.GotTheAnswerToSpam.com

          P 1 Reply Last reply
          0
          • R Rocky Moore

            Good luck on your journey, going to be some growing pains ;) Rocky <>< www.HintsAndTips.com www.GotTheAnswerToSpam.com

            P Offline
            P Offline
            Paul Oss
            wrote on last edited by
            #10

            Thank you. I'm sure it will be. Can anyone reccommend a good primer book to get started? Paul

            1 Reply Last reply
            0
            • P Paul Oss

              Been using VC6 for, well, forever, just got my .NET enterprise. I'm running the IDE for the first time... what's going on???!!! I feel like I'm watching Univision. It's all in Spanish!!! Paul

              N Offline
              N Offline
              Nitron
              wrote on last edited by
              #11

              Ahh yes.... I remember that day. I promise, once you get used to it, you won't wanna go back. *Except for the help system and the installer, sadly you'll never get used to that... ~Nitron.


              ññòòïðïðB A
              start

              G 1 Reply Last reply
              0
              • N Nitron

                Ahh yes.... I remember that day. I promise, once you get used to it, you won't wanna go back. *Except for the help system and the installer, sadly you'll never get used to that... ~Nitron.


                ññòòïðïðB A
                start

                G Offline
                G Offline
                Giles
                wrote on last edited by
                #12

                But a few things, such as outdated stingray libs force me. :(

                1 Reply Last reply
                0
                • P Paul Oss

                  Been using VC6 for, well, forever, just got my .NET enterprise. I'm running the IDE for the first time... what's going on???!!! I feel like I'm watching Univision. It's all in Spanish!!! Paul

                  M Offline
                  M Offline
                  Michael Dunn
                  wrote on last edited by
                  #13

                  Paul Oss wrote: I'm running the IDE for the first time... what's going on???!! Yep, that was pretty much my reaction too. I actually had to use VC 7.1 for a few weeks for some contract work, and every 5 minutes I would be cursing the bloody thing because it was slower and/or missing some feature from VC 6. (One thing that comes to mind is Ctrl+Shift+G to open a header file, when the cursor is on an #include line. The command is still there in the context menu, but the keystroke access for it is gone. Why?) --Mike-- Personal stuff:: Ericahist | Homepage Shareware stuff:: 1ClickPicGrabber | RightClick-Encrypt CP stuff:: CP SearchBar v2.0.2 | C++ Forum FAQ ----

                  C 1 Reply Last reply
                  0
                  • M Michael Dunn

                    Paul Oss wrote: I'm running the IDE for the first time... what's going on???!! Yep, that was pretty much my reaction too. I actually had to use VC 7.1 for a few weeks for some contract work, and every 5 minutes I would be cursing the bloody thing because it was slower and/or missing some feature from VC 6. (One thing that comes to mind is Ctrl+Shift+G to open a header file, when the cursor is on an #include line. The command is still there in the context menu, but the keystroke access for it is gone. Why?) --Mike-- Personal stuff:: Ericahist | Homepage Shareware stuff:: 1ClickPicGrabber | RightClick-Encrypt CP stuff:: CP SearchBar v2.0.2 | C++ Forum FAQ ----

                    C Offline
                    C Offline
                    Chris Richardson
                    wrote on last edited by
                    #14

                    That really got to me too, and still does. So, I spent a few hours cursing away at the VB.NET macro studio, and wrote a macro to do this. It will take the selected text (like VC6 used to be able to do), or if the cursor is on the string it will use the string (VC7 requires it to be a valid #include X|), and it will attempt to open the file using similar rules to the IDE: 1. If the file can be found via the current directory devstudio is in or whatever, open it. 2. If not, then check the directory of the current source file. 3. If still not found, check the include directories for the active configuration. [edit]it doesn't currently distinguish between <> and "".[/edit] Then I hooked it up to Ctrl+Shift+G, and it seems to work pretty well, though it may not be exact. Think it would be worth a small article? Chris Richardson

                    M 1 Reply Last reply
                    0
                    • C Chris Richardson

                      That really got to me too, and still does. So, I spent a few hours cursing away at the VB.NET macro studio, and wrote a macro to do this. It will take the selected text (like VC6 used to be able to do), or if the cursor is on the string it will use the string (VC7 requires it to be a valid #include X|), and it will attempt to open the file using similar rules to the IDE: 1. If the file can be found via the current directory devstudio is in or whatever, open it. 2. If not, then check the directory of the current source file. 3. If still not found, check the include directories for the active configuration. [edit]it doesn't currently distinguish between <> and "".[/edit] Then I hooked it up to Ctrl+Shift+G, and it seems to work pretty well, though it may not be exact. Think it would be worth a small article? Chris Richardson

                      M Offline
                      M Offline
                      Michael Dunn
                      wrote on last edited by
                      #15

                      Sounds great! I promise you a 5 right now ;) --Mike-- Personal stuff:: Ericahist | Homepage Shareware stuff:: 1ClickPicGrabber | RightClick-Encrypt CP stuff:: CP SearchBar v2.0.2 | C++ Forum FAQ ---- There is a saying in statistics that a million monkeys pounding on typewriters would eventually create a work of Shakespeare. Thanks to the Internet, we now know that this is not true.

                      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