al momento de crear la maquina virtual debes especificar las tarjetas y el hardware a usar, sino enchufas y des-enchufas hasta que funcione.
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úsub arch (lat, lon, alt)
Dim Lati
Dim Longi
Dim Alti
Set objshel = createobject("Wscript.shell")
Lati = lat
Longi = lon
Alti = alt
objshell.run "https://maps.google.com.ar/maps?q=" & Lati & Longi & Alti
end sub
AddItemContextMenu "arch", "Ver en Google MAPS"
sub arch (Lat, Lon, Alt)
Set objshell = createobject("Wscript.shell")
objshell.run "https://maps.google.com.ar/maps?q=" & Lat & Lon & Alt
end sub
AddItemContextMenu "arch", "Ver en Google MAPS"
sub GMAPS (Lat, Lon)
Set objshel = createobject("Wscript.shell")
rmensaje = objshel.popup("Visualizando en Google MAPS",3,"NetStumbler v0.4.0",64)
Set objshell = createobject("Wscript.shell")
objshell.run "https://maps.google.com.ar/maps?q=" & Lat & Lon
end sub
AddItemContextMenu "GMAPS", "Ver en Google MAPS"