Search results for query: *

  • Users: harvid
  • Content: Threads
  • Order by date
  1. H

    List Oracle Servers

    Hi, In my project i need to list the Oracle servers prevailing in a network and its Databases in a dropdownlist box. Need in Urgent, Thnx in Advance. Vidhya
  2. H

    Compare two DataTables

    Hi, In my project i need to compare two datatables which two would contain more than 2 lakhs of record. How do i compare these two efficiently without consuming much time. Need very urgent, Thanx in advance, Vidhya
  3. H

    how to convert dll to a project

    Hello all, I'm having a dll. how do I need to convert dll into a seperate project? Need in urgent, Thnx in advance, Vidhya
  4. H

    Error Creating Window Handle

    Hi, I'm my project i'm getting "Error Creating Window Handle" message on continuous button Click. I haven't used MDI forms. Instead i'm displaying Panel( Includes all controls similar to displaying a form )for each and every button Click. I'm not able to dispose a panel cos i'm calling one...
  5. H

    Target Invocation Error

    Hello all, I have developed my project in the following environment ( VB.NET) Microsoft development environment - 2002 Microsoft .net framework - 1.0.3705 Backend - Sql Server 2000 In my project i'm experiencing exception throw "Exception has been thrown by the...
  6. H

    Framework issue

    I have developed my project in the following environment Microsoft development environment - 2002 Microsoft .net framework - 1.0.3705 Then i compiled the version of .net framework to 1.1.4322. Most of the codings doesn't support the new version of framework ,but it works fine with...
  7. H

    Threading problem

    hello, In my project i'm having a seperate class(Memory) for reducing the memory consumption function. I'm not able to create and start the threading concept. I used the following coding to create the thread but it shows me an error in the addressof operator stating that " Signature of...
  8. H

    MemoryMappedFileStream

    In my project i'm using more than 100 forms. Memory mangement is a big problem. Whenever i open a form the memory gets accumulated and it is not releasing the memory after i close the form. i have tried close(), dispose(), finalize() but the memory issue still exists. I have utilized the Win32...
  9. H

    Idisposable interface

    Hello i don't know how to use Idisposable interface in my project. pls give a suggestion to write code using Idisposable interface and to dispose the object used using this interface thanx
  10. H

    memory management

    In vb.net if i open a single form in my application ,the memory gets increased ,likewise when i close the form the memory is not getting released why so? I want to release the memory.Is there any way to clear off the memory once i close the form? The memory gets accumulated whenever i close...
Back
Top