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

Search:

Type: Posts; User: deepakach

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    593

    Crystal Report Numer Exceeds On Server.

    Hi.

    Crystal Report On web works fine. But after generating number of reports on web it starts gving error. If I restart IIS , then it starts working fine.
  2. Replies
    0
    Views
    1,035

    Merge Two Word Document From VB6

    I want to merge two word document from vb6.

    I am exporting crystal report to word document. I am exporting two crystal reports. Now I want to merge two exported word documents in to one.

    How...
  3. Work on network with vb.net project, Two users

    Hi
    I am developing a vb.net project with two coders. I want both users to develop same project. How can I do these.

    If I am sharing mydocument folder on my pc. Others user is not able to add...
  4. Limit Number Of vb setup Installation on client machine

    Hi.
    I am using Installshield 2.11 to create my vb setup cd.

    I want to limit number of installation maximum to 5 times for my client, from given setup cd.

    Do i have to use any dll files or...
  5. Re: Working With Sound Blaster Audigy sound card

    Thanks For Information.
    I have download DirectX
    I have read the documentation.I think it will help me.
    But I am totally new to this topic Plz help me which functions I have to use

    I have come...
  6. Working With Sound Blaster Audigy sound card

    Hi all

    How to work with soundblaster Audigy Sound card from vb.net or from any other lnguage.

    I want to use this sound card for distributing five channels each playing a different song on...
  7. Replies
    0
    Views
    1,852

    I am not getting print button in CRViewer

    here is my code
    Dim str As String = ConfigurationSettings.AppSettings("connectioninfo")
    Dim con As New OdbcConnection(str)
    Dim rpt As purchaserequisition = New...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured