Shoutbox

vb help :P - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: vb help :P (/showthread.php?tid=25651)

vb help :P by Stigmata on 05-22-2004 at 08:06 PM

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
RE: vb help :P by Sk3tch on 05-22-2004 at 08:57 PM

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"


RE: vb help :P by Stigmata on 05-23-2004 at 06:24 AM

no dont work, it comes up with the error mod i made :S


RE: vb help :P by Mike on 05-24-2004 at 01:30 PM

Check this: http://www.vbforums.com/showthread.php?s=&threadid=266751

But i dont know...
Did you asked that question? :P


RE: vb help :P by EverStyle on 05-25-2004 at 01:52 PM

Where can i download Visual Basic?


RE: vb help :P by matty on 05-25-2004 at 02:18 PM

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.