Benvenuto, Ospite |
Devi registrarti prima di poter scrivere nel forum.
|
Utenti online |
Al momento ci sono 485 utenti online. » 0 utente(i) | 484 visitatore(i) Bing
|
Ultime discussioni |
Find Womans from your tow...
Forum: Windows 7
Ultimo messaggio di: magicvolo
11-07-2024, 05:54 AM
» Risposte: 0
» Visite: 44
|
Find Beautiful Girls from...
Forum: Windows 7
Ultimo messaggio di: andrea----90
10-29-2024, 04:19 PM
» Risposte: 0
» Visite: 57
|
Find Sexy Girls in your t...
Forum: Windows 7
Ultimo messaggio di: magicvolo
10-15-2024, 04:55 AM
» Risposte: 0
» Visite: 68
|
Womans from your city - R...
Forum: Windows 7
Ultimo messaggio di: andrea----90
10-11-2024, 07:43 AM
» Risposte: 0
» Visite: 65
|
Sexy Womans in your city ...
Forum: Windows 7
Ultimo messaggio di: andrea----90
10-01-2024, 06:35 AM
» Risposte: 0
» Visite: 71
|
Search Beautiful Womans f...
Forum: Windows 7
Ultimo messaggio di: Todima
08-28-2024, 01:50 PM
» Risposte: 0
» Visite: 105
|
Beautiful Womans in your ...
Forum: Windows 7
Ultimo messaggio di: andrea----90
08-27-2024, 01:24 PM
» Risposte: 0
» Visite: 92
|
Propongo di reinserire de...
Forum: Le vostre proposte o richieste
Ultimo messaggio di: MikeCoccodrillo
08-22-2024, 02:47 PM
» Risposte: 0
» Visite: 119
|
Beautiful Girls from your...
Forum: Windows 7
Ultimo messaggio di: Todima
08-09-2024, 02:50 AM
» Risposte: 0
» Visite: 113
|
egrhtdger
Forum: Software
Ultimo messaggio di: cejdf3rw
07-15-2024, 09:29 AM
» Risposte: 0
» Visite: 161
|
|
|
[RISOLTO] ZEN V Creative download |
Inviato da: topolino - 09-07-2009, 09:52 PM - Forum: Drivers
- Risposte (20)
|
|
Ciao,
ho riscontrato il seguente problema con firefox "QUESTO DOWNLOAD E' STATO BLOCCATO DAI CRITERI SULLE AREE DI PROTEZIONE" facendo il download di driver e softwere dello ZEN CREATIVE.
http:/XXXXXXXXXX supportcreative.xxxx
chi può aiutarmi?
Grazie
|
|
|
Un modem, due computer e una sorella |
Inviato da: DragoonLo - 09-07-2009, 02:44 PM - Forum: Hardware
- Risposte (10)
|
|
Salve a los todos!
Sto cercando di risolvere un problema della mia fidanzata. Lei ha un portatile, un fisso e una sorella: spesso lei e la sorella vorrebbero navigare contemporaneamente, ma il modem è uno solo.
In generale lei mi ha detto di vedere cosa sarebbe meglio fare, ma non conoscendo tutte le soluzioni nel campo dei modem chiedo a voi. Sarebbe meglio la soluzione più economica, ovviamente.
In sostanza, si tratta di collegare due computer ad internet, il modem è uno solo.
1) la cosa più incasinante sarebbe che prendesse il modem di alice (il gate2) e utilizzasse il wireless per il portatile.
2) ...?
Le hanno consigliato di sdoppiare la presa del modem... ma obiettivamente non ho ben capito cosa significhi... penso che ogni modem si relazioni con uno e un solo pc... no?
Al massimo può usare due modem, penso...
|
|
|
Easy Luncher |
Inviato da: Devil_Code - 09-07-2009, 12:26 PM - Forum: Programmazione
- Risposte (3)
|
|
Codice: ;semplice launcher
MsgBox, 0, Benvenuto,Devil Easy Launcher è un semplice launcher di programmi.
Process Priority,,High
SetBatchLines, -1
TrayTip , Devil Easy Launcher, Devil Easy Launcher è posizionato qui, 5, 1
SetWorkingDir %A_ScriptDir%
#Persistent
Menu, Tray, NoStandard
Menu, tray, add, Calcolatrice, calcolatrice
Menu, tray, add, Notepad, notepad
Menu, tray, add, Paint, paint
Menu, tray, add
Menu, tray, add, Cmd, cmd
Menu, tray, add, Ip,ip
Menu, tray, add, Esci, exit
return
calcolatrice:
MsgBox, 4, Calcolatrice, Avviare la calcolatrice?
IfMsgBox No
return
else
run calc.exe
return
Notepad:
MsgBox, 4, Notepad, Avviare blocco note?
IfMsgBox No
return
else
run notepad.exe
return
paint:
MsgBox, 4, Paint, Avviare paint?
IfMsgBox No
return
else
run mspaint.exe
return
cmd:
MsgBox, 4, Cmd, Avviare cmd?
IfMsgBox No
return
else
run cmd.exe
return
ip:
MsgBox, 4, IP, Vuoi sapere il tuo ip?
IfMsgBox No
return
else
MsgBox, % A_IPAddress1
return
exit:
MsgBox, 4, Esci, Vuoi Uscire?
IfMsgBox No
return
else
MsgBox, 0, Bye, Grazie di aver usato il mio launcher :D.
ExitApp
|
|
|
Illegal Telnet Client |
Inviato da: Devil_Code - 09-07-2009, 12:23 PM - Forum: Programmazione
- Risposte (17)
|
|
Codice: #include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
TCPStartup ()
#Region ### START Koda GUI section ### Form=
$Form3 = GUICreate("illegal Telenet Client", 594, 501, 204, 154)
GUISetFont(10, 800, 0, "System")
GUISetBkColor(0x000000)
$Edit = GUICtrlCreateEdit("", 88, 24, 409, 353)
GUICtrlSetData(-1, "")
GUICtrlSetColor(-1, 0x008000)
$Input1 = GUICtrlCreateInput("", 88, 392, 409, 24)
GUICtrlSetColor(-1, 0x008000)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
$Host1 = InputBox ( "Illegal Telnet Client", "Inserire nome host a cui connettersi" )
$Port1 = InputBox ( "Illegal Telnet Client", "Inserire porta host" )
GUISetState ()
ControlSend ( "Illegal Telnet Client","", $Edit, "{TAB}")
$Host = TCPNameToIP ( $Host1 )
$Connessione = TCPConnect ( $Host, $Port1 )
If @error Then Exit
While 1
$msg = GuiGetMsg()
If $msg = $GUI_EVENT_CLOSE Then Exit
$recv = TCPRecv ( $Connessione,2048 )
If $recv <> "" Then
$text = GUICtrlRead ( $Edit )
GUICtrlSetData ( $Edit,$text & $recv )
ControlSend ( "Illegal Telnet Client","", $Edit, "{ENTER}")
EndIf
If $msg = $Input Then
$text = GUICtrlRead ( $Edit )
$eingabe = GUICtrlRead ( $Input )
GUICtrlSetData ( $Edit, $text & $eingabe )
GUICtrlSetData ( $Input, "" )
TCPSend ( $Connessione, $eingabe & Chr ( 10 ) )
ControlSend ( "Illegal Telnet Client","", $Edit, "{ENTER}")
If @error Then
MsgBox (0,"","Errore")
Exit
EndIf
EndIf
WEnd
|
|
|
|