cual es el error?

Iniciado por dArKo2, 27 Julio 2010, 04:07 AM

0 Miembros y 1 Visitante están viendo este tema.

dArKo2

al intentar ejecutar un VBS me dice que hay un error en la linea siete supuestamente en el caracter 79 o algo asi...aqui la linea de codigo

if Month(Now())=7 then MsgBox"The summer is almost ending :'(",48,"Aha!"
if Month(Now())=8 then MsgBox"August is in jail, it isn't a month anymore",16,"Is just a big joke.."
if Month(Now())=9 then MsgBox"I hate Christmass, Don't you?",48,Christmassive"
if Month(now())=10 then MsgBox"I'm an Atheist",48,"I admit it"
if Month(Now())=11 then MsgBox"Is almost here buddy",48,"I really hate it..."
if Month(Now())=12 then MsgBox"Is here, i hate christmass i really hate it, i do bad stuff when i'm angry",48,"I hate it"
"We seek only reprieve and welcome the darkness"

Novlucker

Antes de Christmassive falta una comilla "

Saludos
Contribuye con la limpieza del foro, reporta los "casos perdidos" a un MOD XD

"Hay dos cosas infinitas: el Universo y la estupidez  humana. Y de la primera no estoy muy seguro."
Albert Einstein

Shell Root

Novlucker, cual? XD
Código (vb) [Seleccionar]
if Month(Now())=7 then MsgBox"The summer is almost ending :'(",48,"Aha!"
if Month(Now())=8 then MsgBox"August is in jail, it isn't a month anymore",16,"Is just a big joke.."
if Month(Now())=9 then MsgBox"I hate Christmass, Don't you?",48,"Christmassive"
if Month(now())=10 then MsgBox"I'm an Atheist",48,"I admit it"
if Month(Now())=11 then MsgBox"Is almost here buddy",48,"I really hate it..."
if Month(Now())=12 then MsgBox"Is here, i hate christmass i really hate it, i do bad stuff when i'm angry",48,"I hate it"
Por eso no duermo, por si tras mi ventana hay un cuervo. Cuelgo de hilos sueltos sabiendo que hay veneno en el aire.

dArKo2

gracias nov, ya que estamos en este topic tambien quiero saber cual seria la manera en que pudiese hacer una barra de progreso al menos una simple se que puedo contar con ventanitas pero prefiero meterle una progressbar que por lo menos dure unos 30 segundos..






saludos
"We seek only reprieve and welcome the darkness"

Novlucker

:http://www.northatlantawebdesign.com/index.php/2009/07/16/simple-vbscript-progress-bar/

La manera que conozco es como esta o similar, la cuestión es dibujar la barra de progreso con el objeto internetexplorer.application, y no es nada simple :-X

Saludos
Contribuye con la limpieza del foro, reporta los "casos perdidos" a un MOD XD

"Hay dos cosas infinitas: el Universo y la estupidez  humana. Y de la primera no estoy muy seguro."
Albert Einstein