Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. yelimeli

    problem with spinning

    hello everybody i have a problem please help me, i have 4 squares drawn in swift3d i have made it spinning in swift3d now i import them into flash and i have to spin each one separetely, that is square 1 must spin and all other squares must stop, then square2 must spin so each square must spin...
  2. yelimeli

    problem with spinning please help

    Hey I have drawn a 3d image in swift3d and i imported it in flash now i want to make it to spin it around its axis, that is inward how can i do it please help Thanks & Regards Srinivas
  3. yelimeli

    problem with spinning

    Hey everybody I have 4 squares one beside the other what i want to do is spin each one of them one after the other, that is one square must spin and stop then the other square must spin and stop and so on and then the cycle must continue. I dont know how to proceed, well i'm a beginer so...
  4. yelimeli

    pulldown menu

    Hey i have 2 frames, in one frame i have a pull down menu and when i select an item it takes me to a website. now the problem i'm facing is when i select an item in one frame the selected item should come in next frame but right now the selected item is getting displayed in the same frame...
  5. yelimeli

    drawing a cube and moving it

    Hey I'm trying to write a code that draws a cube and then when i click a button nmaed left the cube should move left and when i click a button named right it should move right. I have used drawline and drawsquare to draw cube and then to move i can use repaint() method to modify the x & y...
  6. yelimeli

    question about perl executable and functions

    Hey everybody Can anybody tell me how i can convert a perl program into a executable ?. what is the difference between func and &func ? what is deep binding & shallow binding ? i'm a beginer so my questions may sound silly but any help anybody gives me will be very helpful. Thanks...
  7. yelimeli

    Help regarding modules

    Hey<br><br>&nbsp;&nbsp;Is there any way i can find all the modules installed in local perl directory. Actually i'm writing a utility to download a module and install it, but i dont want to install the modules already present, how can i check the modules existing in my local perl directory ? is...
  8. yelimeli

    using ADO with Perl

    can anybody please tell me how i can add to a database using ADO. i'm trying the following code<br><br>use OLE;<br>use DBI;<br>$str='c:\abc1.doc';<br>$Conn= CreateObject OLE &quot;ADODB.Connection&quot; ¦¦ die &quot;CreateObject: $!&quot;;<br>$rs=CreateObject OLE &quot;ADODB.Recordset&quot; ¦¦...
  9. yelimeli

    help with file management

    Hey<br><br>&nbsp;You are right. I did use $size, but it was of no use. the output file still had nothing. Please help me, let me know how i can open a file in MS-word copy the contents to another doc file and print it. The above code i tried seems correct please let me know what is wrong. I...
  10. yelimeli

    help with file management

    Hey<br><br>&nbsp;&nbsp;I'm writing a program to read a word document and copy it to another word document. But when i open the file created i get some strange characters. <br><br>The following is the code is what i tried...

Part and Inventory Search

Back
Top