What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » vb help :P

vb help :P
Author: Message:
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
O.P. vb help :P
hmmmm seems a newbie question but hey

here goes...

atm im searching for indidual file names eg .bmp and blah

but now im trying to search for picture files in general

code ive tryed

code:
tmpStrg = Dir$(Text1.Text & "*.bmp") Or Dir$(Text1.Text & "*.jpg") Or Dir$(Text1.Text & "*.png") Or Dir$(Text1.Text & "*.jpeg") Or Dir$(Text1.Text & "*.RLE") Or Dir$(Text1.Text & "*.DIB") Or Dir$(Text1.Text & "*.GIF") Or Dir$(Text1.Text & "*.ICO") Or Dir$(Text1.Text & "*.EMF") Or Dir$(Text1.Text & "*.PSP") Or Dir$(Text1.Text & "*.PDD")
but thats just not cricket (dont work :P)

any help
05-22-2004 08:06 PM
Profile PM Web Find Quote Report
Sk3tch
Veteran Member
*****

Avatar
We are Samurai, the keyboard cowboys

Posts: 1675
Reputation: 4
38 / Male / –
Joined: Jul 2003
RE: vb help :P
How are you searching for them? Are you just trying to match the tmpStrg?

You could use a FileListBox and use the file pattern for specific or all formats like:

"*.jpg;*.bmp;*.gif;*.png;*.jpeg;*.RLE;*.PSP;*.PDD"
Sk3tch@Microsoft.com - Email
- 53 6B 33 74 63 68 34 64@hotmail.com - Messenger
05-22-2004 08:57 PM
Profile E-Mail PM Web Find Quote Report
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
O.P. RE: vb help :P
no dont work, it comes up with the error mod i made :S
05-23-2004 06:24 AM
Profile PM Web Find Quote Report
Mike
Elite Member
*****

Avatar
Meet the Spam Family!

Posts: 2795
Reputation: 48
31 / Male / Flag
Joined: Mar 2003
Status: Online
RE: vb help :P
Check this: http://www.vbforums.com/showthread.php?s=&threadid=266751

But i dont know...
Did you asked that question? :P
YouTube closed-captions ripper (also allows you to download videos!)
05-24-2004 01:30 PM
Profile E-Mail PM Web Find Quote Report
EverStyle
New Member
*


Posts: 2
Joined: May 2004
RE: vb help :P
Where can i download Visual Basic?
05-25-2004 01:52 PM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: vb help :P
quote:
Originally posted by EverStyle
Where can i download Visual Basic?

Thats illegal and nobody will assist you with this. You need to purchase it from Microsoft.
05-25-2004 02:18 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On