Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. yakshasa

    Btieve and .NET

    Pervasive has 2 Btrieve API samples written in VB.NET which are posted in their Component Zone named RecStrust.zip and IntPtr.zip: "RecStruct.zip maps the Btrieve data record into a VB.NET structure which is passed straight into BTRCALL. IntPtr.zip allocates an unmanaged memory block and...
  2. yakshasa

    Chr(0) in VB.Net

    In VB6, sUid = String$(32, 0) returns as a string of 32 binary zeros. In VB.Net, sUid = New String(Chr(0), 32) returns "", which equates to Nothing. How do I get it to work like VB6? Any help would be appreciated --Hal
  3. yakshasa

    Btrieve API in .Net

    Is anyone experienced using Btrieve API with VB.Net? Does marshaling work for Btrieve API as for Windows API? Has anyone had experience/success using the Btrieve ActiveX controls in place of trying to call the Btrieve API directly in VB.Net? Any info would be greatly appreciated
  4. yakshasa

    Marshaling for Btrieve API in .Net

    Has anyone had any experience using the Btrieve API with VB.Net? Does marshaling work for Btrieve API as for Windows API? Has anyone had experience/success using the Btrieve ActiveX controls in place of trying to call the Btrieve API directly in VB.Net? Any info would be greatly appreciated

Part and Inventory Search

Back
Top