Search results for query: *

  • Users: sajeel
  • Content: Threads
  • Order by date
  1. S

    Question How to move folders from my localsystem to n/w system

    Hi, How to move folders from my localsystem to n/w system i am using Code: Dim sourceDirName As String = "F:\Images" Dim destDirName As String = "\\adil\Test" Try If Not sourceDirName = String.Empty Then...
  2. S

    How we use Menu control

    How we use Menu control in vb.net i want to display menu options when i right click the Mouse options are 1) Create products 2)Create categories in my app.
  3. S

    How to know how many checkboxes are checked in gridview

    How to know how many checkboxes are checked in gridview
  4. S

    datagridview

    i displaying some records i datagridview using dataset how to check if a cell value or record i mean row in datagrid changed or not
  5. S

    combobbox

    i have two comboboxes i loaded comboboxes with a a xml file <domains> <domain name="Billing"> <field>clsname1</field> </domain> <domain name="classdomain"> <field>clsname2</field> </domain> </domains> Dim streamRead As New System.IO.FileStream("..\..\services.xml", _...
  6. S

    how i bind bindingsource control

    hi i am giving bindingsource control like this bind1.DataSource = dsAppNames ' dataset name this dataset was made using a xml file and i want to bind this bind1 bindingsource control to my form contrl like textboxes
  7. S

    What are the Com ,Comcomponents

    Hi, i am new in programming languages what are the com and components where we use this ,
  8. S

    how to retreive only directory path from openfiledialog control

    Hi i only retreive only directory path of any file in vb.net what control i can use, will i use openfiledialog
Back
Top