5,682 Topics

Member Avatar for
Member Avatar for witecloner

Sorry if my thread is place in incorrect forum. Hai All ... Could anybody help me? i'm praticing how to build the n'tier application. I have read some book tell about this, like "Building Client/Server Applications With VB.NET" by Jeff Levinson, beth massi video tutorial "building simple n-tier applications", and …

Member Avatar for witecloner
1
305
Member Avatar for scsachira

I'm designing chat application these days.. I tried several samples which i found from the web.. I designed Server and Client.. When i run client in my machine, server get it nicely.. but when server in my machine and client in other machine, server doesn't detect client.. I tried 5+ …

Member Avatar for scsachira
0
128
Member Avatar for makymakaru

hello.. i need to create a simple web proxy where it can pass data and requests between a web client and a web server. thing is i'm very new to this kind of programming but i really want to learn. if i want to do this where do i start? …

Member Avatar for kvprajapati
0
265
Member Avatar for laks_samy

hi i am working in vb.net 2005 and sql 2005. i have developed backup and restore forms. in the backup form if i backup database, i need to list server dir and folders but i am working in client system. how to list server dir list? in my system connected …

Member Avatar for kvprajapati
0
78
Member Avatar for serkan sendur

instead of having C#, VB.NET forums let's have one with windows client, as server we already have asp.net forum, and then let's have one with windows mobile development. i develop mobile applications for windows mobile OS and it is sad that we dont have a dedicated forum for mobile devices.

Member Avatar for serkan sendur
0
195
Member Avatar for DUST.ZHU

I create an application with three threads(access oracle database by bde tquery) main program:random select,insert data;cycle:10S thread1:random select,insert,delete data;cycle:10s thread2:random select;cycle:60s thread3:random insert;cycle:20s five errors occur between 24 hours,longest interval:12hours;shortest interval:0.5hour, error as following: "Lost communication with SQL server.ORA-03113:..." "General SQL error. ORA-03114:..." ping database is ok during error; the …

0
92
Member Avatar for makymakaru

so i finally got the server.c program to run in linux environment i was elated to start the client.c program it turned out that there would be another problem. below codes are the codes of client program i compiled it and it produced an exe but there is a warning …

Member Avatar for tux4life
0
109
Member Avatar for tactfulsaint

please how do i go about this RMI project it has been giving me alot of trouble Problem statement A management wishes to automate and centralize the entire system so that the data can be stored in one central dtatabase. the system should consist of client/server architechture that can enable …

Member Avatar for tactfulsaint
0
118
Member Avatar for breakid

Hi I have to servers on is handling with string (recive an send string) the second is handling with file copy (working with string ) I wont to merge them into one server. but it wont work. can you help me plz. the file is on rapidshare but the status …

0
56
Member Avatar for makymakaru

hi.. i'm very new in this programming thing but i need to make this hello world program work in windows and linux environment. thing is i encoded the program below and i used cygwin and andlinux to compile and i still get i think some errors. I'm lost.. really i …

Member Avatar for makymakaru
0
182
Member Avatar for Joe2

I was recently advised by my web based email client that my username and password had been stolen and were being used for spamming. From the logs it appeared that the spamming came from Nigeria. They stated it was probably a key logger. I have not accessed my email account …

Member Avatar for Joe2
0
109
Member Avatar for sfuo

Hi I have been trying for a while to make a win32 app client be able to talk to a server app that I put on my friends computer. I am not 100% sure if the problem is caused by the fact that I have two routers which may interfere …

Member Avatar for sfuo
0
171
Member Avatar for DezireSoftware

Hello, everybody. I'm not new with C++, or anything, it's just been about a year since I've bothered with Client/Server for MMORPG Making. I am in need of experienced coders to help me out, and teach me, to get me back up there. The engine will be free to use, …

Member Avatar for Sky Diploma
0
173
Member Avatar for makymakaru

hi.. i'm very new in this programming thing but i need to make this hello world program work in windows and linux environment. thing is i encoded the program below and i used cygwin and andlinux to compile and i still get i think some errors. I'm lost.. really i …

Member Avatar for makymakaru
0
463
Member Avatar for restless

I have a windows 2003 server running dhcp for sharing internet among client computers. Occassionally the clients will be limited to only some websites (domains) while the server can still access them. It seems to happen at random and requires a reboot of the server so that clients can continue …

Member Avatar for rs_sis
0
155
Member Avatar for gudivada213

Hi, i wrote the socket script in python, Here both server and client running in under same machine. operating system is ubuntu 8.10 desktop version. [B]tcp server[/B] [CODE] 1 #!/usr/bin/env python 2 3 import socket 4 import sys 5 6 server_socket = socket.socket(socket.AF_INET,socket.SOCK_STREAM) 7 server_socket.bind(("", 5000)) 8 server_socket.listen(5) 9 while …

0
86
Member Avatar for Kusno

I got this source code from internet. This source purpose is to call ASP.Net function or method from JavaScript. [CODE] <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default5.aspx.vb" Inherits="Default5" %> <%@ Register Assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="System.Web.UI" TagPrefix="asp" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head id="Head1" runat="server"> <title>Developed …

