Internet
The Internet is a worldwide, publicly accessible series of interconnected computer networks that transmit data by packet switching using the standard Internet Protocol (IP).
Language
Platform
Any
License
Any
I have a working procedure written in C#, running on .NET 3.5, to connect via an proxy server and everything with the connection works fine. But as I need to ship the solution to a couple of guys who...
Hi,
I need to develop an application using c# or C or cpp which talks to a unix server (server response is given using VT100 terminal).
I have used openssl and was able to connect but openssl...
Hello,
well .. I have a question or at least a problem ... ;)
I have to write a C#-Webservie that provides a service that returns "Hello World". So far really easy. Open VisualStudio and 8...
Hello.
I have WCF that should serve few applications.
trying to send series of requests worked fine.
when trying to send to the same WCF from few threads I get errors:
The HTTP request...
I'm trying to develop a web application for a system consisting of several hardware devices, which will connect to a specific IP and port of a server to send some measuring data (plain text). This...
Dear All,
Can any suggest me that how to send email to the all selected checkbox to the grid view column.
So in your "development environment" you are simply connecting to a database file. The point of a production database would be that everyone is reading and writing from the same information. If you...
Thanks for your reply! actually I am not trying to capture the screen (copy the screen to bitmap), as I have done it already and it has been optimized as much as possible..(This part is on server...
Hi all,
I need a small tip on the following;
I have an assignment were I need to create a sort of a server on which I will have an application running (which application has to be created by...
What you are looking to do is create a proxy for your display controls/views
Here is a very heavily commented example of what one of these would look like:
using System;
using System...
Hi,
The below code is working well in my local machine, but when I upload and test it in a Windows server 2003 (web server) , it is not merging the document.
1 System.Windows.Forms...
HIII GuYZZZ
i need help regardingC#and SQL Server.
i want to make a project using C# and SQL server SO plzzz
suggest me some topic.
What Should i make?
Tell me the Topic and suggest me some...
HIII GuYZZZ
i need help regardingC#and SQL Server.
i want to make a project using C# and SQL server SO plzzz
suggest me some topic.
What Should i make?
Tell me the Topic and suggest me some...
1)
{
listview1.SubItems.Add("Window: " + P.MainWindowTitle);
}
Hi there,
I was trying to write a sample chat application using SOAP Web Services, and I almost finished all the parts, but I have no idea how can I inform the clients whenever a new message comes...
I'm testing a simple c# application with server and client both working on the same machine ,client try to connect to server using external ip but i keep getting this message "No connection could be...
You need to find some documentation over the file format, then nothing is stopping you from reading the file as a binary file, then go through it. Just note that files like this are often complex,...