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

Visual Basic

 
Questionadding data to different rows in excel Pin
DCgamer9-Nov-05 9:23
DCgamer9-Nov-05 9:23 
AnswerRe: adding data to different rows in excel Pin
rudy.net9-Nov-05 17:49
rudy.net9-Nov-05 17:49 
QuestionEvents not firing in AXWebBrowser Control Pin
Zegoat9-Nov-05 4:23
Zegoat9-Nov-05 4:23 
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 
I need to set a radio value on a webpage....... I programmatically login into the website using the axwebbrowser control. Then from there on I use getElementsByName Method on the document to get the fields value or set it. I can get the method to work for every other field type except radio option which is an input field. If you've never worked with html and this object you'll of course have no idea what I'm talking about. Again thanks in advance if you have any help in this matter.

example that I'm trying to perform:

Private Function InputRadioValue(ByVal controlname As String, ByVal value As String)
Dim tmpIBox As mshtml.IHTMLOptionButtonElement = doc.getElementsByName(controlname).item(, 0) tmpIBox.checked = True
End Function
I've changed the index on the item but it doesnt seem to point to the right value
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 
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 

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.