Open App.Path & "\irc\files\channel.txt" For Input As #1

This is generaly the same thing i used on all of he opening files. It says it cant find the file/directory, and ideas on what else to ue for a wildcard directory?

Recommended Answers

All 2 Replies

NVM Solved it >.< But i hit another problem.
If Left(txtChat.Text, 1) = "/" Then
For some reason if i type /(command) then when i press enter it doesn't enter the command. Is this a problem with vb6?

parts = split(txtchat.text, " ")
RawCommand = parts(0)
Parameter = parts(1)
Cmd  = right(RawCommand, len(rawcommand) -1)

That Should Work ;)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.