November 20th, 2012 12:14 PM
I'm about to add the capability to my app for a user to submit data to a database. The data will be sort of like "sign my guestbook" level but not quite a guestbook. The data will be displayed for...
November 8th, 2012 02:41 PM
I just took a look at that code. That was great. I'll definitly use this approach. Super thank you very much.
November 8th, 2012 01:10 PM
Hi Sotoasty.
I was so messed up that I didn't have any code to show. What I ended up doing was hiding the login form. But that alone wasn't good enouh becuase when I closed the main form Visual...
November 8th, 2012 12:00 PM
Hello everyone.
I have winforms app with a login form in which the user enters a user Id and a password. After the correct user id and password is entered, the main form is displayed. When the...
October 30th, 2012 09:48 AM
I used the bullzip link. It was sooo easy to use the program from that website and it converted the Access database to mysql perfectly. Thanks.
October 29th, 2012 08:21 AM
That was helpful. I didn't know that CE programming was so different. I passed on that project because of that. Thanks.
October 27th, 2012 11:31 AM
Hi everybody,
I want to take on a project which is an app to run on a MC2180. The MC2180 is a Windows CE 6.0 OS device. The thing is though that I've never coded a CE app before. What do I need...
October 24th, 2012 02:57 PM
Thanks Victor.
I'll let you and the brotherhood know how it goes :)
October 23rd, 2012 08:15 PM
Hi everyone.
I need to convert an Access 2007 database to MySQL 5.5. The Access database has thirteen tables. My first thought on how to do this is to create the MySQL database and tables by...
October 18th, 2012 05:06 PM
October 18th, 2012 12:00 PM
Hey everybody.
I'm looking into doing a project in which I would have to import some text files into a MSSQL database. I tried opening one of the files in notepad to take a look at its format and...
October 11th, 2012 08:24 AM
October 10th, 2012 08:27 AM
Good morning everybody.
What triggers a destructor?
September 12th, 2012 09:11 AM
I replaced the body of the function with a simple alert('test'); just to simplify it some and tested the code in IE and Firefox and it worked just fine. Super thanks my friend.
September 11th, 2012 03:43 PM
Hello everyone.
I'm trying to code either the keyup or keypress event for an input field in javascript but can't find any good sample code on how to do it. The example on www.w3schools.com...
August 30th, 2012 01:36 PM
...So I have it working now. I used pipes for the delimination. Here's the js/jq:
// display selected row index.
$("#jqxgrid").bind('rowselect', function (event) {
...
August 29th, 2012 01:32 PM
Oh ok, so the value will be have to be a put together thingie. I'll start trying to put this together and post my work of art when I'm done. Thanks for the direction. Stay tuned...
August 29th, 2012 12:54 PM
Thanks PeejAvery,
I've seen this code at w3schools before. As-is the code creates a cookie in which the cookie will have a name and have one value asscoicated with it and not the multivalue type...
August 29th, 2012 10:32 AM
Hello PeejAvery,
I also need to write such a cookie. Any chance you have the javacript function that writes the type of multi-valued cookie I described in my post? Especially can you help me out...
August 29th, 2012 09:51 AM
Good morning gang.
I'm having a hard time figuring out how to do this. I'm trying to write a cookie that has a name for example "Order" in which this "Order" cookie will have values associated...
August 20th, 2012 12:10 PM
Yep, disable script debugging other(and internet explorer) are Not checked. I'm working on a project in which some test code that gets data from a web service won't work under Internet Explorer but...