5
TCP Client Server issueview story

http://www.daniweb.com – Hi, I've got two programs (client and server) using sockets. The program are working fine if I set the client IP to local host (127.0.0.1) or the LAN IP (192.168.0.3), but can't connect if the IP is set to external Internet IP (92.24.xxx.xxx). Anyone have an ideea, please? Thanks! (General)

4
Sockets,TFileStream and ProgressBar (delphi)view story

http://www.daniweb.com – hi! I use client/server socket components to send a file. a client app sends a file and the server app gets it. I know how to display the copying progress in a progressbar when receiving data, but how can I display in a progressbar how much of the file has been already uploaded from the client app? this is how I send the file: (General)

4
install vmwareview story

http://forums.opensuse.org – Hi is it possible sitn opensuse 11.2 to install vmware server or another free vmware? Many thanks (Distributions)

11
Create an original single-file GUI applicationview story

http://www.daniweb.com – I have to be honest. I am about to quit college and I just recently started. I have no clue about this assignment. I need help...badly. (General)

6
Import data from Excel to SQL Server Databaseview story

http://www.daniweb.com – Split from - http://www.daniweb.com/forums/thread182138.html i also have the same problem. i want to store my excel sheet data in database having same fields as in sheet. please help me out (General)

4
how to delare gridview in classlibraryview story

http://www.daniweb.com – hi i wants to create an dll file for displaying selected data form database by using a gridview. for this iam creating a dll file , in that how to declare gridview1 ,,,, here my codeing is given below ..... please correct errors.... Imports System Imports Microsoft.VisualBasic Imports System.Web Namespace mylib (General)

4
Problem Inserting into SQL database on serverview story

http://www.daniweb.com – can anybuddy help to sort out my problem in .net actually i m beginner at this platform facing a very crucial error i think so i m making a web page connectivity to sql database for inserting the data......... my error name: Inserting is not supported by data source 'SqlDataSource1' unless InsertCommand is specified. (General)

4
[ubuntu] [need help]problem with squid and bandwidth limitationview story

http://ubuntuforums.org – Hi all. I'm having problems with squid, and i don't know how to solve them because I'm new to linux. a. Why squid in my computer often does not work? The process has already started (using the command sudo squid start), but the Internet on client computers can not connect. This can be be resolved if the proxy server computer is restarted. Anybody know why is this happen? (HowTos)

3
[ubuntu] OpenVPN Service works, but VPN Server can't see my local networkview story

http://ubuntuforums.org – Dear community, I have set up my OpenVPN configuration in such a way that I can log in from remotely (via the Internet) to my local network. However, as I am very lazy (problem one), I only want users to use one set of certificates, but forcing them to log in with their own username and password that is on an LDAP server somewhere within my local network. (HowTos)

4
getting variables from a previous formview story

http://www.daniweb.com – i am having a small problem. I am having some problem getting variables from the first form into another form to be processed. in other words i am processing the same data i got from the first form twice but i want a break between the two blocks that processes the information. here is my code below <?php function form()  { (General)