Search results for query: *

  1. F

    Deploying webbrowser control

    hello Forums! I have a question regarding writing an application in vb.net, creating a setup.exe and deploying. In vb.net there is the infamous webbrowser component. I want to create a simple/stupid webbrowser, HOWEVER I have IE 6 installed, and say for example this gets deployed to a pc...
  2. F

    vb.net DLL for ASP/vbscript 3.0

    I have a theory question for some of you. I want to know if it's possible to create a dll in vb.net (for example I want to create a threading class) and then be able to use that with conventional ASP 3.0 and vbscript (not asp.net). Here is what I want to try to do if anyone can clue me in...
  3. F

    Console App - MultiThreading with Database access

    Hey everyone, I have a question in regards to Threading an console app (as the title describes). Here is my situation: I currently have an access Database that gets populated by a third party utility with a bunch of data, ID's, and hex messages that contain a bunch of data. My project...
  4. F

    Problem with WebRequest and WebResponse

    Hi everybody, I'm having an issue with the webrequest and webresponse classes. Allow me to explain what's going on. I'm creating an smartdevice application using vb.net on the CF. The user fills in a few textboxes clicks a button and it creates an xml file. After the xml file is created, the...
Back
Top