| Thread | Last Post | Replies |
|
| TCP/IP connection, to copy a file | 21 Nov 2006 19:32 GMT | 5 |
I've got twp PC's that are connected via xover cable. I want to get a file from one pc, and put a copy of it on the other. How can I accomplish this? I assume it would be done over a TCP/IP connection. Anyone have any ideas, or examples of how to do that.
|
| Call to Base-Class Does Not Succeed | 21 Nov 2006 19:27 GMT | 1 |
Documentation suggests that I should make a call to the base-class method for some methods. When I try to do so for the class below, I get wrong results. What is the correct way to make a call to the base class for an event like this?
|
| Add your Windows Messenger contacts to a C# app? | 21 Nov 2006 18:47 GMT | 2 |
Is it possible to add the Windows Contacts list to my C# app? Such as you see you're Messenger contact list in Outlook Express? Any examples of how to do this?
|
| Sql Server Reporting Services 05 in C# Express 05 | 21 Nov 2006 18:47 GMT | 3 |
Hi, I have Visual C# 2005 Express Edition and SQL Server 2005 Express Edition. I downloaded and installed the Advanced Services for SQL Server 05, and the Toolkit for SQL Server 05. I installed just about everything, so I have Management Studio, Report Server, and Business ...
|
| Bluetooth and Mobile Phones?! | 21 Nov 2006 18:31 GMT | 7 |
I am not sure if this is the right place for this post or not but hope you can help me out or point me to where to start. I want to write an application that controls mobile phones (not only Windows Mobile Phones but included) via bluetooth. For example read
|
| C# Web Service to access from ASP.NET & desktop VC++ | 21 Nov 2006 18:29 GMT | 1 |
I want to develop some data access web services in C# that can be accessed from both an ASP.NET web application as well as a VC++ desktop application. i have used web services in the past from VC++ by using the WSDL file provided by the web service.
|
| XPS - WPF Guru's Please Help! | 21 Nov 2006 18:22 GMT | 1 |
Can anyone provide a c# example of how I can copy / reuse XPS resources? In creating a "template" system, I'm trying to: 1) read an XPS document; 2) replace place-holder text with actual text; 3) write new XPS document. My works so far leave an XPS document that when
|
| Textbox LostFocus Event | 21 Nov 2006 18:20 GMT | 1 |
I am writing a Web application in ASP 2.0 C#. I want to calculate textboxes when they lose focus. I can see where to find the LostFocus event so I can run this calculation on the client side.
|
| Delegates? | 21 Nov 2006 18:10 GMT | 7 |
There are 2 ways to hook an event to a method. For example, to hook the MouseEnter-event, you can use MouseEnter+=OnMouseEnter; or
|
| Network Application - basic question | 21 Nov 2006 17:33 GMT | 10 |
How do I communicate between different user instances of my windows forms project? Im trying to write a program that will run on a network of 15 pcs. 5 of the pc's will run the admin part of the program. and the rest of
|
| Typed dataset | 21 Nov 2006 17:01 GMT | 5 |
I am developing a windows app using C# 2005. This app uses SQL Server or Oracle database depending on the what the user is using. Can I create one typed dataset and use it for SQL Server and Oracle? Probably not.
|
| System.Text.Encoding.Default question | 21 Nov 2006 16:36 GMT | 8 |
How do I use System.Text.Encoding.Default in conjunction with "append"? The objective being not to get into all sorts of problems with special ASCII characters
|
| A design question | 21 Nov 2006 16:32 GMT | 1 |
What is the recommended way to solve design when creating system today. Assume you use windows forms. You can use thin client PC(terminal server) which is a special kind of PC where you put all the execution on the server and only show the presentation
|
| Property Bag Question | 21 Nov 2006 16:09 GMT | 2 |
I am looking for a *very simple* (newbie C# person here) of how to use a PropertyBag. I have a method that calls a web service to retrieve customer data, based on a customer ID. I want to be able to persist this data in memory, in order to be able to reduce the number of trips
|
| adding elements of XmlDocument A in XmlDocument B | 21 Nov 2006 15:49 GMT | 2 |
I want to add some elements of one XmlDocument in another. My code looks like this: XmlDocument docA= new XmlDocument(); docA.LoadXml(record);
|