Search:

Type: Posts; User: BriansBrain

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Re: Buying or downloading VB6 or Visual Studio Pro 6

    :rolleyes:

    It's only unsafe to use... if it's connected to the Internet.

    I have 4 dedicated XP SP2 systems on LAN with NO Internet Connection.
    They have been running for years & years, and...
  2. Re: Show Network shared folders in Mini File Explorer

    Sorry, I was off for a couple of days :rolleyes:

    Thanks very much fafalone I have downloaded it and will try it ASAP

    :D
  3. Re: Show Network shared folders in Mini File Explorer

    Chris...

    Thanks........ It's nearly [RESOLVED]

    I'm trying to combine the codes to make the Mini Explorer do what I want it to.

    Which is list the shared folders of a system on the LAN ;)
  4. Re: Show Network shared folders in Mini File Explorer

    Rob, you are welcome.



    Here is my version of the project from the "attachment below" you mentioned in a zip ;)

    And YES it works in XP :D
  5. Re: Show Network shared folders in Mini File Explorer

    dilettante Thanks very much...

    I will download and keep it for a W10 system I am building,
    as all my other PCs are Audio Workhorses running XP SP2,
    which are connected to the LAN but configured...
  6. Re: Show Network shared folders in Mini File Explorer

    And here is something else I found useful :rolleyes:

    Browse to Obtain Network Machines or Shares

    http://vbnet.mvps.org/index.html?code/browse/browsenetwork.htm

    ;)
  7. Re: Show Network shared folders in Mini File Explorer

    Here is my version of the code with a Form and a ListBox to test ;)

    And it worked for me :D

    I just need to build it into the Mini File Explorer now ;)
  8. Replies
    4
    Views
    2,986

    Re: List shared Folders on network

    Just found this........... thanks :D
  9. Re: Show Network shared folders in Mini File Explorer

    :D

    OK I'm looking at this thread...

    http://www.vbforums.com/showthread.php?347232-List-shared-Folders-on-network

    Looks like the code in the thread can do the job :thumb:
  10. Re: Show Network shared folders in Mini File Explorer

    Chris... OK I tried...

    net use X: \\workstation\share /persistent:no /user:domain\fred

    System Error 53 Has Occurred.
    The network path was not found.

    :cry:

    From what I can find out it's...
  11. Re: Show Network shared folders in Mini File Explorer

    Chris
    Of course it does --
    -- it's on my LAN and fixed at 192.168.1.200

    ;)
  12. Re: Show Network shared folders in Mini File Explorer

    I had a look at the link.. .and here is the info...



    I added a reference to WMI scripting library V1.2 (wbemdisp.tlb) to my project,

    Copied the code, ran it and... GetObject function raises...
  13. Re: Show Network shared folders in Mini File Explorer

    Thanks for the link OptionBase1...
    I will have a look tomorrow, it's time for food and wine now :D
  14. Re: Show Network shared folders in Mini File Explorer

    Thanks again for the reply Chris,

    You Mapped the drive as user Bobbles suggested..

    But using net use instead of the Windows Dialogue Box...

    This does not cure my problem.

    As it is NOT ...
  15. Re: Show Network shared folders in Mini File Explorer

    Chris, thanks a lot for the reply...

    But, I can't see how it's going to help in the Mini Explorer program ?

    Regards ;)
  16. Re: Show Network shared folders in Mini File Explorer

    So you did the same as I tried... and it works
    You opened One of the Shared Folders on you \\User-pc

    If I open just One of the Shared Folders for example \\Workstation\Bar
    I works...
    ...
  17. Re: Show Network shared folders in Mini File Explorer

    Thanks for the quick reply, however.

    My problem is I am trying to display in the Mini Explorer...
    the Network Shared Folders... as \\Workstation in the normal Windows XP Explorer pic.

    BUT......
  18. Show Network shared folders in Mini File Explorer

    Hello...

    I found a Mini Explorer for VB6 here...
    http://planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=36535&lngWId=1

    I have included the original zip from Planet Source Code.

    I am...
  19. Re: fmod (audio library) - vb api wrapper - with examples

    I found V4.30.1 @ 386kb Created 02 August 2011

    I don't think I am allowed to upload it to the Forum though :rolleyes:
  20. Re: [RESOLVED] Calculating the first Sunday of Advent

    Works perfect ;)

    Thanks again Olaf :wave:
  21. Re: Calculating the first Sunday of Advent

    Thanks dilettante

    Your code using your moded Function seems to work Fine :)

    Thanks to everyone who Looked at this :D
  22. Re: Calculating the first Sunday of Advent

    OK Chris If I mod the Function to this it works...


    Private Function GetViertenAdvent(JahrA As Long) As Date
    Dim i As Long

    For i = 24 To 1 Step -1
    If Format(i & "/12/" & JahrA,...
  23. Re: Calculating the first Sunday of Advent

    Thanks for the quick reply Chris,

    Using your code as is I get this result in the ListBox...


    4. Advent 00:00:00
    3. Advent 23/12/1899
    2. Advent 16/12/1899
    1. Advent 09/12/1899
  24. [RESOLVED] Calculating the first Sunday of Advent

    Hello, I am trying to calculate the first Sunday of Advent in VB6 (for any future year).

    Advent Sunday is the fourth Sunday before Christmas Day.
    This is equivalent to the Sunday nearest to St....
  25. Re: Microsoft Internet Transfer Control to Retrieve an HTML Page = 403 Forbidden

    Thanks for all your help.

    I will get someone (who can converse in Spanish correctly) to contact the owner on my behalf.

    :)
  26. Re: Microsoft Internet Transfer Control to Retrieve an HTML Page = 403 Forbidden

    BTW:

    I am NOT obtaining the information for commercial use.

    I am using the information for a hobby of mine.

    I will have a go and try and explain why I am scraping the information from the...
  27. Re: Microsoft Internet Transfer Control to Retrieve an HTML Page = 403 Forbidden

    As member baka posted further up maybe meteomaspalomas have changed something with the http server they use

    ;)
  28. Re: Microsoft Internet Transfer Control to Retrieve an HTML Page = 403 Forbidden

    I have always used Inet with good results I have never tried with winsock

    Can you suggest code to try using winsock

    BTW: thanks for looking :)
  29. [RESOLVED] Microsoft Internet Transfer Control to Retrieve an HTML Page

    Hello,

    WinXP VB6 SP6

    I am using (Inet1) the Microsoft Internet Transfer Control to to Retrieve an HTML Page
    Everything was fine until this week so something has changed.

    Here is some code...
  30. Re: DirectShow to play Mp3 + Select Sound Card

    Here is another from the Part of the Microsoft DXSDK Code Samples.

    118351

    This one is very similar to Jacob Roman's code.

    As it does not have a Sound Card Select either :rolleyes:

    But it...
  31. Re: DirectShow to play Mp3 + Select Sound Card

    Here is some modified code originally from Part of the Microsoft DXSDK Code Samples.

    118357

    This code works for me.
    I can select a sound card to play mp3.

    Pleas note sounds boards are very...
  32. Re: DirectShow to play Mp3 + Select Sound Card

    Duplicate post deleted :rolleyes:
  33. Re: DirectShow to play Mp3 + Select Sound Card

    I have looked at other code for DirectShow that selects the sound card but I have not managed to migrate it into the original code from Jacob Roman's.
    ;)


    I need to have the Default Audio Output...
  34. Re: DirectShow to play Mp3 + Select Sound Card

    In one word NO ;)
    That article clearly states...


    Thanks for the reply but :confused:

    My original post was...

    DirectShow to play Mp3 + Select Sound Card
  35. DirectShow to play Mp3 + Select Sound Card

    WinXP VB6 SP6

    Hi,

    I have been playing with member Jacob Roman's
    http://www.vbforums.com/member.php?50926-Jacob-Roman
    DirectShow Mp3 Example.zip...
  36. Re: Oscilloscope (sound wave graph) how do I create one

    :wave:

    I found these in my collection of other peoples code ;)

    Audio Spectrum
    Spectrum Analysis
    Oscilloscope
    Dwl Oscilloscope
    Mifft
  37. Re: API mciSendString type MPEGVideo won't play mp3 on Windows 7

    I noticed in your pic you had the Tweaker installed :thumb:

    As I mentioned above I found this after some research.


    And I found this Tweaker here it's included in the latest codec pack......
  38. Re: API mciSendString type MPEGVideo won't play mp3 on Windows 7

    And there is the MPEGVideo that my Windows 7 is giving me the problem :(

    Thanks for looking :)
  39. Re: API mciSendString type MPEGVideo won't play mp3 on Windows 7

    :rolleyes:

    OK in XP if I play an mp3 using the API mciSendString with type MPEGVideo it brings up the ffdshow Icon on the Taskbar ;)

    Google Search for "ffdshow directshow filter" "windows 7"
    ...
  40. Re: API mciSendString type MPEGVideo won't play mp3 on Windows 7

    Did a google Search for >> "windows 7" mciSendString "type mpegvideo"

    Same problem in C#
    *NOTE* >> OS: Windows 7 Professional...
Results 1 to 40 of 101
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width