Click here to Skip to main content
15,887,683 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Implementing Visual Basics to A website Pin
Bernhard Hiller18-Aug-14 21:23
Bernhard Hiller18-Aug-14 21:23 
AnswerRe: Implementing Visual Basics to A website Pin
Richard MacCutchan18-Aug-14 21:24
mveRichard MacCutchan18-Aug-14 21:24 
QuestionDrag and Drop multiple icons from Treeview to Picturebox Pin
subramanya udupa16-Aug-14 22:59
subramanya udupa16-Aug-14 22:59 
AnswerRe: Drag and Drop multiple icons from Treeview to Picturebox Pin
Eddy Vluggen17-Aug-14 9:23
professionalEddy Vluggen17-Aug-14 9:23 
Questionlicensing my vb.net application (online and offline) Pin
zuber ahmed16-Aug-14 2:13
zuber ahmed16-Aug-14 2:13 
AnswerRe: licensing my vb.net application (online and offline) Pin
Dave Kreskowiak16-Aug-14 4:33
mveDave Kreskowiak16-Aug-14 4:33 
Questionscrape a table from web Pin
Mahmoud198716-Aug-14 1:35
Mahmoud198716-Aug-14 1:35 
AnswerRe: scrape a table from web Pin
Eddy Vluggen18-Aug-14 7:28
professionalEddy Vluggen18-Aug-14 7:28 
Depends on how the page is implemented; you could contact Cisco and ask them.

Otherwise, you'll be hunting the JavaScript, looking where it dynamically loads the data. It'll be fetching XML or JSON from a URL, probably passing some arguments along. You can usually see it fetch this data in a tool like Fiddler/WinPCap.

Alternatively, there's a WebBrowser-control that acts like a webbrowser, but that can also be access using code. You could automate that to do whetever the user would do.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

QuestionHow Do I Use The Count Function To Determine Occurence In A Value In A Column Using Vb.Net Pin
kallymore15-Aug-14 23:04
professionalkallymore15-Aug-14 23:04 
AnswerRe: How Do I Use The Count Function To Determine Occurence In A Value In A Column Using Vb.Net Pin
Mycroft Holmes15-Aug-14 23:33
professionalMycroft Holmes15-Aug-14 23:33 
GeneralRe: How Do I Use The Count Function To Determine Occurence In A Value In A Column Using Vb.Net Pin
kallymore16-Aug-14 1:56
professionalkallymore16-Aug-14 1:56 
AnswerRe: How Do I Use The Count Function To Determine Occurence In A Value In A Column Using Vb.Net Pin
Chris Quinn17-Aug-14 21:24
Chris Quinn17-Aug-14 21:24 
GeneralRe: How Do I Use The Count Function To Determine Occurence In A Value In A Column Using Vb.Net Pin
kallymore23-Aug-14 5:43
professionalkallymore23-Aug-14 5:43 
GeneralRe: How Do I Use The Count Function To Determine Occurence In A Value In A Column Using Vb.Net Pin
Chris Quinn25-Aug-14 20:27
Chris Quinn25-Aug-14 20:27 
QuestionUsing List(Of String) property in Designer (For custom ComboBox) Pin
A3209583415-Aug-14 7:50
A3209583415-Aug-14 7:50 
Questionhi, below code I return in vb.net am getting error ,Please help me. Pin
RangappaRavi12-Aug-14 20:20
RangappaRavi12-Aug-14 20:20 
AnswerRe: hi, below code I return in vb.net am getting error ,Please help me. Pin
Chris Quinn12-Aug-14 21:07
Chris Quinn12-Aug-14 21:07 
AnswerRe: hi, below code I return in vb.net am getting error ,Please help me. Pin
Bernhard Hiller12-Aug-14 21:08
Bernhard Hiller12-Aug-14 21:08 
QuestionRe: hi, below code I return in vb.net am getting error ,Please help me. Pin
ZurdoDev15-Aug-14 8:16
professionalZurdoDev15-Aug-14 8:16 
Questionasp.net dynamic linq query Pin
murali_utr12-Aug-14 18:56
murali_utr12-Aug-14 18:56 
AnswerRe: asp.net dynamic linq query Pin
Richard Deeming13-Aug-14 2:21
mveRichard Deeming13-Aug-14 2:21 
Questionlicensing my vb.net application (online and offline) Pin
zuber ahmed10-Aug-14 20:28
zuber ahmed10-Aug-14 20:28 
AnswerRe: licensing my vb.net application (online and offline) Pin
Eddy Vluggen11-Aug-14 7:15
professionalEddy Vluggen11-Aug-14 7:15 
QuestionLogitech G keyboard screens Pin
JR21210-Aug-14 4:37
JR21210-Aug-14 4:37 
AnswerRe: Logitech G keyboard screens Pin
Dave Kreskowiak10-Aug-14 5:04
mveDave Kreskowiak10-Aug-14 5:04 

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.