Forum: C# Sep 9th, 2009 |
| Replies: 3 Views: 921 I have created an application using C# which makes use of a MSSQL Express database. Now that my project is completed I would like to package the application and database into a single executable... |
Forum: Java Mar 19th, 2009 |
| Replies: 4 Views: 324 I think that BestJewSinceJC is right, a for loop would have been useful if it was longer.
Otherwise, put all your code on one line. This will make it look shorter |
Forum: PHP Mar 13th, 2009 |
| Replies: 0 Views: 249 Which content management system does the daniweb website make use of? |
Forum: C# Feb 19th, 2009 |
| Replies: 0 Views: 282 Are you able to easily share information between a C# application and a java application using bluetooth?
I am looking to transfer data between my phone and a c# application. |
Forum: C# Feb 4th, 2009 |
| Replies: 4 Views: 300 I want to develop a program which will communicate over the internet to another c# program.
What is the best method of doing this? Is it to use sockets, or to use something more TCP based? Any... |