Results for "Author: materialised"
This code sends messages of 160 Characters to SMS Compatable mobile phones. Apparently it supports over 175 countries, however I cant vouch for this as I only tested on british numbers, the program needs you to have a vaild SMSX username and password (Free of Course) and you can sign up from within the program. This program is the basis of a .ocx I am developing to utalise all the xml/soap SMS functions from http://www.soapengine.com/lucin/soapenginex/smsx.asmx If you like this code please vote for it. It isnt very well commented I am afraid as it was only a test for personal reasons. Tip:- If you change the Flash Setting to 1, it will automatically open up on the recipients handset, not giving them the option to read or not.
This code will connect to a MySQL database server and allow users to upload and download images stored in a table within that server. The code uses the MySQL.net connector, which is freely available for download from the MySQL website. For the purpose of testing this code, I have allocated a database for use on my server, for the details of the connection information please see the README file. I am quite new to C#, and this is my first attempt at writing a class, let alone a partially compleate class for uploading/downloading images to a database. So if you like this code, I would be thankful for any comments and votes you feel this code deserves. Upon initial running of the application you will be presented with a dialog, asking you to add galleries, please add at least one gallery to this list, otherwise you will be unable to upload images to the database. After this first step, you need to select a database and a table from the comboboxes. If you do not select a table with a compatable gallery layout (as shown in the README files) you will be presented with a error. If you are connecting to my MySQL server the database required is 'testuser' and the table is 'gallery'. I still need to add a function to translate MySQL error codes to their plain english meaning, hopefully this will follow shortly. I would like to thank you for taking the time to view my code, and if you like it, please dont hesitate to vote for it.
This prograqm acts as a simple daytime server. Once the start button is clicked, a new thread is created. This thread will handle new connections and also demonstrates how to update the user interface from a worker thread using Delegates. I looked for quite a while to find a method to allow me to update the user interface thread from other threads, and a lot of it wasn't compatable with the latest version of Visual Studio / .Net frame work. This code uses the TcpListener object to handle connections You can use this code however you wish, but if you find it useful, then let me know, or give me some votes