5,682 Topics

Member Avatar for
Member Avatar for khurram.1987

Hello. Actually not that much good in web development ... So i need little help in doing this work. I am creating realtime chating site in which i am having problem that how to send mesages to user's. I've read some simple example on internet they uses request to server …

0
69
Member Avatar for Member 785224

I have a program that is meant to send and receive pictures. There are two parts, client and server, the server sending pictures, and client receiving.the server needs to send it across the internet, then the client needs to receive and show the image in a picture box. I put …

Member Avatar for Teme64
0
104
Member Avatar for zillah

Dear Expert I have got a client with a small network between windows 2008 server and two XP Prof SP3. Folder on window 2008 was shared to be accessed by two users on windows XP. A QuickBooks program installed by a technician from QuickBooks on the shared folder to be …

0
82
Member Avatar for jakesee

Hi, I would like to learn how a VPN works, but all I could google up were phrases like "VPN creates a private [I]tunnel/road/connection [/I] between two points/LAN, [I]piggybacked [/I]on the internet, and making both LAN appear like a single one." However, the above does not explain anything useful at …

Member Avatar for jakesee
0
354
Member Avatar for leiger

I have imported the Apache XML-RPC jar files, and got them working (has taken me all day to figure out how to get it working - so I'm kind of frustrated at the moment ;D) ... but that used the execute(..) method which requires two parameters ... there was no …

Member Avatar for leiger
0
2K
Member Avatar for ak.royan

Hi friends. I'm trying to create FTP Sever with socket programing.I know how to transfer files between server and client but i don't know how to browse server's folders in client.It is possible to use FolderBrowserDialog ?

Member Avatar for kvprajapati
0
113
Member Avatar for Medalgod

OK, so i've written a server to listen to TCP connections, and send a response. It can be connected to via telnet and works fine. Next, i started writing the client side of the application - I started out simple by trying the following: [CODE] public static void Send2(Server server) …

Member Avatar for Medalgod
0
117
Member Avatar for wolterl

Greetings, I've searched for 2 weekends now on solutions to the problem I am having with my son's relatively new computer (arrived 9/10/07). I've tried numerous suggestions from numerous sites (mainly this one) and I'm still unable to get a desktop in normal start up mode. I can in Safe …

Member Avatar for jissk
0
509
Member Avatar for Hunter2379

Ok so i'm writing a chat program. My problem is that let's say i write something in the client or server, you only see it once you write something again. How do i make my program refresh it's self? (so it prints things in real time.) Thank You Client Code: …

Member Avatar for NormR1
0
294
Member Avatar for YoavX

Hello, i've tried to use Windows sockets not in my LAN and i've noticed that every time my program starts it gets CPU overflowed weirdly [code=c] ProgramConfig myConfig = ExecuteServerConfig("config.ini"); WSAData wData; if(WSAStartup(MAKEWORD(2,2),&wData) == -1)return 0; sockaddr_in serveraddr; int sock = socket(AF_INET,SOCK_STREAM,IPPROTO_TCP); serveraddr.sin_port = htons(myConfig.Port); serveraddr.sin_addr.s_addr = inet_addr(myConfig.Server); serveraddr.sin_family = …

Member Avatar for Aranarth
0
141
Member Avatar for f.damati

Hello everybody, My problem : I have configured a DNS Server and Client on a virtual copy of centos (virtualbox) the Network is set to NAT (ip: 10.0.2.10). I don't know how to configure other virtual copy's (for example as the client which want to query the site) to make …

0
105
Member Avatar for djnzak

Hi, I am editing the css code of an existing script, Docebo. The problem is all the browsers I have tried do no give me a quick updated view on the css style. That is it still shows me the old css sheet and so I cannot see the changes …

Member Avatar for diafol
0
110
Member Avatar for bolineni

I have one Server code , and I have to test with 100 clients .... Clients has to read data from text file in local system and has to send to Server ... for that i want to write one client code to test my sever .. please any one …

Member Avatar for Excizted
0
90
Member Avatar for pardeep3dec

I am working on a project based on networking. My problem is that database on server (time to time updated by clients Application) is available in shared folder sometime any client delete that database file from shared folder then project stopped working. So give me process for accomplish this problem …

Member Avatar for pardeep3dec
0
113
Member Avatar for iqra123

Hiie i have to convert unsigned char to char array. i m using ultoa() function that converts unsigned long char to a string. but it is giving me an error of Type Mismatch. actualy i have tsend my data to server side where it is recieving in char array. so …

Member Avatar for kings_mitra
0
176
Member Avatar for Stu007

Hi, I'm really hoping someone can help me with this problem: I have a Mr Site email address, I'm trying to make it work with outlook 2007 and I'm using Sky Boradband. I can not or the life of me get it all to work happily. I've had various error …

Member Avatar for Lusiphur
0
169
Member Avatar for sitajaf

Hello, am new to the real programming but i have very much interest. As a first real java project am trying to develop a P2P network application which can be used for chatting, but the problem is: Should it load as a server.and if so how do i get it …

Member Avatar for Stefano Mtangoo
0
180
Member Avatar for Mikhaillost

Alright, so I set up this network, wireless and all that. I have to leave it unsecured, though, because my room mate's laptop will not connect to anything with a password. The settings don't line up. I don't understand why... Well a few days ago I set up a static …

Member Avatar for Ammohunt
0
86
Member Avatar for kalpa23

i have this code for doing a remoting i m giving you all the necessary file codes this application working fine when im using the client as a windows form but when im triyng to use it with a web form it gives an exception at [code] bool st=login.CheckUn(txtun.Text); [/code] …

Member Avatar for Lusiphur
0
149
Member Avatar for rajdey1

Hi All I am trying to write Asynchronous client-Server Socket program in which whenever a client is connected to server a Windows Form is created which has a textbox and two buttons......on Data recieved by server from client the data is written in respective windows Form textbox and if a …

Member Avatar for nick.crane
0
206
Member Avatar for kalpa23

i have this web form that im accessing a remote server object but every time i try to run it. it gives me a null reference exception and when i use the same remote server object with a windows form it's running fine please help me. thanks in advance

Member Avatar for kvprajapati
0
58
Member Avatar for iqra123

hello i have a simple client server program in which different paramters are asked by client. i want to use cryptographic techniques like DES, AES, RSA but i do not know how and where to use.... i m doing socket programing first time even programing in linux. so i do …

Member Avatar for iqra123
0
132
Member Avatar for suryakantb

Most of the times we have requirements of adding different client side validations on the web pages and the easiest way to achieve this in ASP.Net is to use the existing set of validator controls. In SharePoint when we design custom webparts which takes some data as input, we might …

Member Avatar for suryakantb
0
207
Member Avatar for Merlin33069

Ive looked through google and a few other places, searching for how to calculate the pixels you would need to fill in a 3d space to draw a line, circle , sphere or anything really. Ive always been good with learning math, i just need somewhere to learn it from …

Member Avatar for adams161
0
267
Member Avatar for DaveCarroll4

After the rundll error message (c:\windows\system32\spool\drivers\w32x86\3\dlcctime.dll) began, I could not print on my Dell924. I uninstalled my printer. When I reinstalled, only the scan, fax, copy appear to be installed. The actual "printer" will not install. I "can" scan and copy (don't use fax feature). I have Norton Internet Security …

Member Avatar for jholland1964
0
424
Member Avatar for virusisfound

Hello Freinds,:) I want to make client server coding with C# windows Application with LAN If i saved data on client system it also save in server System.:$ for that i dont have any knowage about client server system & also i dont have any coding for that Please help …

Member Avatar for finito
0
113
Member Avatar for bruno386

Hi again Daniweb! Im just fishing for ideas here, Im not a great coder - I'm currently working with c#.net in visual studio. a new jpeg is being posted to the ftp server every 3 seconds...I want a client side app that can dowload this new jpg every 3 seconds...the …

Member Avatar for Ketsuekiame
0
112
Member Avatar for WargRider

Well, I am actually making a custom 2d turn based gaming engine in Java. So far I have actually gotten a solid based down, the ability to load a seamless game world (no instances) as well as a layered world, with a terrain layer, buildings layer, unit layer then an …

Member Avatar for moutanna
0
156
Member Avatar for crackerjacker

hi- currently i have a small (LAN only) web server running on my computer, and i would like to be able to make a web page in which i can run a program on the server computer from another compuer. say, for instance, i click a button on the web …

Member Avatar for crackerjacker
0
3K
Member Avatar for gurpreet_ka

hi all, I have separate action class and view(xhtml) in my project. i have a link in xhtml that opens a file. This file can be a word document or a pdf document or may be some other form but these two forms are confirmed. My requirement is that thon …

0
85
Member Avatar for Sarevok19

Hi. I am trying to write server side windows forms application that supports multiple clients. What I want is following: 1) I need an infinite while loop to accept new connections. In order to do that I start new thread which executes while loop. I can't execute while loop without …

