Forum: PHP Oct 18th, 2009 |
| Replies: 2 Views: 264 Thanks a lot for your reply that forum was helpful made me realise wher the problem was thanks a lot |
Forum: PHP Oct 18th, 2009 |
| Replies: 2 Views: 264 Hi,
I ve got php set up on my localhost using IIS 7 which all works fine. iv also got Argosoft mail server.net free setup as well. The problem i have is that when i try to send an e-mail using a... |
Forum: JavaScript / DHTML / AJAX Sep 26th, 2009 |
| Replies: 3 Views: 275 Thanx a lot for your help. That has solved my problem. Thank you |
Forum: JavaScript / DHTML / AJAX Sep 25th, 2009 |
| Replies: 3 Views: 275 I have a text box in a form that is validated to accept a value called ds01 but i also want the textbox to be allowed to accept empty spaces that is if nothing is entered in the textbox. The problem... |
Forum: Windows Vista and Windows 7 Aug 17th, 2009 |
| Replies: 5 Views: 932 Hi after my computer boots it gets stuck on a black screen with a mouse cursor in the middle. I have been researching and reading for a solution but have not found one that works for me. I can't... |
Forum: Windows NT / 2000 / XP Aug 14th, 2009 |
| Replies: 2 Views: 339 Hi, I reinstalled windows xp on my computer but video controller(VGA compatible) and audio device on high definition audio bus have big yellow question marks next to them. The computer is an ei... |
Forum: C# Jun 25th, 2009 |
| Replies: 2 Views: 266 Hi,
it have written a notepad application in C# 2008 which i am using to open documents with a lot of lines for example 5000+ lines. the problem that i have is that i have created a button that i... |
Forum: Java Jun 8th, 2009 |
| Replies: 3 Views: 248 Hi, im writing an application in java that collects a number consisting of 5 digits,for example, 11234 from the user. The problem i have is that i want to separate the individual digits and display... |
Forum: Java May 12th, 2009 |
| Replies: 1 Views: 206 Hi,
I have a line chart that iv created using jfreechart. The graph has six lines.when the graph comes up, there are no lines on it.This is delibrate. Iv also made six check boxes. The problem i... |
Forum: Windows NT / 2000 / XP May 7th, 2009 |
| Replies: 3 Views: 638 Hi
I just reinstalled windows XP on my alp-t19 packard bell laptop. Now i have no sound at all. iv also ran through the troubleshooting procedures.and a yellow exclamation mark and question mark... |
Forum: Java Apr 30th, 2009 |
| Replies: 1 Views: 247 Hi,
I have written a program that outputs numerical results to the console in java(using eclipse). The problem that i have is that i want to copy or save the entire console content to a .txt file.... |
Forum: Java Apr 28th, 2009 |
| Replies: 3 Views: 330 The thing is a still get the same result whether i use .txt or. doc files. I don't think that that is the issue. |
Forum: Java Apr 28th, 2009 |
| Replies: 3 Views: 330 Hi,
The problem i'm having is that the data that i want to appear on the file doesnt apear fully. I want the full results of the program to be saved to a doc file but i only get the next number in... |
Forum: Java Apr 26th, 2009 |
| Replies: 0 Views: 224 Hi,
I am using JFreechart to create a graph of some data that i have produced using a program i have written. The problem that i have is that i have to manually input the data into
the dataset to... |
Forum: C# Feb 25th, 2009 |
| Replies: 3 Views: 328 I have had a look at the example but im not sure if i understand it im getting a little confused with the directories in the example Please can u give me some explanation. What im trying to do is... |
Forum: C# Feb 23rd, 2009 |
| Replies: 3 Views: 328 Hi i have the following data file:
------------ Data File Created By ActiGraph GT1M -----------
Serial Number: LYN2B35063338
Start Time 05:00:00
Start Date 02/27/2007 |
Forum: PHP Feb 14th, 2009 |
| Replies: 4 Views: 564 Im doing a login facility for my website iv connected it to the database but when i try to enter some values for login name and password i get the following message:
Warning: mysql_num_rows():... |
Forum: Windows Vista and Windows 7 Dec 10th, 2008 |
| Replies: 3 Views: 760 im using windows vista, havnt installed service pack 1 and im not sure of which version of windows search i hav |
Forum: Windows Vista and Windows 7 Dec 9th, 2008 |
| Replies: 3 Views: 760 in my windows mail i can use the find message option to find who my mail is from. i put the name in the from section and click find now, the message i'm looking from is found then windows mail... |
Forum: Windows Software Dec 8th, 2008 |
| Replies: 3 Views: 604 in my windows mail i can use the find message option to find who my mail is from. i put the name in the from section and click find now, the message i'm looking from is found then windows mail... |
Forum: Java May 1st, 2008 |
| Replies: 6 Views: 3,709 Below is my programme code please can any one help me convert a string value into an integer:
import javax.swing.*;
import java.awt.*;
public class BackgroundImage extends JFrame {
... |
Forum: Java May 1st, 2008 |
| Replies: 6 Views: 3,709 Please can anyone tell me how to convert a string in a text field to an integer. im using
[ String q = answerField.getText();
int n1 = Integer.parseInt(q);]
in my programme but i get... |