CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Shiban

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    7,363

    crystal report 4.6 with vb6

    i am using crystal report 4.6 with vb6. I am unable to generate reports from a password protected access file through vb6. my codes are as follows.

    strReportName = "maxusedtools.rpt"
    With...
  2. Replies
    4
    Views
    1,416

    Re: vbcrypt function

    this thread is not a stolen one. its mine. i have a different log on user id in the name of dilu in vbforum. so u must have got confused. ne ways can any body resolve my problem . its urgent
  3. Replies
    4
    Views
    1,416

    vbcrypt function

    Dim encryptdecryptkey As String
    Dim objCrypt As vbCrypt.EncryptionTools
    Set objCrypt = New vbCrypt.EncryptionTools
    encryptdecryptkey = "asthashibanaryan"
    Adodc1.ConnectionString =...
  4. [RESOLVED] runtime error 70 permission denied vb6

    my code is

    FileCopy GetAppPath() & "TCMS.mdb", "E:\TCMS Backup\TCMS Daily Backup\" & Format$(Now, "dd") & ".mdb"

    Public Function GetAppPath() As String
    GetAppPath = IIf(Right$(App.Path, 1) =...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured