corsasport.co.uk
 

Corsa Sport » Message Board » Off Day » Geek Day » WebBrowser form control in VB


New Topic

New Poll
  Subscribe | Add to Favourites

You are not logged in and may not post or reply to messages. Please log in or create a new account or mail us about fixing an existing one - register@corsasport.co.uk

There are also many more features available when you are logged in such as private messages, buddy list, location services, post search and more.


Author WebBrowser form control in VB
ed
Member

Registered: 10th Sep 03
User status: Offline
11th Nov 12 at 12:40   View User's Profile U2U Member Reply With Quote

Need to make an add-in for a piece of software. The API for it is made for VB .NET and I need to be able to push data from computer to computer to do chat and a few other features. My idea is to use a WebBrowser form control to show various web pages which use node.js and socket.io. The question is, what browser does this control spawn - I'm assuming it's based on the version of IE that's installed on the computer. Is this right?
Dom
Member

Registered: 13th Sep 03
User status: Offline
11th Nov 12 at 12:56   View User's Profile U2U Member Reply With Quote

Is this a .NET web app? Because it seems a bit odd (well a bit backwards tbh) to use a WebBrowser control to load webpages that then push/pull with node.js/sockets; you could do all of it within .NET

But you're right, it is based on the IE version installed on the client.
ed
Member

Registered: 10th Sep 03
User status: Offline
11th Nov 12 at 13:04   View User's Profile U2U Member Reply With Quote

Just been asked to put together a prototype. No idea of the best way to do it, but its an add-in for a piece of desktop software on Windows. Needs to work in the software at one end and a web browser at the other in an ideal world.
Chris
Premium Member

Avatar

Registered: 21st Sep 99
User status: Offline
11th Nov 12 at 21:13   View Garage View User's Profile U2U Member Reply With Quote

Are the computers on the same network, ie not using internet for comms.

You could look at stateless connection using UDP, other thing to think is multi bind to the one client, will this be able to serve all the client requests.

also http post request from client to website can look a virus so the scanner may kick in and block the exe
ed
Member

Registered: 10th Sep 03
User status: Offline
12th Nov 12 at 10:48   View User's Profile U2U Member Reply With Quote

It's for coms over the internet, it's basically a technical support add-in. The software already has similar stuff built in such as a little pane to view the support forums and people seem to have done similar things to distribute support videos and tutorials.

 
New Topic

New Poll

  Related Threads Author Forum Replies Views Last Post
Headunit Blade_sri North East 7 652
5th Sep 03 at 08:22
by chillout
 
Need a small motor/actuator/servo to do this........... Fear General Chat 22 905
30th Jan 05 at 10:39
by Fear
 
New Car (new pics) Tiesto General Chat 15 518
13th Oct 07 at 17:04
by mk4_astra
 
part number for a C16XE o2 sensor Steve General Chat 32 541
2nd Jan 08 at 23:31
by swedge
 
redtop corsa's - traction control? Dave-Creations General Chat 52 2025
6th Jan 08 at 00:38
by Olsrey
 

Corsa Sport » Message Board » Off Day » Geek Day » WebBrowser form control in VB 28 database queries in 0.0112140 seconds