elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Recuerda que debes registrarte en el foro para poder participar (preguntar y responder)


  Mostrar Mensajes
Páginas: 1 ... 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 [31] 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 ... 64
301  Programación / .NET (C#, VB.NET, ASP) / Re: Ayuda con un Login !! en: 20 Agosto 2011, 22:18 pm
.net, .net EVERYWERE!

no se .net pero pdes hacerlo asi.
(venga el pseudocodigo)

Código:
if elbotondeadmin = true and elbotondeuser = false then
 if contraceña = correctadeadmin then
  mostrar entraste macho
 sino
  mostrar sos un queso
else (podes usar tambien "elseif botondeadmin = false and botondeuser = true then")
 if contraceña = correctauser then
  mostrar sos groso,sabelo
 else
  mostrar le erraste macho
 endif
endif

Ahora traducilo :P

PD: haces doble comprovacion cosa que me parece raro, no puede haber dos radio buttons marcados al mismo tiempo :S
302  Informática / Software / Re: Elemental Status 2.0 [Vigila tu Bateria y tu Wi-Fi] en: 20 Agosto 2011, 22:02 pm
EPIC MOMENT OF FAIL!  ;-) ;-)

son KB
303  Informática / Software / Elemental Status 2.0 [Vigila tu Bateria y tu Wi-Fi] en: 20 Agosto 2011, 21:47 pm
ELEMENTAL STATUS es un programa que te permitirá tener siempre a la vista tus niveles de batería y tu señal de Wi-Fi.
Esta completamente programado por mi, y es gratis.
CARACTERÍSTICAS:
  • Icono en la barra del Sistema muestra el Wi-Fi
  • Configurable para que inicie con windows
  • Configurable para que este siempre visible
  • Al pasar el mouse por encima se pone sobre todas las ventanas
  • Muestra el estado de la batería, el porcentaje y el tiempo restante
  • Muestra el SSID de la conexión Wi-Fi, la potencia y la calidad en porcentaje
  • Tiene un instalador re lindo  :huh:

• Nombre completo y versión: Elemental Status
• Idioma: Español - Ingles
• Tamaño Final: 507 KB
• Sistema Operativo: Windows
• Página del Autor: ElementalCode.Blogspot.com




Super mega ultra magica Descarga!
http://www.mediafire.com/?us6lq0fr8crff4r
304  Programación / Programación Visual Basic / Re: Problema con la API GetSystemPowerStatus en: 20 Agosto 2011, 01:03 am
y como iba a saber yo que se sumaban?  :P

Gracias mi buen amigo :)

PD: como usaste el and? no entiendi :P
305  Programación / Programación Visual Basic / Problema con la API GetSystemPowerStatus en: 19 Agosto 2011, 18:19 pm
HOLA!!! :D

Les dejo el codigo de la api segun la apiguide 3.7:

Código
  1. Private Type SYSTEM_POWER_STATUS
  2.        ACLineStatus As Byte
  3.        BatteryFlag As Byte
  4.        BatteryLifePercent As Byte
  5.        Reserved1 As Byte
  6.        BatteryLifeTime As Long
  7.        BatteryFullLifeTime As Long
  8. End Type
  9. Private Declare Function GetSystemPowerStatus Lib "kernel32" (lpSystemPowerStatus As SYSTEM_POWER_STATUS) As Long
  10. Private Sub Form_Paint()
  11.    'KPD-Team 2000
  12.    'URL: http://www.allapi.net/
  13.    'E-Mail: KPDTeam@Hotmail.com
  14.    Dim SPS As SYSTEM_POWER_STATUS
  15.    'get the battery powerstatus
  16.    GetSystemPowerStatus SPS
  17.    Me.AutoRedraw = True
  18.    'show some information
  19.    Select Case SPS.ACLineStatus
  20.        Case 0
  21.            Me.Print "AC power status: Offline"
  22.        Case 1
  23.            Me.Print "AC power status: OnLine"
  24.        Case 2
  25.            Me.Print "AC power status: Unknown"
  26.    End Select
  27.    Select Case SPS.BatteryFlag
  28.        Case 1
  29.            Me.Print "Battery charge status: High"
  30.        Case 2
  31.            Me.Print "Battery charge status: Low"
  32.        Case 4
  33.            Me.Print "Battery charge status: Critical"
  34.        Case 8
  35.            Me.Print "Battery charge status: Charging"
  36.        Case 128
  37.            Me.Print "Battery charge status: No system battery"
  38.        Case 255
  39.            Me.Print "Battery charge status: Unknown Status"
  40.    End Select
  41. End Sub
  42.  

El problema es que si tengo la bateria cargando me devuelve 9 como flag y no 8 :S.
Saben porque sera?

Muchas gracias por su ayuda :)
306  Programación / Programación Visual Basic / Re: [Duda Vb6]Acceder a un .txt subido a un servidor en: 19 Agosto 2011, 13:28 pm
cifra las cadenas de texto del txt y desencriptalas despues en tu exe  :silbar:
307  Foros Generales / Sugerencias y dudas sobre el Foro / Re: Curiosidad divertida del "localizador de IPs de elhacker.net" en: 19 Agosto 2011, 13:23 pm
:¬¬ juraria k tenia esa ip
OH DIOS MIO! YO TAMBIEN!  >:D
308  Programación / Programación Visual Basic / Re: Minimizar al area de notificacion en: 17 Agosto 2011, 02:43 am
Oh Mai Faking God!

Guguel No muerde

http://www.recursosvisualbasic.com.ar/htm/trucos-codigofuente-visual-basic/81.htm
309  Programación / Programación Visual Basic / Re: Darle instrucciones a mi programa en: 8 Agosto 2011, 11:42 am
Manejar algo via web:

http://es.wikipedia.org/wiki/Internet_Relay_Chat
310  Programación / Programación Visual Basic / Re: Mi primer Programa y duda!!! en: 7 Agosto 2011, 23:14 pm
declara las variables y asigna los valors afuera, en la parte de declaraciones.

PD: eso NO es un keygen
Páginas: 1 ... 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 [31] 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 ... 64
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines