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. miguelisboa

    visual studio installer

    i wonder if it is possible (and how), using VSI and vb6, to create (an install, of course i know it does) and also an uninstall thanks in advance
  2. miguelisboa

    printing

    using vb6, visual installer 1.1 and crystal 8.5 i made a install package; i tested it in my machine and it does print, but, in any other, does not the event log file states: Invalid directory what am i doing wrong? i use ms access database thanks in avance
  3. miguelisboa

    regex for hyperlink

    i got the following from a book: its a regex that works IF the word(s) dont have any special chars, like: página, or maçã here it is: $texto = ereg_replace('\[L]([-_./a-zA-Z0-9!&%#?+,\'=:~]+)\[EL]','<a class="texto" href="\\1">\\1</a>', $texto); $texto =...
  4. miguelisboa

    targeting duplicated movieclips

    i'm drawing (based on an elipse) and using this code: duplicateMovieClip(ponto, "ponto" + i, this.getNextHighestDepth()); i varies from zero to 359, so how can i target every (or any) of the recent created mcs? my prob is the duplicated movie clip's name! how to write it? if i use ("ponto" + i)...

Part and Inventory Search

Back
Top