Click here to Skip to main content
15,890,185 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Advanced Email in VB.NET Pin
Dhanish Balloo24-Oct-13 0:33
Dhanish Balloo24-Oct-13 0:33 
GeneralRe: Advanced Email in VB.NET Pin
Chris Quinn24-Oct-13 1:42
Chris Quinn24-Oct-13 1:42 
GeneralRe: Advanced Email in VB.NET Pin
Dhanish Balloo24-Oct-13 1:49
Dhanish Balloo24-Oct-13 1:49 
GeneralRe: Advanced Email in VB.NET Pin
Kenneth Haugland24-Oct-13 2:04
mvaKenneth Haugland24-Oct-13 2:04 
AnswerRe: Advanced Email in VB.NET Pin
Eddy Vluggen24-Oct-13 8:25
professionalEddy Vluggen24-Oct-13 8:25 
GeneralRe: Advanced Email in VB.NET Pin
Dhanish Balloo24-Oct-13 19:02
Dhanish Balloo24-Oct-13 19:02 
GeneralRe: Advanced Email in VB.NET Pin
Eddy Vluggen25-Oct-13 12:31
professionalEddy Vluggen25-Oct-13 12:31 
QuestionError displayed when trying to load Dictionary.com in my application Pin
Bitan Galactico Basak22-Oct-13 8:53
Bitan Galactico Basak22-Oct-13 8:53 
XML
I am a beginner in visual basic 6 and i need help in creating an application. I am trying to create an application in visual basic 6 which would display the meaning of a word(from the site Dictionary.com) entered in the text box on clicking on the "Search" button. It is actually a web browser which opens the page which contains the meaning of the desired word. Can anyone give me the code for the "Search" button such that after typing in the desired word in the text box and clicking on the "Search" button it would open the Dictionary.com page containing the meaning of that word. I have tried numerous methods but every time it is displaying some error or the other in loading the page.

The code which I used for the search button:

Private Sub Command1_Click()

WebBrowser1.Navigate ("http://dictionary.reference.com/browse" & Text1.Text)

End Sub

Or is there anything else that I can do to remove the error?

AnswerRe: Error displayed when trying to load Dictionary.com in my application Pin
scottgp22-Oct-13 9:15
professionalscottgp22-Oct-13 9:15 
GeneralRe: Error displayed when trying to load Dictionary.com in my application Pin
Bitan Galactico Basak22-Oct-13 9:41
Bitan Galactico Basak22-Oct-13 9:41 
SuggestionRe: Error displayed when trying to load Dictionary.com in my application Pin
Richard Deeming22-Oct-13 9:27
mveRichard Deeming22-Oct-13 9:27 
GeneralRe: Error displayed when trying to load Dictionary.com in my application Pin
thatraja24-Oct-13 3:32
professionalthatraja24-Oct-13 3:32 
AnswerRe: Error displayed when trying to load Dictionary.com in my application Pin
TnTinMn22-Oct-13 13:40
TnTinMn22-Oct-13 13:40 
QuestionCalling Functions in DLLs Pin
SeaWasp122-Oct-13 3:41
SeaWasp122-Oct-13 3:41 
AnswerRe: Calling Functions in DLLs Pin
Simon_Whale22-Oct-13 3:49
Simon_Whale22-Oct-13 3:49 
GeneralRe: Calling Functions in DLLs Pin
SeaWasp122-Oct-13 8:26
SeaWasp122-Oct-13 8:26 
GeneralRe: Calling Functions in DLLs Pin
Simon_Whale22-Oct-13 9:36
Simon_Whale22-Oct-13 9:36 
QuestionError Converting data type vachar to numeric Pin
Member 1019283522-Oct-13 0:32
Member 1019283522-Oct-13 0:32 
AnswerRe: Error Converting data type vachar to numeric Pin
Richard Deeming22-Oct-13 1:49
mveRichard Deeming22-Oct-13 1:49 
GeneralRe: Error Converting data type vachar to numeric Pin
Member 1019283522-Oct-13 21:39
Member 1019283522-Oct-13 21:39 
SuggestionRe: Error Converting data type vachar to numeric Pin
Richard MacCutchan22-Oct-13 1:54
mveRichard MacCutchan22-Oct-13 1:54 
GeneralRe: Error Converting data type vachar to numeric Pin
Member 1019283522-Oct-13 21:37
Member 1019283522-Oct-13 21:37 
Questionis it possible to have a duplicate uuid generated in vb.net? Pin
hansoctantan22-Oct-13 0:01
professionalhansoctantan22-Oct-13 0:01 
AnswerRe: is it possible to have a duplicate uuid generated in vb.net? Pin
Eddy Vluggen22-Oct-13 0:16
professionalEddy Vluggen22-Oct-13 0:16 
AnswerRe: is it possible to have a duplicate uuid generated in vb.net? Pin
Marco Bertschi22-Oct-13 1:29
protectorMarco Bertschi22-Oct-13 1:29 

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.