- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
15 Posted Topics
Hi! I'm trying to send data from a mobile application written in Java ME, to an ASP.NET website connected to an SQL server. I tried to open an httpconnection output stream in the Java ME application, and send the data in a POST to the website. The problem is I … | |
Hi, I've been trying to click the links on this website: [URL="http://fetweb.ju.edu.jo/staff/cpe/aarabiyat/"]http://fetweb.ju.edu.jo/staff/cpe/aarabiyat/[/URL] but on my web browsers (IE8, Firefox 3.6.12, and Chrome 7.0.517.44), the links cannot be clicked. Most of my friends have the same problem on Firefox and Chrome, but it works for them on IE. I've been trying … | |
Hi :) I'm using Visual Studio 2010 to design a website. I tried using a bulletedlist of hyperlinks to display a list of items on the side of the page. The color of each hyperlink should change if certain criteria is met, so I was wondering if there is a … | |
Ok I'm trying to make a GUI with multiple forms on Visual C++ 2005 Express Edition. And I was following a tutorial and made two forms. Form1 and Second. I want the Second form to open from Form1. So I included Second.h in form1 and then added this to the … | |
Hi, I wrote a program where I get a debug assertion failure. I've made it so that if I press ignore, execution continues correctly. The only thing is I don't want to keep pressing ignore, is there a way to make it ignore automatically? Without the message box appearing? I … | |
The following is a function that compiles just fine, but when I run it, I get a "Debug Assertion Failed" and it says "list iterator not dereferencable". As far as I can tell the error occurs at whileIter++. I've looked at examples of iterators and how they are used, and … | |
Re: lol I just have to say I love the title of your post! As for the story, I can't figure out if it's painfully sad or hilarious :S | |
Hi! I'm trying to write a code where I call a number of programs, with each program's output being the input for the next program. [code] WinExec(run11, SW_SHOWNORMAL); //to execute program1 WinExec (replace2, SW_SHOWNORMAL); //to execute program2 [/code] Now the problem is, program2 starts running before program1 finishes, and therefore … | |
Hi :) I've been working on a program written in C and C++ for a while now. I built and ran the program and it worked perfectly, then saved it to my USB. I then formatted my computer and reinstalled Visual Studio 2005 professional edition, installed service pack 1 and … | |
Hiya! I'm planning on buying a laptop, so I was just checking out laptop ads in the newspaper. I noticed one laptop I liked with Windows Vista Business edition on it with 4 GB RAM. What I'm wondering is should I automatically assume that it's a 64-bit version of the … | |
Hi :) I'm using winforms to try to make a GUI on Visual C++ 2005. Now one of the forms deals with a linked list (what's supposed to happen is that when a customer clicks the sign up button, a new customer object is appended to the end of the … | |
Hello :) If I go to My Computer and double click on the USB drive I get this message "Entertainment Pack Minesweeper Game has encountered a problem and needs to close. We are sorry for the inconvenience". But there isn't minesweeper saved on the USB! Before this it was some … | |
Hi :) I want to make an Arabic typing tutor to put online because I've noticed that there aren't any free ones. The thing is, I'm not sure what programming language to use. The basic idea is: -You open the website and the text you are expected to write is … | |
Hi :) I was messing around with java applets just now, and I can't seem to figure out how to put more than one event handler in an applet. I'm just working on a really simple calculator. Three buttons, one to add, one to subtract and one to clear everything. … | |
Re: Ok I looked through your program, and I'm not sure I understood your question, but either way these comments should help a little. 57. RaceCarStatus = i; You didn't define RaceCarStatus as a variable at any time. I think you meant to put it in the definition of Car. Secondly, … |
The End.