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. Webbase GUIDGEN

Webbase GUIDGEN

Scheduled Pinned Locked Moved The Lounge
comquestionannouncement
11 Posts 6 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.
  • U Uwe Keim

    Is it allowed to do some self-promption?: Maybe someone likes my webbased version of the GUIDGEN.EXE tool. No more installation required :-) Here is the tool: http://www.magerquark.de/guidgen [^] -- Affordable Windows-based CMS: www.zeta-producer.com

    A Offline
    A Offline
    adrian cooper
    wrote on last edited by
    #2

    cool ade me; while(myKitchen.beerInFridge()) { me.watchTV(); me.consumeBeer(myKitchen.getBeerCan()); }

    1 Reply Last reply
    0
    • U Uwe Keim

      Is it allowed to do some self-promption?: Maybe someone likes my webbased version of the GUIDGEN.EXE tool. No more installation required :-) Here is the tool: http://www.magerquark.de/guidgen [^] -- Affordable Windows-based CMS: www.zeta-producer.com

      D Offline
      D Offline
      Daniel Turini
      wrote on last edited by
      #3

      I do think my VS.NET macro is quicker:

      Sub GUIDInsert()
          DTE.ActiveDocument.Selection.Text = System.Guid.NewGuid().ToString()
      End Sub

      I see dead pixels Yes, even I am blogging now!

      D 1 Reply Last reply
      0
      • D Daniel Turini

        I do think my VS.NET macro is quicker:

        Sub GUIDInsert()
            DTE.ActiveDocument.Selection.Text = System.Guid.NewGuid().ToString()
        End Sub

        I see dead pixels Yes, even I am blogging now!

        D Offline
        D Offline
        David Wulff
        wrote on last edited by
        #4

        Not much use with VS.NET though. Just yesterday I needed a GUID to build a skin for that SmarterTicket program that was plugged here in the Lounge. I went to look for Guidgen on my start menu but it seems VS.NET doesnt stick a shortcut there any more so I had to fire up VS.NET and use the tools menu to launch it, then paste it into notepad and extract just the unformated GUID. A web base tool like Uwe's would have let me just select and copy the bit I'd needed. :doh:


        Ðavid Wulff The Royal Woofle Museum
        Audioscrobbler :: flikr

        Die Freiheit spielt auf allen Geigen

        P U 2 Replies Last reply
        0
        • D David Wulff

          Not much use with VS.NET though. Just yesterday I needed a GUID to build a skin for that SmarterTicket program that was plugged here in the Lounge. I went to look for Guidgen on my start menu but it seems VS.NET doesnt stick a shortcut there any more so I had to fire up VS.NET and use the tools menu to launch it, then paste it into notepad and extract just the unformated GUID. A web base tool like Uwe's would have let me just select and copy the bit I'd needed. :doh:


          Ðavid Wulff The Royal Woofle Museum
          Audioscrobbler :: flikr

          Die Freiheit spielt auf allen Geigen

          P Offline
          P Offline
          peterchen
          wrote on last edited by
          #5

          [Windows]-[R], guidgen, [RETURN] maybe? :rolleyes:


          Pandoras Gift #44: Hope. The one that keeps you on suffering.
          aber.. "Wie gesagt, der Scheiss is' Therapie"
          boost your code || Fold With Us! || sighist | doxygen

          D 1 Reply Last reply
          0
          • U Uwe Keim

            Is it allowed to do some self-promption?: Maybe someone likes my webbased version of the GUIDGEN.EXE tool. No more installation required :-) Here is the tool: http://www.magerquark.de/guidgen [^] -- Affordable Windows-based CMS: www.zeta-producer.com

            P Offline
            P Offline
            peterchen
            wrote on last edited by
            #6

            what about __declspec(uuid(~)) = s '{~}' for those of us who still live on the trees?


            Pandoras Gift #44: Hope. The one that keeps you on suffering.
            aber.. "Wie gesagt, der Scheiss is' Therapie"
            boost your code || Fold With Us! || sighist | doxygen

            U 1 Reply Last reply
            0
            • P peterchen

              [Windows]-[R], guidgen, [RETURN] maybe? :rolleyes:


              Pandoras Gift #44: Hope. The one that keeps you on suffering.
              aber.. "Wie gesagt, der Scheiss is' Therapie"
              boost your code || Fold With Us! || sighist | doxygen

              D Offline
              D Offline
              David Wulff
              wrote on last edited by
              #7

              --------------------------- guidgen --------------------------- Windows cannot find 'guidgen'. Make sure you typed the name correctly, and then try again. To search for a file, click the Start button, and then click Search. --------------------------- OK --------------------------- :~


              Ðavid Wulff The Royal Woofle Museum
              Audioscrobbler :: flikr

              Die Freiheit spielt auf allen Geigen

              P 1 Reply Last reply
              0
              • D David Wulff

                --------------------------- guidgen --------------------------- Windows cannot find 'guidgen'. Make sure you typed the name correctly, and then try again. To search for a file, click the Start button, and then click Search. --------------------------- OK --------------------------- :~


                Ðavid Wulff The Royal Woofle Museum
                Audioscrobbler :: flikr

                Die Freiheit spielt auf allen Geigen

                P Offline
                P Offline
                peterchen
                wrote on last edited by
                #8

                what a useless windows version is that? Everybody needs guidgen... Do you think Uwe forced Microsoft to no longer bundle guidgen with windows? :rolleyes:


                Pandoras Gift #44: Hope. The one that keeps you on suffering.
                aber.. "Wie gesagt, der Scheiss is' Therapie"
                boost your code || Fold With Us! || sighist | doxygen

                B 1 Reply Last reply
                0
                • D David Wulff

                  Not much use with VS.NET though. Just yesterday I needed a GUID to build a skin for that SmarterTicket program that was plugged here in the Lounge. I went to look for Guidgen on my start menu but it seems VS.NET doesnt stick a shortcut there any more so I had to fire up VS.NET and use the tools menu to launch it, then paste it into notepad and extract just the unformated GUID. A web base tool like Uwe's would have let me just select and copy the bit I'd needed. :doh:


                  Ðavid Wulff The Royal Woofle Museum
                  Audioscrobbler :: flikr

                  Die Freiheit spielt auf allen Geigen

                  U Offline
                  U Offline
                  Uwe Keim
                  wrote on last edited by
                  #9

                  Thank you :-) -- Affordable Windows-based CMS: www.zeta-producer.com

                  1 Reply Last reply
                  0
                  • P peterchen

                    what about __declspec(uuid(~)) = s '{~}' for those of us who still live on the trees?


                    Pandoras Gift #44: Hope. The one that keeps you on suffering.
                    aber.. "Wie gesagt, der Scheiss is' Therapie"
                    boost your code || Fold With Us! || sighist | doxygen

                    U Offline
                    U Offline
                    Uwe Keim
                    wrote on last edited by
                    #10

                    So I let my current version collect some more ideas and then I could enhance with all suggestions (like yours) to make it better step-by-step. Thanks! -- Affordable Windows-based CMS: www.zeta-producer.com

                    1 Reply Last reply
                    0
                    • P peterchen

                      what a useless windows version is that? Everybody needs guidgen... Do you think Uwe forced Microsoft to no longer bundle guidgen with windows? :rolleyes:


                      Pandoras Gift #44: Hope. The one that keeps you on suffering.
                      aber.. "Wie gesagt, der Scheiss is' Therapie"
                      boost your code || Fold With Us! || sighist | doxygen

                      B Offline
                      B Offline
                      Blake Miller
                      wrote on last edited by
                      #11

                      Only under an unfair practices lawsuit he recently won... But of ocurse, in order ot remove GuidGen, MS also had to take out VS.NET, as it was a core compoennt installed as part of GuidGEN, so now where does that leave us... :laugh:

                      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