| Thread | Last Post | Replies |
|
| datatable.HasChanges() ? | 21 Dec 2005 13:04 GMT | 5 |
Gday, Have been going through the walkthrough for a distributed application: http://msdn2.microsoft.com/en-us/library/1as0t7ff.aspx and it appears to suggest in the SaveData_Click method that you can check a
|
| question on downloading from web site | 21 Dec 2005 12:55 GMT | 5 |
Can anyone point in the right direction on how I can connect to my own web site and download a file ? This so I can update the program or datafiles. THANK YOU.
|
| Should be a simple conversion!! | 21 Dec 2005 11:59 GMT | 5 |
Hi guys & gals I need to convert, in C#, a decimal hex string into an ascii string (ie "56" -> "V"), and I can't find anything in the vs2003 help files that is remotely helpful. Any suggestions that will save me writing my
|
| Threading Question | 21 Dec 2005 11:37 GMT | 7 |
I have developed a windows forms application that works fine on a single thread. Part of the requirements of this app is that it monitors the status of a couple of services. So I think that the best way to do this is on a separate thread. It will
|
| N-Tier Application - Question about Static Methods | 21 Dec 2005 09:54 GMT | 15 |
I'm starting an n-tier application with an ASP.NET 2.0 presentation layer, a business layer, a data access layer, and a SQL Server 2005 database, and I have a question. In the business and data access layers, should I use static methods? Or,
|
| Color control vs2005 | 21 Dec 2005 09:45 GMT | 5 |
Does Visual Studio 2005 come with any Color selection Control ?
|
| bindingsource | 21 Dec 2005 07:28 GMT | 3 |
I have two pagetabs. One pagetab is used to display a parent record and the other is suppose to display 3 related child records from another table. I can display the parent records just fine by using the bindingSource and a tableAdapter to fill the dataset. I'm having a problem ...
|
| Carriage returns in MailMessage object | 21 Dec 2005 07:16 GMT | 4 |
I'm using the MailMessage object to send an email programmatically via a console application. It needs to have lines breaks. For example: string s = "This is the first line + "\n\r" + "and this is the second line."; This works fine when written to the console however the ...
|
| Jmail error | 21 Dec 2005 07:05 GMT | 1 |
I have a problem with Jmail. When I try to send mail using Jmail it give me the following error: The message was undeliverable. All servers failed to receive the message .execute()
|
| Reading Files from Temporary Internet Files | 21 Dec 2005 04:32 GMT | 1 |
i want to know how i can read a file from the "Temporary Internet Files" folder.
 Signature THE BAT
|
| needed tutorial | 21 Dec 2005 04:01 GMT | 2 |
Hi all can any one help me by providing the url for asp css tutorial fordot net Thanks
|
| Generics, IEnumerable and Polymorphism | 21 Dec 2005 03:45 GMT | 4 |
It looks to me that in using that in creating generic IEnumerables, you lose polymorphic capabilities. Consider this pseudo code: abstract class BaseClass;
|
| C# Windows form's Close Control Box | 21 Dec 2005 03:18 GMT | 3 |
How do I let the X Close Control Box incurr a Close Button when I click the X Close Control Box? Thanks for help. Jason
|
| Test Array Upper Bounds | 21 Dec 2005 01:47 GMT | 6 |
In VB6 I had a function that tested whether an array had any items in it as follows Public Function ArrayIsEmpty(TestVar As Variant) As Boolean On Error Resume Next
|
| "Simple" FTP transfer | 21 Dec 2005 01:21 GMT | 6 |
Does anyone have an example of a simple FTP trasfer app? All I need to do is transfer one file up to a web site and then retrieve it again. Every example I run into is loaded with code that, to some extent, is
|