User Profile

Collapse

Profile Sidebar

Collapse
Madiha Ahmed
Madiha Ahmed
Last Activity: Oct 12 '11, 09:05 PM
Joined: Jul 9 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Getting little square characters instead of Text

    I am sending SNMP SystemName query to local host and in response i m getting little square characters instead of the specific system name..

    Code:
    Imports System.Text
     
    Class Form1
     
        Dim commlength As Integer, miblength As Integer, datatype As Integer, datalength As Integer, datastart As Integer
        Dim uptime As Integer
        Dim output As String
        Dim conn As New SNMP()
        Dim
    ...
    See more | Go to post

  • Use If Exists Statement to check if field exists in Access?

    Can I use If Exists statement statement in vb.net to check if a particular filed exists in my MS Access database ?
    See more | Go to post

  • Madiha Ahmed
    started a topic Datagrid ComboBox

    Datagrid ComboBox

    I have two ComboBoxes in a DataGrid adjacent to one another..One combobox has OIDs and the other one has the description for that OIDS..now I want my second Combobox Items(Descripti on of the OIDs) to be change at runtime w.r.t to the OID selected in the first Combobox..Is it possible??How?

    Code:
    Imports System
    Imports SnmpSharpNet
    
    Public Class Form1
        Private Sub DataGridView1_CellContentClick(ByVal
    ...
    See more | Go to post

  • Madiha Ahmed
    started a topic DataGridComboBox
    in .NET

    DataGridComboBox

    I have two ComboBoxes in a DataGrid adjacent to one another..One combobox has OIDs and the other one has the description for that OIDS..now I want my second Combobox Items(Descripti on of the OIDs) to be change at run time with respect to the OID selected in the first Combobox..Is it possible??How?
    See more | Go to post
No activity results to display
Show More
Working...