Question?? Windows GUI

Discussion in 'Windows' started by siddes, Jul 6, 2007.

  1. siddes

    siddes New Member

    Joined:
    Jul 4, 2007
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    Hey, im thinking of making my own windows gui for pro sp2.....................
    is vb6 with shockwave components good enough for the job???
    if it is, is there any API i can call to get explorer.exe functions??

    if not, what would be best for the above??

    basically im thinking of making something like the reliance web world gui, my own login, my own interface, but obviously dependent on explorer
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    You can use VB6 but then you need to import the API's from the DLL's to use them.
     
  3. munkyeetr

    munkyeetr New Member

    Joined:
    May 4, 2007
    Messages:
    40
    Likes Received:
    0
    Trophy Points:
    0
    Location:
    Victoria BC, Canada
    In VB6 enable to APIViewer in the Resource Manager (It's in one of the menu's). This will give you access to the Windows API syntax. Also, make extensive use of the MSDN library to find which API's you want to call to make things happen.

    Other good resources are Planet Source Code and TheScarms
     
  4. munkyeetr

    munkyeetr New Member

    Joined:
    May 4, 2007
    Messages:
    40
    Likes Received:
    0
    Trophy Points:
    0
    Location:
    Victoria BC, Canada
    To clarify the last post (I had to reinstall Visual Studio to be sure), the API Viewer can be activated by going into the menu Add-Ins -> Add-In Manager... then double-click on VB 6 API Viewer to load it, then you can also select the Load On Startup option at the bottom of the window. This will load the API Viewer whenever you are working.

    To view the API calls, open the viewer: Add-Ins -> API Viewer
    Then choose File -> Load Text File and select Win32API

    See the MSDN for usage.
     
  5. siddes

    siddes New Member

    Joined:
    Jul 4, 2007
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    thanks to all above

    ok so that answers my question........
    can i download or buy the MSDN library from somewhere??
    and how much will it cost??
     
  6. munkyeetr

    munkyeetr New Member

    Joined:
    May 4, 2007
    Messages:
    40
    Likes Received:
    0
    Trophy Points:
    0
    Location:
    Victoria BC, Canada
    Apparently, the MSDN Library for Visual Studio 6 (which is the one you need) is no longer available for download through Microsoft. And it was very pricey for the hobbyist, mind you.

    You could look elsewhere for a download seeing as MS no longer wants to supply it. Also, googling terms like "vb api tutorial" "vb api calls" "vb api function" yield some decent results.
     
  7. siddes

    siddes New Member

    Joined:
    Jul 4, 2007
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    0
    thanks so much munkyeet...........
    i actually should have thought of that before
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice