Forum: ASP.NET Sep 8th, 2005 |
| Replies: 4 Views: 1,954 but php work only for linux dont it? |
Forum: ASP.NET Sep 7th, 2005 |
| Replies: 4 Views: 1,954 Hi everybody....I need to develop a web page that adds information to a database in a server. I wanted suggestions about the more used languages for this kind of projects. Thanks for your help and... |
Forum: Windows NT / 2000 / XP Sep 6th, 2005 |
| Replies: 2 Views: 8,419 Hi everybody...I am having a very strange problem and hope some of you can help me as soon as posible. I am workin in a small LAN with a XP PC and a W2000 PC. I have an aplication developed in Visual... |
Forum: Visual Basic 4 / 5 / 6 Jul 19th, 2005 |
| Replies: 3 Views: 2,749 Hi everybody! I am having a strange problem, Im working with a remote access database, i have one application to introduce info to de database and other for making a query. The firt one works... |
Forum: Windows NT / 2000 / XP Jul 6th, 2005 |
| Replies: 0 Views: 3,397 Hi everybody....I am having a very strange problem with an update query....I need to make a new field equal to a part of two other fields. For that I use the Mid function like this:
... |
Forum: Java Jul 6th, 2005 |
| Replies: 4 Views: 2,412 Hi everybody! The application I´ve been working is almost done, first of all thanks to all for your help. But now I want to do something extra and don´t know if is possible. My application starts... |
Forum: Java Jul 5th, 2005 |
| Replies: 3 Views: 2,944 I tried the destroy method but that one forces the application to close. My application is developed in Visual Basic, and if I use the destroy method the aplication doesnt reach the unload metho so I... |
Forum: Java Jul 5th, 2005 |
| Replies: 3 Views: 1,381 I think the problem was with other program I installed after java....I only reinstalled it and it worked! Thanks for your help! |
Forum: Java Jul 5th, 2005 |
| Replies: 3 Views: 2,944 HI everybody! I am starting a visual basic application from java with the following routine:
Runtime rt = Runtime.getRuntime();
try {
Process p = rt.exec("Grabacion");
}
catch... |
Forum: Java Jun 28th, 2005 |
| Replies: 3 Views: 1,381 I wanted to know what do I have to change in the SAxparseryFactory code to make it work in an windows xp OS. It is not working and I think I have to modify something of this code to make it... |
Forum: Java Jun 28th, 2005 |
| Replies: 1 Views: 2,048 Hi everyone: I am running an java application in a windows xp toshiba computer. My application works fine in an windows 2000 compaq deskpro computer but in the toshiba one I get a strange exception.... |
Forum: Java Jun 14th, 2005 |
| Replies: 0 Views: 3,033 Hi every one I am working in an appliction that lets the speaker get access to the rtp stream coming from an Ip telephone. The idea is to have all the soun of the telephone in the PC. I get the voice... |
Forum: Java Jun 11th, 2005 |
| Replies: 3 Views: 3,896 :?: Hi: I am postin in this forum because someone told me all the windows applications were developed in visual basic. I need to know which is the DLL associated with the sound recorder. I nedd to... |
Forum: Java Jun 9th, 2005 |
| Replies: 2 Views: 3,305 Hi every one...I am modifying an application that make the Pc speaker have acces to the rtp stream comming from a telephone. The problem is, the rtp stream could be one of G.711U or G.711A or G.729... |
Forum: Java Jun 4th, 2005 |
| Replies: 1 Views: 1,518 HELP ME PLEASE!!!!!
I am developing an aplication with an API for getting my engieneering degree. I have to use a deprecated class because there is no other tha can make what i need. But I am havin... |
Forum: Java Jun 1st, 2005 |
| Replies: 1 Views: 2,690 THIS IS MY CODE, at the end is the nullpointer error i get....hope you can help me....
public class CuartaApp
{
// These fields are read in from the application.properties file. This file... |
Forum: *nix Software May 31st, 2005 |
| Replies: 6 Views: 21,058 Hi everybody! I am kind of new with linux. I installed Fedora 2 in my PC. I need to change my Ip address to add the PC into a Lan for an specific application. Can anybody help me telling me, step by... |
Forum: Java May 1st, 2005 |
| Replies: 6 Views: 3,493 Hi everyone! I am trying to develop an application to communicate with a Microsoft Acces database.
For doing that I import the java.sql package to use the DrvierManager class to get a connection.... |
Forum: Java Apr 22nd, 2005 |
| Replies: 2 Views: 2,460 Hi everyone!!! I finally fixed all the errors in my application but now I get a main exception that I don't really know how many problems can bring. The message says:
Exception in thread "main"... |
Forum: Java Apr 20th, 2005 |
| Replies: 2 Views: 1,501 Sorry mi ignorance, how do I override a method inside myclass? I think that is the point but I don't know how to do that |
Forum: Java Apr 20th, 2005 |
| Replies: 2 Views: 1,501 Hi everyone!!!
I am newbie in java programming, I am using a communication API. I am havin some problems. Iwant to use a method defined like this:
enableRecording
public abstract void... |