Member Avatar for Kusno
0
175
Member Avatar for PeterPumkin

For a few days now i have been hearing a sound like clicking on a link but didnt know what it was until i opened task manager and saw IE was running in processes but not in the programs list. Any help would be greatly appreciated. I have a hijackthis …

Member Avatar for jholland1964
0
199
Member Avatar for jsvanc

I have a web page where the users are supposed to be able to click a button to add a new table row. I have tried various javascripts found online but I am not a javascript person. The page is written in html and asp. I dynamically fill in the …

Member Avatar for jsvanc
0
298
Member Avatar for madmital

Hi. I have a custom control that inherits from TextBox and implements ICallbackEventHandler. The control is kind of an extended ajax autocomplete/suggestions one. Aside from the Text property of the Textbox I have extended the control with a Value property. The idea is that a Hiddenfield control is assigned a …

Member Avatar for madmital
0
298
Member Avatar for tgcngb

[code=vb]I'm new in visual basic.net 2008. I just want to know if what is the best method for database connection (access and sql server) on a client/server application. Do I need to use a class,business objects or something? thanks very much! a simple example is very much appreciated. tgcngb+[/code]

Member Avatar for martonx
0
59
Member Avatar for gudivada213

Hi, I am new to socket programming, I have a generated data for every minute in client side and i want to send this data to server for every minute using python script. Client laptop having Airtel GPRS connection(in moving vehicle) and server desktop at my home. Both client and …

0
63
Member Avatar for w33n

I have a client who just sent this email to me: [B] "The following error message is generated when I attempt to pull up the company website from the office. It would seem to me that the website is not advertising what type of content is inside it, and therefore …

Member Avatar for freshfitz
0
75
Member Avatar for tgcngb

I'm new in visual basic.net 2008. I just want to know if what is the best method for database connection (access and sql server) on a client/server application. Do I need to use a class,business objects or something? thanks very much! a simple example is very much appreciated. tgcngb+

Member Avatar for kvprajapati
-1
73
Member Avatar for nicolez

As other members have had issues with this same problem, and to not hijack their threads...I am starting a new one of my own. This pop up just started with AOL, and I can't seem to figure out how to get rid of it. I have run the ATF Cleaner, …

Member Avatar for crunchie
0
241
Member Avatar for Qasim Ali

Hi all I have javascript function that insert text into freetextbox at current cursor position. It works well when I call this function onClientClick event passing a string as a parameter (This string is inserted into freetextbox at current cursor position). My code is as follow [code]<FTB:FreeTextBox id="FreeTextBox1" toolbarlayout="ParagraphMenu,FontFacesMenu,FontSizesMenu,FontForeColorsMenu, FontForeColorPicker,FontBackColorsMenu, …

Member Avatar for Airshow
0
364
Member Avatar for jonnytabpni

Hey folks, I've been reading: [url]http://www.codeproject.com/KB/IP/cs_remoting.aspx[/url] Now, I havn't actually done anything in the article yet however a question springs to mind. I have an app that has non-decoupled UI and business stuff (probably not the best). In time, I would like to make this app run on a "Software …

Member Avatar for sknake
0
133
Member Avatar for sruddock

Hello For the past few days, whenever I connect to the internet, my computer slows down and eventually completely freezes. If i disconnect from the internet, it starts working again just fine. I have run a few virus scans (mcafee) and a few trojans were found and removed however the …

Member Avatar for jholland1964
0
769
Member Avatar for changeco

I'm sure this is a nOOb questions, but... I have a form that's action is an external page and the onSubmit action on the form is blocking ANY javascript validation I'm trying... I've tried all the following options; Spry validation, Dreamweavers built in validation, Webassists server and client validation... If …

Member Avatar for changeco
0
67
Member Avatar for mohan7690

hi guys, i developed a site in php, and i dont want to give source code to the client, i want to encrypt the code and place it on the server or to give to the client, is it possile, please help me.... thanks in advance

Member Avatar for digital-ether
0
111
Member Avatar for cheapterp

Hi all, I am a complete newbie when it comes to Flash programming. I am basically a server-side programmer with more than enough knowledge of client-side technologies. However, Flash is something I am keen on learning. I was looking for info on the following about Flash: 1. What kind of …

Member Avatar for cheapterp
0
141
Member Avatar for kizUna_rR

hello, everyone... I got an issue here, my db that bind at my applet doesn't load at the web browser but it run very well at appletviewer. here the error : [code] Java Plug-in 1.6.0_13 Using JRE version 1.6.0_13 Java HotSpot(TM) Client VM User home directory = C:\Documents and Settings\Admin …

Member Avatar for kizUna_rR
0
286
Member Avatar for BrettOwnz

Hello... I am working on a CPC and CPM ads system for a client, and they wanted to use an iframe displayed on another persons site in order to actually serve the ads. So, i have developed the whole script, and it is working when used by getting the $_SERVER['hostname'] …

Member Avatar for BrettOwnz
0
93
Member Avatar for watson_MD

