: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...
[Originally posted by Jim]Using pictureboxes, how do i write a function to move a picturebox forward or backward using their Z-order property. I don't want to move them all the way to the back, just one step backward at a time and the same for forward....
HelloIn my application, I display more than 10 forms at the same time. These form sizes are user sizeable and the sizes are stored in a file so that the same sizes will be used to display the forms next time.My requirement is to set the Zorder the of the forms as per the sizes (area of the form). Th...
hey,i just need a reminder.when i have a form and from within it i .show another form how do i keep the user from getting back to form1 before clicking exit on form2, and without making form2 alwais on top?thanks.....
Suppose I have 2 forms. Form1 contains Command1(0) and Command1(1). Form2 contains Command1 and Command2. I also have a "run" button on Form!. When I click that it should:Form2.showForm2.command1.zorder = command1(0).zorderform2.command2.zorder = command1(1).zorderBut apparently I cant do zorder...
Is it possible to prevent the change of the zorder of several forms ? I would like to choose a zorder of severals forms and lock this zorder, even if I click on these forms....
Zooming/Changing web browser text font sze...I saw this done on planetsourcecode.com, but it only had 5 sizes, and didn't change the size very much at all. Is there a better way of doing this that changes the size even more??:confused:...
Hi,I'm building an app with a printpreview.The printpreview prints the contents of a RichtTextbox to a PictureBox that was made the exact size of the paper used.Now I want to be able to zoom.I have tried the PaintPicture method using the Image of the picturebox, but I can't get it to w...
I am making a project of image editor like corel draw.I have a problem of zooming picture in picturebox.I have a solution by using "Streathblt" function.But i want other idea of that....