:eek2: http://www.vbforums.com/showthread.php?p=2829958#post2829958Well, you seem just to have triggered it through a particular set of circumstances, whatever they may be...Lex Luthor strikes again!!!:)...
I'm looking for a video/mp3 player.Does anyone know what video formats Ipod / Zune supports?I have a large variety of codecs and video formats, OGMs with *.sub subtitle text files, MKVs, the most importantly DIVX AVIs.Am I wrong or do Ipod only support MOV videos, and Zune only support WMV...
Hi all,I need to be able to zoom a PictureBox with all the child contols in thePictureBox. The only child controls are labels and TextBoxes. Any ideas?Any help is very much appreciated.Jim...
what i would like to know is:-> how do i manage/control the volume of files that an diskette can contain...whendoing the file Zip in a line of comand of DOS?-> wzzip (filename.zip) (directory of where is the file and the file.txt)..thisworks when i do the Run ...it creats in my desktop the fil...
I have a maskedbox control where I specified the mask as ######.##. It acceptswell, if I'm typing 000001.22. But If I', typing just 1.2 or 1 .2 or _____1.2it always reformats as 122.Anybody could help me please.Raghav...
Julie Marcoux <fredpoi@hotmail.com> wrote in messagenews:3911e038$1@news.dev-archive.com...>> Hi everyone.> I use Datareport with a stored procedure from SQL-SERVER.> I would like to print for each line it's line number.> 1 - USA> 2- Canada> 3 - Peru> For now it...
You can create a command like this:SELECT * FROM clientsWHERE (name = [Parameter] OR '*****' = [Parameter])If you pass a name that exists in the data base, then the firs part of theOR clause is true, so the whole clause is true and it will return one record.If you pass '****', th...