Member Avatar for nick.crane
0
513
Member Avatar for prajaktaran

Hi, I have develop a project on "Hospital Managment System". I want to run that project on client server system. what code or any chages I have to perform to run the project. Thank You prajaktaran

Member Avatar for prajaktaran
0
105
Member Avatar for Alex_

Sending one image works, but when i repeat the cycle again it just doesn't work. my Client side code (excerpt): [code] for(int i=0;i<50;i++){//fromServer.contains("image") img = ImageIO.read(in); System.out.println("Got image."); label = new JLabel(new ImageIcon(img)); scrollPane.setViewportView(label); fromServer = reader.readLine(); }[/code]On the client side i have this output [code]Got image. Got image. Exception …

Member Avatar for NormR1
0
1K
Member Avatar for Iggystooge

Hi, My VirusScan pops up with an alert anytime I try to start a Microsoft Office 2007 program, such as Word, Excel or Powerpoint. (For example, the pathname shown by the VirusScan Alert is C:\Program Files\Microsoft Office\Office12\EXCEL.EXE::GetProcAddress). It doesn't do this with anything else, web access etc. are fine. It …

Member Avatar for gerbil
0
280
Member Avatar for Valium1989

Ok, Not sure if you require specs, but a few main ones are; Dell XPS M1530 Windows Vista 32-bit This problem started a few days ago, i can honestly say i don't have a clue how it started. I lent my laptop too my brother one day... day later suddenly …

