Click here to Skip to main content
15,915,703 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionabout control screensaver Pin
maxiachun8-Nov-05 13:20
maxiachun8-Nov-05 13:20 
AnswerRe: about control screensaver Pin
Christian Graus8-Nov-05 13:54
protectorChristian Graus8-Nov-05 13:54 
QuestionHow can I set a web radio value Pin
Ocean Man8-Nov-05 11:07
Ocean Man8-Nov-05 11:07 
AnswerRe: How can I set a web radio value Pin
Steve Pullan8-Nov-05 11:30
Steve Pullan8-Nov-05 11:30 
GeneralRe: How can I set a web radio value Pin
Ocean Man8-Nov-05 11:48
Ocean Man8-Nov-05 11:48 
AnswerRe: How can I set a web radio value Pin
Allah On Acid8-Nov-05 16:20
Allah On Acid8-Nov-05 16:20 
AnswerRe: How can I set a web radio value Pin
Steve Pullan8-Nov-05 18:10
Steve Pullan8-Nov-05 18:10 
GeneralRe: How can I set a web radio value Pin
Ocean Man9-Nov-05 5:52
Ocean Man9-Nov-05 5:52 
I receieved the following error when I used the code on the previous thread. "QueryInterface for interface mshtml.IHTMLInputTextElement failed" Now the code that I used before was:
Dim tmpIBox As mshtml.IHTMLOptionButtonElement = doc.getElementsByName(controlname).item(, 0) 'get first name inputbox
tmpIBox.checked = True
now this code worked for the first option value but there are two with the same name like so:
AMPM

Big Grin | :-D

so basically I need to get the second option now when i try to change the index.. it doesn't work. any suggestions?
GeneralRe: How can I set a web radio value Pin
Ocean Man9-Nov-05 6:07
Ocean Man9-Nov-05 6:07 
GeneralRe: How can I set a web radio value Pin
Steve Pullan9-Nov-05 11:55
Steve Pullan9-Nov-05 11:55 
QuestionImport Data From Oracle *.DMP File to SQL Server Pin
Nadeem Akhter7-Nov-05 16:02
Nadeem Akhter7-Nov-05 16:02 
QuestionPrinter status is Unknown Pin
VanitaJ7-Nov-05 12:55
VanitaJ7-Nov-05 12:55 
AnswerRe: Printer status is Unknown Pin
VanitaJ8-Nov-05 5:55
VanitaJ8-Nov-05 5:55 
GeneralRe: Printer status is Unknown Pin
Dave Kreskowiak8-Nov-05 10:04
mveDave Kreskowiak8-Nov-05 10:04 
GeneralRe: Printer status is Unknown Pin
VanitaJ8-Nov-05 12:48
VanitaJ8-Nov-05 12:48 
GeneralRe: Printer status is Unknown Pin
Dave Kreskowiak9-Nov-05 4:23
mveDave Kreskowiak9-Nov-05 4:23 
GeneralRe: Printer status is Unknown Pin
KaptinKrunch8-Nov-05 10:54
KaptinKrunch8-Nov-05 10:54 
QuestionTCP Client Pin
Brent Lamborn7-Nov-05 10:28
Brent Lamborn7-Nov-05 10:28 
AnswerRe: TCP Client Pin
capitan_cavernicola13-Jan-06 0:01
capitan_cavernicola13-Jan-06 0:01 
QuestionMicrosoft Web Browser Control Pin
Mo_developer7-Nov-05 5:48
Mo_developer7-Nov-05 5:48 
AnswerRe: Microsoft Web Browser Control Pin
Brent Lamborn7-Nov-05 12:29
Brent Lamborn7-Nov-05 12:29 
QuestionMultiple comboboxes in datagrid.... Pin
oakleaf7-Nov-05 5:26
oakleaf7-Nov-05 5:26 
AnswerRe: Multiple comboboxes in datagrid.... Pin
rudy.net9-Nov-05 17:55
rudy.net9-Nov-05 17:55 
QuestionSequential Structures with arrays Pin
rand197-Nov-05 4:48
rand197-Nov-05 4:48 
AnswerRe: Sequential Structures with arrays Pin
Joshua Quick7-Nov-05 7:06
Joshua Quick7-Nov-05 7:06 

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.