Click here to Skip to main content
15,925,191 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VBS File Pin
Mohammad Daba'an27-Jan-07 21:04
Mohammad Daba'an27-Jan-07 21:04 
GeneralRe: VBS File Pin
Christian Graus27-Jan-07 21:47
protectorChristian Graus27-Jan-07 21:47 
GeneralRe: VBS File Pin
Mohammad Daba'an27-Jan-07 22:06
Mohammad Daba'an27-Jan-07 22:06 
GeneralRe: VBS File Pin
Christian Graus27-Jan-07 23:06
protectorChristian Graus27-Jan-07 23:06 
GeneralRe: VBS File Pin
Mohammad Daba'an27-Jan-07 23:11
Mohammad Daba'an27-Jan-07 23:11 
GeneralRe: VBS File Pin
Christian Graus27-Jan-07 23:23
protectorChristian Graus27-Jan-07 23:23 
GeneralRe: VBS File Pin
Mohammad Daba'an27-Jan-07 23:32
Mohammad Daba'an27-Jan-07 23:32 
GeneralRe: VBS File Pin
Christian Graus28-Jan-07 0:23
protectorChristian Graus28-Jan-07 0:23 
Yep, I understand.  We've been discussing this for 4 hours.  It took me 30 seconds to find how to open a web page with VBS, via a simple google search

set Window = CreateObject("InternetExplorer.Application")

Window.RegisterAsBrowser = True
Window.Navigate("www.microsoft.com")
Window.MenuBar = True
Window.ToolBar = True
Window.AddressBar = True
Window.StatusBar = True
Window.FullScreen = False
Window.Resizable = True
Window.Visible = True
Window.Width = 850
Window.Height = 720




Christian Graus - C++ MVP

'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert

GeneralRe: VBS File Pin
Mohammad Daba'an28-Jan-07 0:48
Mohammad Daba'an28-Jan-07 0:48 
GeneralRe: VBS File Pin
Christian Graus28-Jan-07 8:30
protectorChristian Graus28-Jan-07 8:30 
QuestionNew to vb.net Pin
v45030527-Jan-07 20:09
v45030527-Jan-07 20:09 
AnswerRe: New to vb.net Pin
Mohammad Daba'an27-Jan-07 20:28
Mohammad Daba'an27-Jan-07 20:28 
AnswerRe: New to vb.net Pin
Christian Graus27-Jan-07 20:40
protectorChristian Graus27-Jan-07 20:40 
AnswerRe: New to vb.net Pin
Nilesh Hapse28-Jan-07 19:49
Nilesh Hapse28-Jan-07 19:49 
GeneralRe: New to vb.net Pin
v45030528-Jan-07 20:11
v45030528-Jan-07 20:11 
QuestionSQL Mobile 2005 Pull Fail to SQL Server 2005 Express Pin
xiaoytan27-Jan-07 19:47
xiaoytan27-Jan-07 19:47 
QuestionHow to upgrade from vs 2005 trail edition to full functioning edition Pin
Mekong River27-Jan-07 15:15
Mekong River27-Jan-07 15:15 
AnswerRe: How to upgrade from vs 2005 trail edition to full functioning edition Pin
Thomas Stockwell27-Jan-07 17:54
professionalThomas Stockwell27-Jan-07 17:54 
GeneralRe: How to upgrade from vs 2005 trail edition to full functioning edition Pin
Mekong River27-Jan-07 23:47
Mekong River27-Jan-07 23:47 
GeneralRe: How to upgrade from vs 2005 trail edition to full functioning edition Pin
Thomas Stockwell28-Jan-07 4:39
professionalThomas Stockwell28-Jan-07 4:39 
GeneralRe: How to upgrade from vs 2005 trail edition to full functioning edition Pin
Mekong River28-Jan-07 13:59
Mekong River28-Jan-07 13:59 
GeneralRe: How to upgrade from vs 2005 trail edition to full functioning edition Pin
Christian Graus4-Feb-07 23:35
protectorChristian Graus4-Feb-07 23:35 
GeneralRe: How to upgrade from vs 2005 trail edition to full functioning edition Pin
Mekong River5-Feb-07 14:29
Mekong River5-Feb-07 14:29 
AnswerRe: How to upgrade from vs 2005 trail edition to full functioning edition Pin
MikeMarq27-Jan-07 18:07
MikeMarq27-Jan-07 18:07 
GeneralRe: How to upgrade from vs 2005 trail edition to full functioning edition Pin
Mekong River27-Jan-07 23:52
Mekong River27-Jan-07 23:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.