I was hoping you guys could help me out with this...
I am trying to open a file over the network or on a webpage... currently i can only open the file if it is stored locally (i.e. c:\filename.ext)
The code i used is this:
Open "C:\events.txt" For Input As #1
Input #1, NumEvents
For i = 0 To NumEvents - 1
Input #1, Events(i)
Input #1, EventInfo(i)
Next i
Close #1
For i = 0 To NumEvents - 1
LSTevents.AddItem Events(i)
Next i
This will get the data in the txt file and load it into the list box, and then get the other data in the txt file and put it on the label caption.
If anyone knows how to do this but be able to open the file if the file is located on a website or on another computer on a network, please let me know.
Every Xbox is a slimmed-down and modified Windows.
Xbox 1 (2002) was a Windows NT
Xbox 360 Windows 8
Xbox One Windows 10
Xbox SX Windows 11
all with versions with specific services just for games.
The Windows that will come on laptops will be a slimmed-down Windows 11 Home focused on games.
The problem was that people who have played Extraction Shooters said there were too many missing features. Like Proximity Chat ...because of "toxicity". Lack of any story development even actually outlined. "Too watered down" for regular Extraction Shooter Enjoyers. Stupid amount of Aim Assistance on MnK. Questionable outdoor map design (how can something so "colorful" be so effing dull).
Not to mention people still ###### they seemed to use the Marathon name and added in the alien/npcs after the fact, stappled on some other game concept they were working on. Like Arkane Studios was forced to use Prey as a title for their own original IP, by Bethesda to sucker in people for name recognition and ownership over the Prey IP. Which backfired with lower sales, due to the people realizing not a sequel or reboot, and the people who didn't like the original Prey.
Best practice when switching platforms is to always start fresh and install chipset drivers after reinstall to avoid any issues. I've yet to find a way to eliminate problems caused by this in the same way you can just DDU GPU drivers and switch. Would be nice if they could facilitate it.
Yeah the launcher is fine, but 400mb for the package of all the apps if you only want to use 1 or 2 isn't in my opinion, and seems totally unnecessary.
Question
nwmma
Hi all,
I was hoping you guys could help me out with this...
I am trying to open a file over the network or on a webpage... currently i can only open the file if it is stored locally (i.e. c:\filename.ext)
The code i used is this:
Open "C:\events.txt" For Input As #1 Input #1, NumEvents For i = 0 To NumEvents - 1 Input #1, Events(i) Input #1, EventInfo(i) Next i Close #1 For i = 0 To NumEvents - 1 LSTevents.AddItem Events(i) Next i
This will get the data in the txt file and load it into the list box, and then get the other data in the txt file and put it on the label caption.
If anyone knows how to do this but be able to open the file if the file is located on a website or on another computer on a network, please let me know.
I am using vb6.
Thanks
Link to comment
https://www.neowin.net/forum/topic/139545-open-file-from-networkinternet-visual-basic/Share on other sites
1 answer to this question
Recommended Posts