Results 1 to 13 of 13

Thread: WQL Analyzer

  1. #1

    Thread Starter
    Banned
    Join Date
    Nov 2005
    Posts
    2,367

    WQL Analyzer

    http://www.yogageneration.com/~mvkaz...o/WQLAnalyzer/

    This looks really nice, but I'm always skeptical about third party applications. Ecspecially when it involves me authenticating through it. Has anyone else used this before? Had any problems? Any security threats?

    Thanks.

    (This probably should be general developer, I just wasn't paying attention. Sorry mods!)

  2. #2

    Thread Starter
    Banned
    Join Date
    Nov 2005
    Posts
    2,367

    Re: WQL Analyzer

    http://www.microsoft.com/downloads/d...displaylang=en

    Another GREAT tool. It generates .Net code for you with WMI (even has options to make it async).

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: WQL Analyzer

    Quote Originally Posted by sevenhalo
    http://www.microsoft.com/downloads/d...displaylang=en

    Another GREAT tool. It generates .Net code for you with WMI (even has options to make it async).
    This looks very cool.

    Have you tried it yet?

  4. #4

    Thread Starter
    Banned
    Join Date
    Nov 2005
    Posts
    2,367

    Re: WQL Analyzer

    The second one I have, works great... Really nice, no issues at all. You can even compile and run the code from the program (noneed to copy paste and leave random WindowsApplication#'s all over the place).

  5. #5
    Fanatic Member -TPM-'s Avatar
    Join Date
    Jul 2005
    Posts
    850

    Re: WQL Analyzer

    The second one's download just goes to a 'page cannot be found'
    TPM

    Add yourself to the VBForums Frappr Map!!

  6. #6
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: WQL Analyzer

    Quote Originally Posted by -TPM-
    The second one's download just goes to a 'page cannot be found'
    The WMI Code Creater???

    I clicked on sevenhalo's link, and download button, and got the zip file with no problems.

  7. #7
    Fanatic Member -TPM-'s Avatar
    Join Date
    Jul 2005
    Posts
    850

    Re: WQL Analyzer

    Yes the WMI download wasn't working, but I just tried again and it's back up
    TPM

    Add yourself to the VBForums Frappr Map!!

  8. #8
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: WQL Analyzer

    There is also a VB6 version called Scriptomatic v2.0

    Also, in the 101 .NET Tutorials for 2003 there is a demo project on WMI and its classes and async calls too.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  9. #9
    PowerPoster
    Join Date
    Aug 2005
    Location
    College Station, TX
    Posts
    4,521

    Re: WQL Analyzer

    Where were you guys when I needed ya'll??? Look at my codebank submission on WMI!!!

    Also this thread:
    http://www.vbforums.com/showthread.php?t=388142

  10. #10
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: WQL Analyzer

    I was there! But Scriptomatic doesnt enumerate the values so it wouldnt solve that issue you had.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  11. #11
    PowerPoster
    Join Date
    Aug 2005
    Location
    College Station, TX
    Posts
    4,521

    Re: WQL Analyzer

    Well the DLL library I created does enumerate the values, but some of the values haven't been updated in a while, several come up with "Invalid Enum Value", meaning I have to go in and modify all the classes to update the Enum Values... if I ever feel like it (which I probably wont)...

  12. #12
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: WQL Analyzer

    Well, probably the .NET version does that now.

    I'll have to try the WMI Code Creator v1.0 and see how it works. Should be very helpful in getting all that system and hardware info. Just found the class the other day that gets your mobo serial number.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  13. #13
    PowerPoster
    Join Date
    Aug 2005
    Location
    College Station, TX
    Posts
    4,521

    Re: WQL Analyzer

    Look at MySystemSpy in my sig, Rob its that WMI prog I have been working on, finally released the first version the other day...

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