Results for "Author: materialised"
This is a SMS message sender, (SMS being Short Message Service.... I think) lol Anyway with it you can send text messages to any UK based cellular phone, Sorry folks but it uses breathes servers to send the message, so it is sadly UK only. I aint bothered what you do with the code to be honest, use it modify it, pass it off as your own, as long as you give me some votes :-) You must have a valid Breathe login name and password to use this program. Thanx
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 is a SMS message sender, (SMS being Short Message Service.... I think) lol Anyway with it you can send text messages to any UK based cellular phone, Sorry folks but it uses breathes servers to send the message, so it is sadly UK only. I aint bothered what you do with the code to be honest, use it modify it, pass it off as your own, as long as you give me some votes :-) You must have a valid Breathe login name and password to use this program. Thanx
Ok this code is totally pointless to be honest. I needed it, as I was writing a payroll program, and I used it to calculate public holidays, to enable employees to be paid for them. What this program does, is use a mathematical algorythm to work out the date of easter in the given year. This program as far as I know is 100% accurate. Most people will have no use for it what so ever. But if nothing more it is a good example of using delphi for matematical equations. Anyway if you like it vote for me, if you dont then flame me I dont care. Oh I nearly forgot, I cant take credit for the algorytm used to work out the dates, I simply translated it to delphi code. To see the orignal algo goto http://aa.usno.navy.mil/faq/docs/easter.html Happy New Year All Oh I didnt realise there were 3 other programs of this sort. Havent checked them out, so I dont know how good they are
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 is a SMS message sender, (SMS being Short Message Service.... I think) lol Anyway with it you can send text messages to any UK based cellular phone, Sorry folks but it uses breathes servers to send the message, so it is sadly UK only. I aint bothered what you do with the code to be honest, use it modify it, pass it off as your own, as long as you give me some votes :-) You must have a valid Breathe login name and password to use this program. Thanx
Ok this code is totally pointless to be honest. I needed it, as I was writing a payroll program, and I used it to calculate public holidays, to enable employees to be paid for them. What this program does, is use a mathematical algorythm to work out the date of easter in the given year. This program as far as I know is 100% accurate. Most people will have no use for it what so ever. But if nothing more it is a good example of using delphi for matematical equations. Anyway if you like it vote for me, if you dont then flame me I dont care. Oh I nearly forgot, I cant take credit for the algorytm used to work out the dates, I simply translated it to delphi code. To see the orignal algo goto http://aa.usno.navy.mil/faq/docs/easter.html Happy New Year All Oh I didnt realise there were 3 other programs of this sort. Havent checked them out, so I dont know how good they are
This is a SMS message sender, (SMS being Short Message Service.... I think) lol Anyway with it you can send text messages to any UK based cellular phone, Sorry folks but it uses breathes servers to send the message, so it is sadly UK only. I aint bothered what you do with the code to be honest, use it modify it, pass it off as your own, as long as you give me some votes :-) You must have a valid Breathe login name and password to use this program. Thanx
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
This is a SMS message sender, (SMS being Short Message Service.... I think) lol Anyway with it you can send text messages to any UK based cellular phone, Sorry folks but it uses breathes servers to send the message, so it is sadly UK only. I aint bothered what you do with the code to be honest, use it modify it, pass it off as your own, as long as you give me some votes :-) You must have a valid Breathe login name and password to use this program. Thanx
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
This is a SMS message sender, (SMS being Short Message Service.... I think) lol Anyway with it you can send text messages to any UK based cellular phone, Sorry folks but it uses breathes servers to send the message, so it is sadly UK only. I aint bothered what you do with the code to be honest, use it modify it, pass it off as your own, as long as you give me some votes :-) You must have a valid Breathe login name and password to use this program. Thanx
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
This is a SMS message sender, (SMS being Short Message Service.... I think) lol Anyway with it you can send text messages to any UK based cellular phone, Sorry folks but it uses breathes servers to send the message, so it is sadly UK only. I aint bothered what you do with the code to be honest, use it modify it, pass it off as your own, as long as you give me some votes :-) You must have a valid Breathe login name and password to use this program. Thanx