Help! I am trying to get my computer clean, as I think I have a hijacked browser. I am not sure how or why, nor how dangerour this is. I have tried to run spybot, and uniblue registrybooster, but can't get them to complete the job. now when I boot …

Member Avatar for crunchie
0
242
Member Avatar for vuyiswamb

Good Morning All I have the Following code that sends an e-mail, let me first post the markup and the code behind. The following is the markup of my page [code] <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head …

Member Avatar for vuyiswamb
0
892
Member Avatar for edisaurusrex

Hello, I currently have a sample WCF service that has the following classes: [CODE]using System; namespace SampleWCFService { [Serializable] public class BaseClass { public string someText; public BaseClass(string someText) { this.someText = someText; } } } using System; namespace SampleWCFService { [Serializable] public class ExtendedClass : BaseClass { public int …

Member Avatar for kvprajapati
0
179
Member Avatar for giora88

Hello. I have a question about socket programming. I am using Linux. I want to establish a connection between a client and a server using the methods: Server: socket(), bind(), listen(), accept(), connect(), send(), recv(), close(). Client: socket(), connect(), send(), recv(). My question is: If I am a client and …

Member Avatar for Salem
0
125
Member Avatar for alsoumhi

Hi all , I have decided to use java applets and java servlets regarding creating a form.(because I don't know other langauages except java) guys the scenario is like this , visitors will enter to website, surfing it and then they will enter to feedback form , they have to …

Member Avatar for kvprajapati
0
106
Member Avatar for kartheepanmirra

Hi i am working swing based applet application which is deployed on a [B]jboss3.2.6[/B] webserver.the jar file [B]application.jar[/B] size is 140kb.i compressed the jar file using sun java pack200 technology as [B]application.pack200.gz[/B] file.now the jar file size is 46kb.the jar is deployed on application.war file with context-path [B]/application[/B] on the …

0
78
Member Avatar for dev.mena

if chat room members is 4 and each have mic the server receive the 4 packets and resend it in the same order here more delay in the client to run packet 1 and 2 ..... i want to merge the sound and send it to be in the real …

Member Avatar for JamesCherrill
0
111
Member Avatar for rebirth007

Hello , I have a source code that could potentially upload files onto an FTP server using winsock. But there seems to be a small glitch and the files are not getting uploaded. Could someone please guide me as to why this is happening. I would be forever indebted. thanks …

Member Avatar for Ancient Dragon
0
420
Member Avatar for vimotaru

Hi all I'm having problems with a remote connection by sftp. I'm using public key to connect avoiding the passwd request. The correct key is added to the authorized_keys file. The problem is that the remote host is closing the session. (I'm in charge of the incoming host, a partner …

0
97
Member Avatar for Helpmycomp.

I recently have been getting pop ups when I start my computer up saying that I'm sending emails to addresses that I dont know, obviously I ave a virus of some sort. I have mbam, atf cleaner, I ram the mbam software, it found 5 infected and deleted them, but …

Member Avatar for Helpmycomp.
0
237
Member Avatar for MervinKoops

Hello I'm new here my name is Mervin, I'm creating a 3D online game in C# (everything is going well so far don't need to discuss it ;) ) And I am building a TCP server for it in C# (Visual C#.NET) The server needs to be able to handle …

Member Avatar for MervinKoops
0
116
Member Avatar for cvrcak

I've ventured into Linux/Ubuntu world only a week ago by installing a Ubuntu server distribution on an old PC. Trying to do simple things such as change/edit some files on the Ubuntu server using Bitvise Tunnelier SSH client with built-in GUI SFTP. Tunnelier SSH client is running on a Windows …

Member Avatar for sillyboy
0
184
Member Avatar for Stefano Mtangoo

Hi, I have never been into sockets, so I decided to dive in. With some help from devshed, I managed to make a server as shown below. But I cant get it receive data from client. Please correct me :) ERROR: socket.error: (10057, 'Socket is not connected') [CODE=python] import socket …

Member Avatar for Stefano Mtangoo
0
290
Member Avatar for jonnytabpni

Hi folks, I have a Client (A Till) and a server which I am developing in C#. I wish to implement some sort of network queuing system. So basically, when a method wants to send some data to the server, it will try first and if it fails, then add …

Member Avatar for jonnytabpni
0
115
Member Avatar for stewie griffin

hi, im working on java on some client server project... in the project the client and the server can send files, but im failng to do so, the resiver get only part of the file... here is my code sender: [code] public void uploadByteFile(String fileNameToGet, File fileDst) { try { …

Member Avatar for stewie griffin
0
157
Member Avatar for Daphatboy

Im new to this and I dont really knoy what to do. About two weeks ago I tried to download a file off of rapidshare, it downloaded but a threat was detected. I tried to remove this file by pressing 'remove infection' or whatever but I don't think it did …

Member Avatar for Daphatboy
0
315
Member Avatar for Megalan

Hello everyone, i have one simple question. How to port forward udp port? I've successfully forwarded tcp port (that was easy), but i just can't understand how i can do this for udp port. Maybe someone can give code example? ps i'm trying to make 2-way port forwarding ( client …

Member Avatar for Megalan
0
167

The End.