Search results

  1. S

    An Easy Way To Create DSN-Less and ADO Connections Free Open Source Add-In For Access

    For those of you familiar with the previous version, this new version goes well beyond an update in how connections are created and stored. After getting feedback for the initial release of the Link Master I went back to the drawing board and completely ditched the .udl file method. The previous...
  2. S

    Programatically Installing Add-In's within Access

    Finding information on Add-In development for Microsoft Access is like getting all of your teeth pulled! Yes I've found the couple Managed Add-In Articles written... but could find next to nothing for Un-Managed Add-Ins. I did find one great article which is very old in creating basically an...
  3. S

    Send Email From Microsoft Access The Easy Way

    I just wanted to share a great solution I’ve recently developed in Emailing from Microsoft Access. When I was researching email methods from Access a thought occurred to me that there should be an A.P.I. that would do this the easy way. In fact there are several available… but none that I could...
  4. S

    Pass Parameters to C# WinForms App

    I am opening a c# application through MS Access VBA... this part is done. I now need to pass the c# application a simple "user name" string. My initial thought is that it wouldn't be much of a problem to pass a simple string value to a c# application... My research has set me straight...
  5. S

    Creating ActiveX Control Confusion

    I just don't get it... I've read several posts stating that visual studio can no longer create OCX ActiveX Controls? For example a user said: "VB.NET uses managed code (code without pointers), and thus cannot generate an Active X control, which requires pointers.You can very easily create .NET...
  6. S

    MSXML Web Applications within MS Access

    Hello everyone... I have the need to to some https Twilio integration into MS Access some code examples would be great... but even more I want to learn how to implement any API into MS Access... in my research I came to the conclusion that this can only be accomplished via MSXML? Is this...
  7. S

    Sending and Recieving SMS via MS Access

    Double Question, Does anyone know of a GOOD and DEPENDABLE SMS Gateway to SEND and RECIEVE texts that's also cheap? One of my clients is stuck on Message Media which seems all things told to be reliable but you pay for it. And if so have any accessed their API's via MS Access? If so, code...
Top Bottom