|
-
Nov 9th, 1999, 12:33 PM
#1
Thread Starter
Fanatic Member
Does anybody know how can I change extension of a file via VB 5.0?
Or does anybody know how can I change extension at all in Win 95 or DOS?
------------------
Visual Basic Programmer (at least I want to be one)
------------------
PolComSoft
You will hear a lot about it.
-
Nov 9th, 1999, 12:44 PM
#2
Lively Member
I'm not quite sure what you mean but try renaming the file.
Name SOURCE as DESTINATION
Example:
Name MyFile.Txt as MyFile.Exe
Steve.
-
Nov 10th, 1999, 02:37 AM
#3
Thread Starter
Fanatic Member
I mean to change for example MyFile.JPG to MyFile.BMP
------------------
Visual Basic Programmer (at least I want to be one)
------------------
PolComSoft
You will hear a lot about it.
-
Nov 10th, 1999, 03:02 AM
#4
What SteveS said was right, for example to rename MyFile.JPG to MyFile.BMP:
Name "MyFile.JPG" To "MyFile.BMP"
------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]
-
Nov 10th, 1999, 04:19 AM
#5
Hyperactive Member
Or do you want to convert the JPEG to a bitmap?
------------------
Tom Young, 14 Year Old
[email protected]
ICQ: 15743470
AIM: TomY10
PERL, JavaScript and VB Programmer
-
Nov 10th, 1999, 11:09 AM
#6
Thread Starter
Fanatic Member
I thought just about changing the name, but if you know how to convert .ART files to .BMP files I would really appreciate your help.
Thanks
QWERTY
------------------
Visual Basic Programmer (at least I want to be one)
------------------
PolComSoft
You will hear a lot about it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|