File Extensions

Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
23 posts Page 2 of 3
Contributors
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: File Extensions
Axel
Kieken72 wrote:
But know how i write in the file ? :p
system.IO.File.WriteAllText("C:\YourPath" , "hello , this is your text", Encoding.UTF8)
http://vagex.com/?ref=25000
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: File Extensions
Axel
TheSecretBoy wrote:
i want when i open TESTFILE.<my extension>
it open my program with the Text < For Example how ?
RichTextBox1.Text = My.Computer.FileSystem.ReadAllText(My.Application.CommandlineArgs(0))

thanks ? (a)
http://vagex.com/?ref=25000
User avatar
Kieken72
VIP - Donator
VIP - Donator
Posts: 231
Joined: Sun May 02, 2010 10:38 am

Re: File Extensions
Kieken72
YourSocksRoxx wrote:
Kieken72 wrote:
But know how i write in the file ? :p
system.IO.File.WriteAllText("C:\YourPath" , "hello , this is your text", Encoding.UTF8)
Could i place a picture in it ?
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: File Extensions
Axel
Kieken72 wrote:
YourSocksRoxx wrote:
Kieken72 wrote:
But know how i write in the file ? :p
system.IO.File.WriteAllText("C:\YourPath" , "hello , this is your text", Encoding.UTF8)
Could i place a picture in it ?
ofcourse but bassicly its just getting the path from the command line

Picturebox1.imagelocation = (My.Application.CommandlineArgs(0))
http://vagex.com/?ref=25000
User avatar
Kieken72
VIP - Donator
VIP - Donator
Posts: 231
Joined: Sun May 02, 2010 10:38 am

Re: File Extensions
Kieken72
YourSocksRoxx wrote:
But know how i write in the file ? :p
system.IO.File.WriteAllText("C:\YourPath" , "hello , this is your text", Encoding.UTF8)[/quote]
Could i place a picture in it ?
ofcourse but bassicly its just getting the path from the command line

Picturebox1.imagelocation = (My.Application.CommandlineArgs(0))[/quote]
no a picture write to the file and some text
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: File Extensions
Axel
Kieken72 wrote:
YourSocksRoxx wrote:
But know how i write in the file ? :p
system.IO.File.WriteAllText("C:\YourPath" , "hello , this is your text", Encoding.UTF8)
Could i place a picture in it ?
ofcourse but bassicly its just getting the path from the command line

Picturebox1.imagelocation = (My.Application.CommandlineArgs(0))[/quote]
no a picture write to the file and some text[/quote]
do you mean like a picture in a richtextbox ?
http://vagex.com/?ref=25000
User avatar
Kieken72
VIP - Donator
VIP - Donator
Posts: 231
Joined: Sun May 02, 2010 10:38 am

Re: File Extensions
Kieken72
no in a Picturebox
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: File Extensions
Axel
Kieken72 wrote:
no in a Picturebox
well i don't understand you , so you want to write text to a picture ?
http://vagex.com/?ref=25000
User avatar
Kieken72
VIP - Donator
VIP - Donator
Posts: 231
Joined: Sun May 02, 2010 10:38 am

Re: File Extensions
Kieken72
lol no

A file type What contains a image and Text...
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: File Extensions
Axel
Kieken72 wrote:
lol no

A file type What contains a image and Text...
well , how about saving all the bytes of the image and ass it in your text file?
http://vagex.com/?ref=25000
23 posts Page 2 of 3
Return to “Tutorial Requests”