CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: frogboy

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    2,358

    Re: Invalid Procedure or Call

    yep, thats the one. thanks for your help
  2. Replies
    7
    Views
    2,358

    Re: Invalid Procedure or Call

    I tried the following, but still the same error:
    Code:
    Sub Open_Device_Mgr()
    Dim RetValue As Long
    Shell "C:\WINDOWS\system32\devmgmt.msc"
    'RetValue = Shell("C:\WINDOWS\system32\mmc.exe...
  3. Replies
    7
    Views
    2,358

    Re: [VB] Open the Device Manager

    It looks correct, mmc.exe is running and devmgmt.msc is in the system32 folder
  4. Replies
    7
    Views
    2,358

    Invalid Procedure or Call

    Hey NEwbie here,

    I am trying to add a button to excel to open device manager and tried this however I get a "invalid call or procedure" error. Please advise. thanks
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured