Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~3K People Reached
Favorite Tags
Member Avatar for Natique

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 …

Member Avatar for Natique
0
214
Member Avatar for Natique

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 …

Member Avatar for caperjack
0
240
Member Avatar for Natique

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 …

Member Avatar for Lusiphur
0
66
Member Avatar for Natique

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 …

Member Avatar for peter_budo
0
241
Member Avatar for Natique

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 …

Member Avatar for Narue
0
1K
Member Avatar for Natique

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 …

Member Avatar for Murtan
0
342
Member Avatar for newsguy

Can anyone top this: the Ministry of Defence here in the UK has admitted that last year it managed to lose a server. A whole one, and get this, it was meant to be located in a secure government building for good measure. Over the years I have become more …

Member Avatar for happygeek
0
203
Member Avatar for Natique

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 …

Member Avatar for Natique
0
184
Member Avatar for Natique

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 …

Member Avatar for Natique
0
94
Member Avatar for Natique

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 …

Member Avatar for OlyComputers
0
125
Member Avatar for Natique

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 …

Member Avatar for ddanbe
0
139
Member Avatar for Natique

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 …

Member Avatar for cohen
0
75
Member Avatar for Natique

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 …

Member Avatar for sarehu
0
86
Member Avatar for Natique

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. …

Member Avatar for Natique
0
176
Member Avatar for robotnixon

My professor gave us a set of class specifications for three classes. Vehicle, Car, and Truck. My vehicle class works fine, and utilizing it in the other classes is fine as well but I'm having trouble implementing the individual class specifications in the other two. Really the only thing I …

Member Avatar for John A
0
108