Search:

Type: Posts; User: sanjeed

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    1,349

    VS 2005 Re: File Conversion [.pdf, .doc, .xls, .txt]

    How do i use ths DLL u hv any ex?
  2. Replies
    6
    Views
    1,349

    VS 2005 Re: File Conversion [.pdf, .doc, .xls, .txt]

    Thanx 4 reply:

    ya it will be web application, and yes i wil be using Office Interlop DLL, i got some help from net i was able to convert files but with limited features..
    check out ths ...
  3. Replies
    6
    Views
    1,349

    VS 2005 File Conversion [.pdf, .doc, .xls, .txt]

    I want to create an application which wil allow users to convert files from one format to another.

    I m goin to allow browse option to select files from drives, & option button to chose file...
  4. Thread: DataGridView

    by sanjeed
    Replies
    35
    Views
    6,353

    Re: DataGridView

    Srry buddy my mistake....I used Excel2007 only to view DATA in datagridview it worked....does ur Excel has first row as column name??..
  5. Thread: DataGridView

    by sanjeed
    Replies
    35
    Views
    6,353

    Re: DataGridView

    this problem occurs when access file is big in size.... try thz thgs
    1. Start Access.
    2. On the Tools menu, point to Database Utilities, and then click Compact and Repair Database.

    ...
  6. Thread: DataGridView

    by sanjeed
    Replies
    35
    Views
    6,353

    Re: DataGridView

    1)Dim ExcelConnection As New System.Data.OleDb.OleDbConnection
    2)Dim objCmdSelect As OleDbCommand = New OleDbCommand
    3) Dim objDR As OleDbDataReader
    4)dgvTest is the name of datagridview
  7. Thread: DataGridView

    by sanjeed
    Replies
    35
    Views
    6,353

    Re: DataGridView

    dint get u wt u want to say???:confused::confused:
  8. Thread: DataGridView

    by sanjeed
    Replies
    35
    Views
    6,353

    Re: DataGridView

    finally its workin 4 me try it out


    ExcelConnection.ConnectionString = "provider=Microsoft.Jet.OLEDB.4.0; data source=" + TextBox1.Text + "; Extended Properties='Excel 8.0;HDR=Yes;IMEX=1'"
    ...
  9. Thread: DataGridView

    by sanjeed
    Replies
    35
    Views
    6,353

    Re: DataGridView

    i have just removed d semicolon from end

    Dim ExcelConnection As New System.Data.OleDb.OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Book1.xlsx;Extended...
  10. Replies
    15
    Views
    1,539

    VS 2008 Re: having error at updating database

    The code seams right. you can make a function fillgrid() and write below code in it


    DataGridView1.DataSource = Nothing
    #
    DataGridView1.EndEdit()
    #
    Dim connStr As...
  11. RESOLVED: retrieve all tables to a listbox [vb.net & access]

    this code worked for me....
    'Variable to hold path to database
    Dim DatabasePath As String = "Database Path Here;" 'DO NOT FORGET THE SEMICOLON(;) AT THE END

    'SQL String to connect to...
  12. Re: retrieve all tables to a listbox [vb.net & access]

    Hey thnx 4 rep...GetSchema returns me data no doubt but all I want is to list Tables inside that Database...which it doest give.It just gives me the no. of tables.
    Any way to get table names???
  13. [RESOLVED] retrieve all tables to a listbox [vb.net & access]

    I m trying to retrieve all tables with thr names to a listbox from my access DB.My DB in remotely located

    Imports System.Data.OleDb

    Public Class Form1
    Dim objconn As OleDbConnection
    ...
  14. Replies
    5
    Views
    3,115

    Re: Asset Management Software

    Help me guys.....
  15. Replies
    5
    Views
    3,115

    Re: Asset Management Software

    vb.net only
  16. Replies
    5
    Views
    3,115

    Asset Management Software

    Hii... :wave:
    im looking to develop application for my small office similar to
    this-> "http://demo.assetexplorer.com/AssetHomePage.do"

    but all i want is only to get IT...
Results 1 to 16 of 17



Click Here to Expand Forum to Full Width