Search results for query: *

  1. D

    List Running Process with Child

    Dear All, How can I get the titiles of the running process with child ? Dana
  2. D

    Add User to Group

    Hi all , I am using this link to add a Domain user to the administrator group of my system. But I am getting the error as "The user name is invalid" Can any one help Dana
  3. D

    Menu Click event

    Dear All, How to invoke the particular menu(Menustrip) click event during the form load event. ome think like RaiseEvent("Finding_Click") ? Thanks in Advance Dana
  4. D

    ArrayList problem

    Hi all, I am using Array List to store values.I am using this code. Public Class Recovery Public nFilename As String Public nLockedby As String Public nActivityID As String Public Sub New(ByVal nfilename As String, ByVal nLockedby As String, ByVal nActivityid As...
  5. D

    Access password

    Hi all, I am using this code to create a Access Database. 'Mark Reference to 'Microsoft ADO Ext.2.8 for DDL and Security 'From the COM tab Public Shared Function CreateDatabase(ByVal DatabasePath As String, Optional ByVal DatabaseType As JetEngineTypes = JetEngineTypes.Jet4X) As Boolean...
  6. D

    Table from SQL to MSAccess

    Dear All, I am using this code to insert table to MSAccess from SQL.But it is not producing any data in the Access table.Can some body help Private Sub FillAccesstables(ByVal sTablename As String) Dim sqltemptable As DataTable 'sql temp table Dim datemptable As DataTable...
  7. D

    Export tables from SQL to Access

    Dear Gurus, How can Export the tables from SQL DataBase to Access database Thanks in Advance
  8. D

    Graphs in Crystal Report

    Dear All, Where can I found information about drawing graphs using CR using VB.Net. Thanks in Advance Dana
  9. D

    Read Image

    Dear All, How to read the images in Xlx,doc and Doc files Thanks in Advance
  10. D

    DataGridview Problem add combobox column

    Dear All, Now I have code this to display the combo box in a datagrid.But I am not able to edit the combo values.How can I add the entered values in the combobox to the item collection.I am using this code ngrid = New DataGridView ngrid.Name = sname...
  11. D

    UserControl

    Dear All, Does any one have any idea of creating a user control like this Thanks & bestRegards Dana
  12. D

    Enum

    Dear All, How can Build a Enum during run time. Now i have like this Public Enum Test val1 val1 End Enun Now the problem is that the members cannot be declared during design time.It will be defined during run time only.How can I build during run time Thks...
  13. D

    File Properties

    Dear all, How to show the File Properties in Property Gird dana
  14. D

    DataGrid View

    Dear All, I am placing a combo box in datagrid view cell.I am using this code.The problem is that when i press the tab key the entered values get into the combo box dropdown list.But when I press the Enter key unfortunately not Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As...
  15. D

    Capture console Output

    I am trying to capture the console output line by line using Threading How can I?
  16. D

    Process Running or not Word

    Dear All, How to check whather a file is running or not Dana
  17. D

    [2005] Replace String

    Replace String Dear All, I have two array of text string array1 and array2.Now I need to replace the contents of the array2 with array1.If the array2 contains the arraylist then leave.Else add the items to the array2.How can I For example String1="1;2;3;4;5" String2="3:5" I want to...
  18. D

    [2005] Compare Files

    Compare Files Dear All, I can use Icompare collection to compare two files are modifeddate,file size and date created? Thanks In advance Dana
  19. D

    [2005] Fixed tool Window

    Fixed tool Window Dear All, How to restrict the moving of a Fixed Tool window Form.I want keep the form at one location only.How can I?
  20. D

    Percent in progressbar

    Dear All, I want to display a text like 45% in a progressbar .How can I Thanks in Advance Dana
Back
Top