You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
TGK
  • TTG Senior
Status: Offline
Joined: Oct 03, 201311Year Member
Posts: 1,409
Reputation Power: 64
Status: Offline
Joined: Oct 03, 201311Year Member
Posts: 1,409
Reputation Power: 64
SpyderGaming22 wrote STill not working! pff help please keeps saying cannot find file error.. **** hell

You can use this instead of System.Diagnostics.
Dim oPro As New Process
With oPro
.StartInfo.UseShellExecute = True
.StartInfo.Arguments = "C:\MyImage.bmp"
.StartInfo.FileName = "mspaint.exe"
.Start()
End With
I don't get an error, so I'm not sure how to help.
#12. Posted:
MrPlebabe
  • New Member
Status: Offline
Joined: Apr 01, 201311Year Member
Posts: 5
Reputation Power: 0
Status: Offline
Joined: Apr 01, 201311Year Member
Posts: 5
Reputation Power: 0
I know that with VB you can call to and from servers using SQL, Access, Oracle or any other database system but the server has to have the database software installed and you have to create the database. Then you can code your program so it calls from the database on the server that you created. Long story short if you have beginners knowledge and a YouTube account for tutorials and your own server then you could do this, it would take time but yeah
#13. Posted:
TGK
  • TTG Senior
Status: Offline
Joined: Oct 03, 201311Year Member
Posts: 1,409
Reputation Power: 64
Status: Offline
Joined: Oct 03, 201311Year Member
Posts: 1,409
Reputation Power: 64
MrPlebabe wrote I know that with VB you can call to and from servers using SQL, Access, Oracle or any other database system but the server has to have the database software installed and you have to create the database. Then you can code your program so it calls from the database on the server that you created. Long story short if you have beginners knowledge and a YouTube account for tutorials and your own server then you could do this, it would take time but yeah

Why would he need a database to run a CoD4 server? O_o
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.