Skip to content

tejavarma-aln/Tallysms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Tallysms

send sms from tally with help of com interface Capabilities: -> use this dll to send sms you can use any api you want -> no more browser popups , no need to use browse url -> all the things will be handled by the dll in background

  • it also has response (feedback) of the message send displayed in the calculator panel

  • it will also generate a log file in temporary folder

  • this is free dll you can use it for education as well as commercial purpose

steps to register dll: 1)Download and Extract MessageTunnel.zip file attached below

  1. Copy file (MessageTunnel.dll) to C:\Windows\System32

  2. Open Cmd in administrator Mode (Elavated mode)

       For 64 Bit
    
  3. CD C:\Windows\Microsoft.NET\Framework64\v4.0.30319 ;; change directory

       For 32 Bit
    
  4. CD C:\Windows\Microsoft.NET\Framework\v4.0.30319 ;; change directory

  5. Type without quote "regasm MessageTunnel.dll /codebase"

you can customise the tdl as per your needs

  • it requires .Net framework version 4 in order to install this dll

hope this help you solve out browser pop up and response handling

About

send sms from tally with help of com interface

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published