Forum: C# Oct 22nd, 2009 |
| Replies: 3 Views: 371 Thanks thanks a lot for the tip. Thats what i am doing. But can someone tell me more about the software?? Will SQL Server Express be sufficient ??
Thanks a lot in advance
Regards,
Mike |
Forum: C# Oct 22nd, 2009 |
| Replies: 3 Views: 371 Hello everybody,
Hope everyone is fine over here. Well .. actually, i am developing a networking application, or a client-server application where many clients on a LAN will connect to the... |
Forum: C# Sep 10th, 2009 |
| Replies: 12 Views: 471 Yeah .. you are right. That's what i am going to do. Thanks a lot again dude. |
Forum: C# Sep 10th, 2009 |
| Replies: 12 Views: 471 lol ... that's what i am going to do. Btw, thanks again for your advice man. ;). Hmm ... do you think this project is OK, i mean ... do you think that the level is good for a final year project? |
Forum: C# Sep 10th, 2009 |
| Replies: 12 Views: 471 Thanks a lot guys. Your advices were really helpful. Finally... a lecturer proposed something interesting. A software that will monitor bandwidth, ISP speed throttle, remote control of application,... |
Forum: C++ Sep 10th, 2009 |
| Replies: 1 Views: 206 Hello everyone,
Hope you are fine. Actually, I am going to implement a network program for my final year project and i am a bit confuse on the methodology to use. I have already reviewed extreme... |
Forum: C# Sep 1st, 2009 |
| Replies: 12 Views: 471 lol ... but i will give my boss the option to choose between mail or to view it online. He just have to choose a particular date and time... then view all the transactions which have taken place.
... |
Forum: C# Sep 1st, 2009 |
| Replies: 12 Views: 471 To be frank ... i dont really know. I want something that deals with network security! Of course, the keylogger will be used in a good way. It will not be liked the other keyloggers .. well i am... |
Forum: C# Sep 1st, 2009 |
| Replies: 12 Views: 471 Hello,
Hope everyone fine over here. Well ... actually i am having some difficulties to choose my final year. I want to develop a desktop application. As i am in the network security field, i... |
Forum: Computer Science Aug 8th, 2009 |
| Replies: 0 Views: 329 Hello Hello everybody,
Well ... actually i am planning to work on a search engine to index some specific pages and music files on the web. Its the first i am going to do this and i have no... |
Forum: RSS, Web Services and SOAP Jul 14th, 2009 |
| Replies: 0 Views: 617 Hello friends,
I am currently working on a website, http://www.waskle.com/news.php , the goal is to manage RSS feeds from different sources(news source). It will be like, all top news under... |
Forum: VB.NET May 28th, 2009 |
| Replies: 4 Views: 590 Thanks for the answer Teme64, I will try it and let you know. |
Forum: VB.NET May 26th, 2009 |
| Replies: 4 Views: 590 Hello guys,
Actually I am working on a software in .NET. The software objectives is to search for all music files in a specifies directory or the whole computer and display the files names in a... |
Forum: Java May 23rd, 2009 |
| Replies: 6 Views: 395 Thanks tuse.
@ Salem, in the link you send me:
Mention that:
"CCP Registered ports SHOULD NOT be used without IANA registration.
The registration procedure is defined in [RFC4340],... |
Forum: Java May 23rd, 2009 |
| Replies: 6 Views: 395 Thanks for the answer guys! To Salem, you suggest me to allow the user to configure or set the port himself? OK, but will it make my program less user friendly ?
I understand you but how MSN works... |
Forum: Java May 23rd, 2009 |
| Replies: 6 Views: 395 Hello friends,
As usual .. when i have a problem ... daniweb.com is here ;). So I need some information from you. Ok, let me explain ... I am currently developing a chat application ! Ok ...... |
Forum: Java May 20th, 2009 |
| Replies: 5 Views: 853 Okie, thanks dude , its working.
The problem was with the link, I ve changed it to
http://whatismyip.com/automation/n09230945.asp
Now can you help me to set the timeout please. |
Forum: Java May 20th, 2009 |
| Replies: 5 Views: 853 Hello,
I've modified the code and no more errors, but still I didn't get the IP, the program keeps running and nothing appears.
import java.net.*;
import java.io.*;
import... |
Forum: Java May 20th, 2009 |
| Replies: 5 Views: 853 Hello, thanks for the link, I have tried to run the code but I've got the following error:
Error:
C:\GetIP.java:8: cannot find symbol
symbol : class HttpURLConnection
location: class GetIP
... |
Forum: Java May 20th, 2009 |
| Replies: 5 Views: 853 Hello friends,
I am having a small problem, i have already designed a chat application, the chat works fine over a local network but now I want to use it over the internet. Logically the... |
Forum: Java May 9th, 2009 |
| Replies: 8 Views: 2,172 WoW, thanks a lot for the answers guys. But I am having another problem, I want the user to input a string that can be used as the key but its not working.
byte[] raw = "thekey".getBytes();
... |
Forum: Java May 8th, 2009 |
| Replies: 8 Views: 2,172 Hello everyone,
I got a small question on encryption, actually I am trying to learn the various techniques to encrypt a message. Now I am trying AES, using the built in security package in... |
Forum: Assembly Apr 24th, 2009 |
| Replies: 2 Views: 436 Hello, thanks for the answer, I have not tested your solution, because I got the solution by myself.
Solution:
Move 0 in eax
push ax
mov ax, dx
Make 16 left shift in eax, to push ax to the end... |
Forum: Assembly Apr 23rd, 2009 |
| Replies: 2 Views: 436 Hello,
I need a little help for word multiplication, according to my notes, to multiply a word, we should put the multiplicand in AX, the multiplier in a register or memory variable and the... |
Forum: Assembly Apr 17th, 2009 |
| Replies: 1 Views: 481 Hello everyone,
Someone recommend me to use Microsoft Macro Assembler 8, I have already installed it, together with Microsoft Visual C++ 2005 but I don't know how to use it.
Can someone guide... |
Forum: Java Apr 17th, 2009 |
| Replies: 9 Views: 547 Okie , thanks for the fast reply. I will try it. Thanks a lot. |
Forum: Assembly Apr 17th, 2009 |
| Replies: 8 Views: 964 Hello, just take a lot at the link above, I have already installed VC++ 2005 and Masm 8 but don't know how to use it. Can't someone please guide me, thanks in advance.
@r03395, download the online... |
Forum: Assembly Apr 17th, 2009 |
| Replies: 8 Views: 964 OK, I got it.. its here for those who are interested ... Once again, thanks a lot for your help.
http://www.softpedia.com/progDownload/Microsoft-Visual-C-Toolkit-Download-11595.html
I don't... |
Forum: Java Apr 17th, 2009 |
| Replies: 9 Views: 547 Hello, thanks for the reply but:
They both have been initialized.
byte[] buffer=new byte[1024];
int bytes=0; |
Forum: Assembly Apr 17th, 2009 |
| Replies: 8 Views: 964 Ok .. Thanks a lot dude, you are right , masm32 is real good. But I want to try the Macro 8, still searching for Visual C++ 2005, anyway, thanks a lot, you have been of great help.
Btw, do you... |
Forum: Java Apr 17th, 2009 |
| Replies: 9 Views: 547 Yes ... the full code is in the attachement. I removed it from the code cause I am not dealing with this part yet.
The connectToServer is call as I saw the message in this method. |
Forum: Java Apr 17th, 2009 |
| Replies: 9 Views: 547 Hello,
I am having a null pointer error, don't know where it came out. Can someone check this code for me please:
The error is in the sendBytes methods, I have put a comment over there,... |
Forum: Java Apr 16th, 2009 |
| Replies: 4 Views: 421 Sorry ... I declared done at the top as a boolean value and set to true.
boolean done = true
Yes .. I compiled it,no errors, the program run ... but its seems to work but the program does... |
Forum: Java Apr 16th, 2009 |
| Replies: 4 Views: 421 Hello,
I have changed the code, still not working, can you please check if its the right way to write to a file. Thanks a lot.
//read and write file
public void run(){
try{
... |
Forum: Java Apr 16th, 2009 |
| Replies: 4 Views: 421 Hello,
I have just finished writing the code for my FTP application but according to my code, everything should work fine. But when I run my application, the file is not transfer to the... |
Forum: Java Apr 16th, 2009 |
| Replies: 8 Views: 380 For the chat section ... I will post the code later on. I don't want other students to copy my code. But for the FTP, Encryption I can, because lecturers will marked only the chat section, which I... |
Forum: Java Apr 16th, 2009 |
| Replies: 8 Views: 380 I have completed the chat section. The chat section works perfectly, with hard work and with your help(thanks a lot). Now, I want to integrate FTP in it and also encryption of message.. I am coding... |
Forum: Java Apr 16th, 2009 |
| Replies: 8 Views: 380 Yes ... I have already read these links before posting. For example in my chat application, which design pattern I must use(if any), just an example please. Because I have read some of the design... |
Forum: Java Apr 16th, 2009 |
| Replies: 8 Views: 380 Hello everyone,
I just fall on an article on design patterns. They said that if you want to become a good programmer, you must follow design patterns. But till now I have never follow... |
Forum: Java Apr 16th, 2009 |
| Replies: 26 Views: 1,035 Yeppp, we never stop to learn. Thanks a lot for all your help ... GMT+4 and you. |