February 20th, 2013 10:48 AM
No worries PeeJavery, I am just happy to have a response, Thanks mate. Thanks very much!
Request.Servervariables("HTTP_USER_AGENT") returns a string with semi-colon delimited text as such:
XP...
February 19th, 2013 11:39 AM
February 12th, 2013 01:47 PM
I am updateing an ASP Classic website. ASP is definitely not my forte, but I have done a little.
I am trying to load objects one way for Windows 7+ and another way for Windows XP.
I use the...
December 10th, 2012 11:36 AM
Yep, I googled "xbox kinect developer forum" and I got some hits....maybe you can too!
October 30th, 2012 03:45 PM
CSharp uses the unsafe keyword as you know to allow you to use pointers. Unsafe code is very C-Like. This is done to allow inter-op with Win32 and other external C/C++ libraries and memory mapped...
October 29th, 2012 07:19 AM
You should be able to turn off optimization in your project. The exact method will be different depending on what version of Visual Studio you are running.
October 23rd, 2012 12:54 PM
Well if you use an IIS browser on the same machine, you can definitely get a jump on development. If you plan is to use a Linux based web server, you are better off using the web server you plan on...
October 23rd, 2012 09:51 AM
Yep, I don't see many Matlab posts getting answered on CG.
October 23rd, 2012 08:04 AM
I would suggest TCP/IP Sockets in C for the Server, C# for the Client App and maybe Java for the phone?
Ok well you will have to look up the phone specs and developer doco to see what is...
October 18th, 2012 07:15 AM
Paul's code is great, but you also aren't looking at the right books.
October 16th, 2012 07:27 AM
Lloyd, here is a link to the source code that you require:
http://cs.ecs.baylor.edu/~donahoo/practical/CSockets2/textcode.html
Also it is the link to the author guide to TCP/IP Sockets in C, which...
October 11th, 2012 11:46 AM
CSharp uses the unsafe keyword as you know to allow you to use pointers. Unsafe code is very C-Like. I believe the closest you can get to a pointer to a user defined class is a pointer to a struct....
October 5th, 2012 11:42 AM
Yes, every time you are going to use a dataGridView.CurrentCell.Value, you should in-fact check to see that it is not null.
Here is one way of doing it:
String sval =...
October 2nd, 2012 01:00 PM
I suggest that you subscribe to one of the lists on the OSR website.
http://www.osronline.com/
I have received help from them, to positive end.
October 2nd, 2012 12:54 PM
You need to find a MATLAB list. This list is not specific to the product or subject matter you want to use.
August 31st, 2012 12:22 PM
Is this a C++.net or C++/CLI app? Not that it has to be...also does this app use Sockets?