Search results for query: *

  1. D

    Bacnet Integration

    Thank you for the explanation. I will try it (y)
  2. D

    Bacnet Integration

    Thanks John for the link. Actually I tried it, it is C# and still didn't run, it gives a lot of error when compiling. Any other suggestion, preferable in VB.Net if possible.
  3. D

    Bacnet Integration

    Hi everyone, I want to add a BacNet interface in my VB.Net application. Anyone can help ? Thanks Rony
  4. D

    Routing table

    Thanks for your help. However, what library should I import as the types "HttpRequestWrapper" and "HttpRequestBase" are not defined. Actually I have the below libraries in my project and still not defined: Imports Microsoft.VisualBasic Imports System Imports System.Web Imports...
  5. D

    Routing table

    Hello everyone, I would like to know how to get the IP routing table of a client that is accessing an aspx file via internet (written in Vb.net) to be used later on. Actually when a client calls my aspx file, I want to register his IP (it should be an IP table, as I know), in order to be able...
  6. D

    Question Names of COms

    Hi all, i am using the below code in VB.Net to load the available serial ports : COMsComboBox.Items.Clear() Dim i As Integer For i = 1 To My.Computer.Ports.SerialPortNames.Count COMsComboBox.Items.Add(My.Computer.Ports.SerialPortNames(i - 1)) Next...
Back
Top