Search results for query: *

  • Users: dibrony
  • Content: Threads
  • Order by date
  1. D

    Bacnet Integration

    Hi everyone, I want to add a BacNet interface in my VB.Net application. Anyone can help ? Thanks Rony
  2. 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...
  3. 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