Guest NRoodyn Posted July 22, 2003 Report Posted July 22, 2003 I've been doing some work with the Smartphone recently and put together an application to let you send SMS messages from your PC using Outlook contacts mobile numbers. I'd like some feedback so have a look and tell me what you think. http://www.roodyn.com/Downloads.aspx regards Dr. Neil Roodyn [email protected]
Guest Brody Posted July 24, 2003 Report Posted July 24, 2003 Have just tried the program, will await a response to my text...! A couple of ideas, firstly a character counter would be useful, as would saving the message to the sent items folder. Nice work though :)
Guest NRoodyn Posted July 28, 2003 Report Posted July 28, 2003 Sorry to hear it didn't work, can you provide more details?
Guest Brody Posted July 29, 2003 Report Posted July 29, 2003 It seems that other smartphone sites have it working, my recipient never reeived the text message though :)
Guest NRoodyn Posted July 29, 2003 Report Posted July 29, 2003 Did a message appear on your phone to confirm that the SMS had been sent?
Guest Brody Posted July 29, 2003 Report Posted July 29, 2003 Yeah so I presume that its not your program that was the problem! As I now believe it must work i'll reiterate firstly a character counter would be useful, as would saving the message to the sent items folder :) Sorry about the confusion and once again, nice work!
Guest NRoodyn Posted July 29, 2003 Report Posted July 29, 2003 Thanks for the feedback, I am busy working on some new features and fixes right now http://smartphone.modaco.com/viewtopic.php...p=265656#265656 regards Dr. Neil Roodyn [email protected]
Guest Tomas Kocanda Posted August 4, 2003 Report Posted August 4, 2003 I´m testing SendSMS and have this problem: I can compose new SMS and enter any number in the To: box But when I try to hit the TO: button to select any contact from Outlook, it crashes with this error: Any unhandled exeption has occurred in your application.... Details: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam) at System.Windows.Forms.NativeWindow.DefWndProc(Message& m) at System.Windows.Forms.Control.DefWndProc(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ListBox.WndProc(Message& m) at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.573 CodeBase: file:///c:/win2000/microsoft.net/framework/v1.1.4322/mscorlib.dll ---------------------------------------- SendSMS Assembly Version: 1.1.1308.31085 Win32 Version: 1.1.1308.31085 CodeBase: file:///C:/Program%20Files/SendSMS/SendSMS.exe ---------------------------------------- System.Windows.Forms Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.573 CodeBase: file:///c:/win2000/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll ---------------------------------------- System Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.573 CodeBase: file:///c:/win2000/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll ---------------------------------------- System.Drawing Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.573 CodeBase: file:///c:/win2000/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll ---------------------------------------- Interop.SMARTSMSLib Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Program%20Files/SendSMS/Interop.SMARTSMSLib.DLL ---------------------------------------- Microsoft.VisualBasic Assembly Version: 7.0.5000.0 Win32 Version: 7.10.3052.4 CodeBase: file:///c:/win2000/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f5f7f11d50a3a/microsoft.visualbasic.dll ---------------------------------------- Microsoft.Office.Interop.Outlook Assembly Version: 10.0.4504.0 Win32 Version: 10.0.4504 CodeBase: file:///C:/Program%20Files/SendSMS/Microsoft.Office.Interop.Outlook.DLL ---------------------------------------- CustomMarshalers Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.573 CodeBase: file:///c:/win2000/assembly/gac/custommarshalers/1.0.5000.0__b03f5f7f11d50a3a/custommarshalers.dll ---------------------------------------- ************** JIT Debugging ************** To enable just in time (JIT) debugging, the config file for this application or machine (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the machine rather than being handled by this dialog.
Guest NRoodyn Posted August 4, 2003 Report Posted August 4, 2003 Tomas, thanks for submitting this issue. I will investigate. Could you send me your PC configuration? Details I'm interested in are: Operating System, ActiveSync version, and Outlook version I am assuming you have .NET Framework 1.1 installed otherwise you wouldn't have got this far. regards Dr. Neil Roodyn [email protected]
Guest Tomas Kocanda Posted August 4, 2003 Report Posted August 4, 2003 OS: Windows 2000, 5.00.2195 SP3 Czech version (dual Xeon PC) Active Sync: Version 3.7 Build 3083 Outlook 2000 SR (9.0.0.5414) Czech version
Guest FrankyG Posted August 5, 2003 Report Posted August 5, 2003 It works at home perfectly, but in the office it fails as above with this error; See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(IntPtr wndProc, IntPtr hWnd, Int32 msg, IntPtr wParam, IntPtr lParam) at System.Windows.Forms.NativeWindow.DefWndProc(Message& m) at System.Windows.Forms.Control.DefWndProc(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ListBox.WndProc(Message& m) at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.573 CodeBase: file:///c:/winnt/microsoft.net/framework/v1.1.4322/mscorlib.dll ---------------------------------------- SendSMS Assembly Version: 1.1.1308.31085 Win32 Version: 1.1.1308.31085 CodeBase: file:///C:/Program%20Files/SendSMS/SendSMS.exe ---------------------------------------- System.Windows.Forms Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.573 CodeBase: file:///c:/winnt/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll ---------------------------------------- System Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.573 CodeBase: file:///c:/winnt/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll ---------------------------------------- System.Drawing Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.573 CodeBase: file:///c:/winnt/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll ---------------------------------------- Interop.SMARTSMSLib Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Program%20Files/SendSMS/Interop.SMARTSMSLib.DLL ---------------------------------------- Microsoft.VisualBasic Assembly Version: 7.0.5000.0 Win32 Version: 7.10.3052.4 CodeBase: file:///c:/winnt/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f5f7f11d50a3a/microsoft.visualbasic.dll ---------------------------------------- Microsoft.Office.Interop.Outlook Assembly Version: 10.0.4504.0 Win32 Version: 10.0.4504 CodeBase: file:///C:/Program%20Files/SendSMS/Microsoft.Office.Interop.Outlook.DLL ---------------------------------------- CustomMarshalers Assembly Version: 1.0.5000.0 Win32 Version: 1.1.4322.573 CodeBase: file:///c:/winnt/assembly/gac/custommarshalers/1.0.5000.0__b03f5f7f11d50a3a/custommarshalers.dll ---------------------------------------- ************** JIT Debugging ************** To enable just in time (JIT) debugging, the config file for this application or machine (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the machine rather than being handled by this dialog. _________________ Windows 2000 SP2, Outlook 2000 SR-1(9.0.0.3821) Activesync 3.7(Build 3038)
Guest claude Posted August 7, 2003 Report Posted August 7, 2003 Help, I've tried downloading the Send SMS. My problem is everytime I send a message an error occurs. It says 'problem sending SMS message'. Did I do anything wrong?
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now