5,682 Topics
![]() | |
I have to do a VB.net app that connects to a remote host. It is to excange big file (100 Mb). Having no such experience,I have no idea what I need to do to my app to allow it to send big files. I've try on to use the tcpListener … | |
Hi, I have deployed a website. I am able to access the webpages from the server using local host and machine name but when i try to access the web page from the client machine i am getting "page cannot be displayed" error" I have given full access to all … | |
Hi I have a problem in upload file using jsp.At localhost it is working file but at server when client upload a word document it is corrupted .A text file is uploaded successfully. Please Help | |
Hi, Here I developed Instant Messenger Program. but in ClientTests.java is giving some runtime error. can anybody help me plz. Here I am listing all my four programs. 1. Server.java [code=java]package com.app; import java.io.EOFException; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.net.ServerSocket; import java.net.Socket; import java.awt.BorderLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; … | |
Hi, If someone can help me with this I'd really appreciate it! I installed SQL Server 2000 Standard Edition on Windows Server 2003. This server is due to take over from our present Windows 2000 Server. It was my first time doing a SQL install, so I ended up calling … | |
Hello folks... i need some help in implementing soap in java... i need to write a program wher the client will send a soap request.. the server will parse the xml file and give back the response as a xml file.. but the client shud recieve it as a soap … | |
It seems that somehow some kind of spyware got put on my pc and now it keeps saying that I need to buy a certain program in order to get rid of it. When I run my SpyWare Doctor, it keeps saying: Malicious Action Blocked mgmrwmrv.exe is attempting to access … | |
Hello 'CasperJack' once again, thanks for the help on the previous link [url]http://www.daniweb.com/forums/thread108331-2.html[/url] well, i used Host fix then i made a scan/save log with Hijack this, and the result was as follows: ************************************************************************8 Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 7:24:30 AM, on 3/20/2008 Platform: Windows XP … | |
Error message from startup with the message "The specified module cannot be loaded" The cause might be from the deleted spyware, but still have some files in rundll32. I have no idea how to delete them. Image Name PID Modules ========================= ====== ============================================= rundll32.exe 2724 ntdll.dll, kernel32.dll, msvcrt.dll, GDI32.dll, USER32.dll, … | |
Hi All, how to pass server side (ASP.NEt 2.0 with C#.NET 2.0) array variable to another page's client script or How to access one server side web form's array variable in another web form's client script (javascript)? Thanks in advance. Raju | |
Help! I can't seem to get rid of this bloody thing. i've already downloaded killbox but haven't run it yet. i use my laptop for work so i hate to think what kind of private info's being comprised. What steps should i take? My HJT scan: Logfile of Trend Micro … | |
Hello, I am only 15, and I want to get into server 2003, I have created a domain with DNS and I have created users, and when the server is turned of I can still log in, so when I asked my freind he said turn of the interactive login: … | |
Hello, I urgently need help, im trying to complete a class which will be able of multiple - clients but is not doing the required puprose. Can anyone be assistance of what is needed to add for handling the clients ?? Thanks in advance!! [CODE=java] import java.util.ArrayList; import java.util.concurrent.Semaphore; class … | |
I'm was a web application developer for years. I'm dabbling in programming in a dialog/event environment by writing an app on my AT&T tilt(PPC). big change for me. I wrote a simple app on my tilt that connects to a server, gets data, and updates some controls with the data. … | |
Can we capture the events like click of ASP.NET2.0 controls like link button at client side. For example, there is a link button which performs some operations say download,when the checkbox of the GridView are checked. But what if when the checkboxes are not checked and the link button is … | |
My company has just taken over a client website and I've moved it to a new server which we own but I'm getting a weird error which can be viewed here [URL="http://spratnets.com/site/"]http://spratnets.com/site/[/URL] I created a war file of the existing site and deployed it on this new server. I didn't … | |
My Name is Divyesh Chotaliya. I am your new friend. I want a help from any people who is working with java or any one know abt my problem answer. my problem is I want to get all connected computer's IP address.the computers that are connected with server. so,i want … | |
I posted this in the wrong forum yesterday.. And I still need your help.. I am pretty much computer illiterate.. So i will ask you guys to give me a step by step analysis on how to fix this problem.. Almost as if you are talking to a 4 year … | |
Hello, I've been trying to develop a simple client/server application that uses the bluetooth USB dongles of 2 PCs using windows sockets and the bluetooth support provided in the windows platform SDK I can create the sockets fine, but when I go to invoke "bind" or "connect", the program spits … | |
I was playing Command and Conquer 3 earlier, and my framerate droppd tremendously from what it usually is. A week or two ago when I played it, it ran fine. Recently, I had a virus, and some trojans that I thought I had taken care of, apparently I hadn't. I … | |
Hello, I want to modify a java client/server game as to load the map from an xml and then validate against the dtd. Is it okay to do something like that? [CODE=java] public void parseXML(){ try{ DocumentBuilderFactory dbFactory = DocumentBuilderFactory.newInstance(); DocumentBuilder dBuilder = dbFactory.newDocumentBuilder(); Document xmlDocument = dBuilder.parse(new FileInputStream("map.xml")); DOMSource … | |
Hello, im sorry to bother you all, must be alot of people with problems. I've searched the web tirelessly and cannot seem to come up with much, then i saw a similar problem on here and the person who replied did a great job and seemed very helpful, so i … | |
Hey guys, I know people are debating about whether or not this is a problem, but I'm stuck with FunWebProducts files that I just can't seem to get rid of. A few days ago it was just FunWebProducts and MyWebSearch, but now it's that AND some other things have appeared … | |
I am currently trying to write a Telnet Client program in Visual C++. I was wondering if anyone knows where I can find a tutorial on how to write the protocals for telnet, or how to connect to a telnet server. I have written a small "chat" program (the one … | |
can you look at my log file. my explorer keep restarting. i cant find any malware. is there anything wrong? what should i do? Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 7:20:18 PM, on 3/10/2008 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Boot … | |
I want to develop a LAN Messenging Software which will work just like Yahoo messenger i.e it must give chatting facility + Video + offline messages + online messages +sound/vedio conferencing + we can send and receive messages/tokens from server to client and client to server it must b a … | |
Ive have been having some problems with my computer -once in a while the bottom bar with go to the original grey and i will lose all sound -when i am typing sometimes the letters wont appear and they will start to show up somewhere else (even while writing this … | |
Hello there Right now I have an Ubuntu server machine working as Linux router and having weird issues with it. If I'm working with the machine, such as using samba,http or ssh on it, approximately every minute the connection freezes between the Linux router with Ubuntu and the client computer. … | |
Hi all, I am doing an application that involves server and client side, the server side is responsible for storing, and retrieving the files, with some little manipulations. The UTF-8 encoding is being used as our default charset, and the data display correct on any java client, like eclipse, or … | |
hi there guys ,, im have just a idiot asking ,, i have sql server 2005 express but im confusing for data work , where can i install that , into server or client , or both>>.??? i know how to basic program in SQL but configuring its merely little … | |
Hello.. I really didn't know where to post this, so i figured this would be as good a spot as any.. Well, I come to you guys needing help.. I am pretty much computer illiterate.. So i will ask you guys to give me a step by step analysis on … | |
I don't know what hapened. I was playing World of Warcraft, took a shower, came back, and I had a bunch of warning messages from something claiming to be Windows Security. I was cautious, and since I hadn't been to any websites in a while and it claimed to be … | |
I am trying to insert a row into a table into a MySQL DB 5.0 table. One of the VALUES that I am inserting just so happens to be HTML code. When I execute the INSERT in MySQL Query Browser it tells me "You have an error in your SQL … | |
I'm planning on building an HTPC and have a basic design in mind that I would like my network to follow so I can have all my systems connected. I'm not quite sure which way would be the best since I'm no network expert. I can handle myself with the … | |
Hi, I am running windows 2000 server and windows 2000 professional on client end. I want to configure Remote desktop between server and its client. Can anyone guide me? I had made remote desktop in windows 2003 server and winXP. Now i m trying to do in Windows 2000 but, … | |
Hi everyone, I am new to this online forum. I am a software engineer residing in Singapore doing software development for a living for past 9 years. Only recently am I introduced to the wonders of ACE. It is such a pity the ACE framework is not part of the … | |
edit - used newest version of hijackthis Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 5:38:06 PM, on 2/10/2008 Platform: Windows Vista (WinNT 6.00.1904) MSIE: Internet Explorer v7.00 (7.00.6000.16575) Boot mode: Normal Running processes: C:\Windows\system32\taskeng.exe C:\Windows\system32\taskeng.exe C:\Windows\system32\Dwm.exe C:\Program Files\Windows Defender\MSASCui.exe C:\Program Files\Apoint\Apoint.exe C:\Program Files\Java\jre1.6.0\bin\jusched.exe C:\Program Files\Sony\ISB Utility\ISBMgr.exe C:\Program Files\Adobe\Acrobat … | |
Hello Please provide me the list of software development companies specialises in the development of custom software applications which deals with custom programming, database design, client-server and internet/intranet software application development on all platforms including windows, Linux, Mac. | |
hello all i have experience with windows forms programming but now i have to work independently for the whole project i need help in two topics pls help me 3 clients will be connected to my server front end : VB.Net my database : Oracle my question is how to … | |
I'm on windows XP w/ SP2. explore.exe keeps restarting. ive had numerous problems with this computer, and i'd perfer to not take it in to be repaired again. any help would be greatly appreciated. ran Hijak and this was the logfile Logfile of Trend Micro HijackThis v2.0.2 Scan saved at … | |
Hello, Internet Explorer 7 windows are opening uncontrollably every time I start FireFox (browser of choice). About every 4 minutes a new window automatically opens. I've seen a couple threads dealing with the same issue but could never find a resolution. Something is triggering the problem every time I open … | |
Hi All, I have built an application on C++. It is a multi threaded application. My application spawns 8 threads when it come up. Each thread opens one file and maps it using mmap. It is a client-server application. Each thread picks up a message from the queue and processes … | |
Good day. My friends computer shows: Your computer was infected by unknown trojan. It's dangerous for your system (critical files can be lost)! Click OK to download the antispyware program to clean your system! (Recommended) I have tried running S&D and other programs without any luck. Posted below is my … | |
I am using bloodshed dev-c++ ide. Win XP Media Center Edition. I am trying to learn how to use winsock, I have compiled a very simple (and very sloppy) little winsock application with the help of like 3 or 4 different tutorials the client sends a hard coded string to … | |
I am posting a log file from HJT and was wondering if someone could take a look at it for me. I would like to get rid of the etrust pestpatrol program but it won't let me do this with uninstall. I also would just like to make sure I … | |
hi I am getting error for above mention exe in Title. here is log using Hijack. Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 6:04:29 PM, on 2/23/2008 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.6000.16608) Boot mode: Normal Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe … | |
I have two lan cards in my Server in such a way that Lan Card a1 is connected to internet and holds Public IP infomration and Lan card a2 is meant for private internal network and holds internal IP information and connects to client machines in my internal network. In … | |
How To Authenticate Clients to printing From Server Using ASP.NET C# hello i have one server in which the printer is installed, the clients are printing from server. So, i want to authenticate those clients before printing using asp.net? means if in server client architecture of any company, clients are … | |
Hello everyone, This is the case: 1- I have a asp.net application that is hosted in the Web server hosting service (This hosting server is located in the US, but not near the office of my client ... " 2- The SQL 2005 database will also be hosted in the … | |
am currently workin on RFID Technology and am stuck with the socket connectivity... there is a client which is an EXE file called RFID.exe now we need to create a server program to connect the client n read the msgs sent by the client application. in the server program v … |
The End.