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 IamaSherpa 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. maddymadhans

    Disable the drag and drop in Microsoft Agent control

    hi I am developing a character using microsoft agent control. I dont want the users to drag the character at some situations, how to disable and enable the dragging facility in agent control... Thank you Madhan s
  2. maddymadhans

    doubt in window.open() method

    hi can some one help me to find that if a window is already open or not using javascript. if i am opening a window by clicking a link in home page using window.open() method and if the user again clicks the same link it should check wheather the window is already open and if so that window...
  3. maddymadhans

    how to fetch html content in vc++

    Hi I wnt to fetch a html file from a host using vc++. can any one tell me how to do it ? I hav did that using winsock control in vb but i am new to vc so plz help me and if u hav some code or tutor regarding this plz notify me Thank you Madhan S
  4. maddymadhans

    need of rich text component...

    how to exetern that control for a image support. if u give me some logic i will try plz.....
  5. maddymadhans

    need of rich text component...

    hi i am in need of rich text component by which we can format the text as bold, italic, etc., and also add some emotion icons along with the text. if at all any one knows the component in flash which can do the above and its free then plz let me know that ... Thank you Madhan S
  6. maddymadhans

    problem in loadVars

    function updateStatus(){ var newName = "Some name"; statusVars.load("getUsrStatus.php?newName="+newName); } function showStatus(success) { if(success) { usrStatus=this["usrStatus"]; } } /*Main program*/ statusVars = new LoadVars()...
  7. maddymadhans

    problem in code attached, plz solve it for me :)

    function updateStatus(){ tmpCount++; if(tmpCount<=usersCount) { var newName = &quot;Some name&quot;; statusVars.load(&quot;getUsrStatus.php?newName=&quot;+newName); } else { tmpCount=0; } } function showStatus(success) { if(success) {...
  8. maddymadhans

    doubt in loadVariablesNum() in flash

    hi i am using this function loadVariablesNum(&quot;some.php&quot;,0,&quot;POST&quot;); by which i am changing the status variable in the flash. now my doubt is wheather the flash will wait for the execution of the above statement or it proceeds with next statement. but i wnt flash to wait...
  9. maddymadhans

    creating Chat using flash, php and mysql

    hi I am interested in creating a chat program. using flash with php. The server application has to be created using the php and the client application using flash. I want to know how to make use of sockets in both php and flash to develop this. so plz if u hav some tutorial or some links...
  10. maddymadhans

    plz let me know wht to do with scroll pane bug

    hi i hav created a movie symbol which reads the xml file and dynamically creates a tree like structure using buttons. now i hav added the scroll pane control by setting the content of the scroll pane with the linkage name specified in the library by me. The content is loaded in the scroll pane...
  11. maddymadhans

    how to close the falsh using a button

    hi i want to close the flash window by clicking the close button how to do it plz help me thank you
  12. maddymadhans

    Regarding the events

    Hi i have created a clip with some animation. i hav a button. by clicking it the clip has to be removed. so i hav written it on release event of the button. but whts the problem is the clip has to be removed only when its full animation is over till that we hav to wait in on release...
  13. maddymadhans

    run the instance of movie when its made visible dynamically

    hi I hav created a movie symbol like moving a box from left to right. if i am placeing the movie symbol i want it to play from the first frame when it is made visible dynamically or whenever its made visible dynamically by hitting a button or something. plz help me Thank you

Part and Inventory Search

Back
Top