Search:

Type: Posts; User: richardalgor

Search: Search took 0.02 seconds.

  1. Replies
    9
    Views
    47,665

    Re: VB.NET: Single Instance Application

    Just oneline code only

    Dim _process() As Process _process = Process.GetProcessesByName(Process.GetCurrentProcess().ProcessName)

    and check the _process.Length

    thats all

    if you need full...
  2. Replies
    45
    Views
    220,904

    Re: Crystal Report In VB.NET

    a simple sample code to connect vb.net to crystal reports using oledb

    http://vb.net-informations.com/crystal-report/vb.net_crystal_report_sample_database.htm

    there you can find lot of useful...
Results 1 to 2 of 2



Click Here to Expand Forum to Full Width