Member Avatar for Biker920
0
394
Member Avatar for straw33

Hi Gang, I have five (5) Dell PowerEdge 1950s for sale. These were removed from our production data center within the last 30 days. The servers have 2x dual Core CPUs (3.0 GHZ. These are the woodcrest 5160 CPUs which support virtualization. Also, the servers have 2x73 GB 15K RPM …

0
117
Member Avatar for maximusimo

Hi there, Small Business Server 2003 Service Pack 2. From the server and within 'Server Management > Client Computers' when I click on a computer name and choose 'Offer Remote Assistance' I get the following error: [I][B]Help and Support Error Windows cannot open Help and Support because a system service …

0
65
Member Avatar for sama241

Is it possible to save execute stored proc command in a string variable and then execute string variable??? Does this logic fits into LINQ2SQL? Why I want to do this - INstead of passing user control references to server, I want to save user control values to string in client …

Member Avatar for hirenpatel53
0
96
Member Avatar for LevyDee

So to accept multiple clients, I am dynamically accepting them, but so that I can handle them(data transfer etc...) I wrote a linked list which so far works fine. I can broadcast a message to all clients fine by looping through my list and SEND->client, fairly standard. But when a …

0
44
Member Avatar for jobs

I am looking for a good C++ example of a simple MySQL client program written in C++ and runs on Linux, using MySQL++ libraries that does the following (no threading): Accessing Option File Contents, ~/.my.cnf, in user home folder to read settings (load_defaults). Constructing and sending the sql statement that …

Member Avatar for Stefano Mtangoo
0
466
Member Avatar for prashanth s j

Hi, I have got a utility "sock" which is C executable (under linux) on my machine. It acts like a server or client based on the arguments passed at the command line. I want to run it through a python script. I am using the subprocess call function to execute …

Member Avatar for prashanth s j
0
205
Member Avatar for vilasdhobale

i am trying to connect client access databae file from remote php code fetch record from access and update to remort mysql databaset anyone help me.... how to do this..

0
68
Member Avatar for emperor43

I'm trying to connect to devices on a network through TCP , one is a wireless device with limited capabilities (a 802.11g transceiver with an incorporated SoC ) or the client and the other is a normal pc , the server . As the client is meant to be in …

Member Avatar for emperor43
0
179
Member Avatar for iqra123

hi following i a code that calculates systems up time in days, hrs, min, sec after calculation result is sent to client. but through this code we can only send any one paramter mean either day, hrs, min or sec. as a result of this code we get on client …

Member Avatar for nbaztec
0
88
Member Avatar for dionisov

I'm developing chat program. I have database on my webhosting where I store rooms and memebrship tables... I created the client, but I still cant do the server side of the program. It must be in win forms app.(I use .Net 3.5)Every tutorial\Sample of server side is for Console app. …

Member Avatar for dionisov
0
203
Member Avatar for iqra123

hii i have a server client prog in which server is my 'agent' and client is 'manager' following is the code for both agent and manager. i want my agent to send what manager is requesting. but it is not working the way i want. the paramters which manager is …

Member Avatar for nbaztec
0
129
Member Avatar for g2gayan

:yawn: Since last year,, i ve being trying to create something Like this ! * control the windows desktop using windows mobile , the windows screen or the desktop should be also present in the mobile.. the connection must be established via internet ! with the new WM6, i heard …

Member Avatar for g2gayan
0
94
Member Avatar for rajdey1

Hi I need your help friends i am a new in development ........I am assigned to code a client server program..... In this program both client and server side of the application use the same database now while coding the program how do i write the connection string for database …

Member Avatar for kvprajapati
0
143
Member Avatar for Priyesh_17

Hi, I am trying to write a python test script which will start a Server and Client locally and then transfer their STDOUT to two files. This I need to do from the same test script and the asserts should be the next step. When I am doing the same, …

Member Avatar for woooee
0
158
Member Avatar for adamomo

Hi I am trying to create a tester to check a server-client application assignment. When I try to run the server in the background I can not properly start clients - one different terminals I do manage. I am looking for a mechansim to automatically create a server and a …

Member Avatar for nbaztec
0
118

The End.