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"
Antes de Christmassive falta una comilla "
Saludos
Novlucker, cual? XD
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"
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
: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