| Thread | Last Post | Replies |
|
| Set property in parent class | 20 Oct 2007 06:43 GMT | 2 |
I have a class PrivateConnection which is a derived class from the CoreConnection class. class CoreConnection {
|
| FYI: RIAA tries to pull plug on Usenet. Seriously. | 20 Oct 2007 05:19 GMT | 30 |
(from http://www.news.com/8301-13578_3-9798715-38.html ) October 16, 2007 5:56 PM PDT RIAA tries to pull plug on Usenet. Seriously. Posted by Declan McCullagh
|
| windows xp pro | 20 Oct 2007 02:34 GMT | 1 |
i have bought a copy of windows xp professional in pack it contained 1 cd 1 cd-key and a windows exp booklet all look to be correct and of an original state it has updated for over 9 months without problems now windows genuine validation software says there is an error in ...
|
| date not datetime in datagrid while reading from db | 19 Oct 2007 14:57 GMT | 6 |
I am reading into a dataset through a dataadapter. All drag+drop implementation. I have a field in the db that is a datetime(8). whenever i readin this field the datagrid displays the date plus 12:00 am. I want to get rid of the 12:00am. I am sure that the db does not habe the ...
|
| Excel Automation issue. | 19 Oct 2007 14:41 GMT | 5 |
I using excel automation to generate some reports in excel. I guess I'm not doing it correctly because Every time the report is run it leaves a Excel.exe process open in the system.process even after the user closes the excel file generated.
|
| update extend file properties??? | 19 Oct 2007 14:33 GMT | 2 |
In window explorer, right click on the file, select properties->summary tab. You will find additional information/properties attach to the document. Is it possible to use vb.Net or vbscript to update those properties. such as title, subject, keywords and etc? How?
|
| Application architecture/design | 19 Oct 2007 13:21 GMT | 5 |
I have been developing smaller applications in C# for a few years now. I'm a good enough programmer, and can get an application working fairly quickly, but I sometimes feel like I'm week on designing a solid large application from start to finish, that others would be
|
| unable to connect to the remote server while sending email | 19 Oct 2007 11:11 GMT | 3 |
I have created a windows application to send the emails. Following is the code I am using. Dim errMsg As String Dim ToAddress As String
|
| C# Service using 3.0 and .NET 2.0, can it be deployed to any platf | 19 Oct 2007 09:52 GMT | 3 |
If I develop applications and windows service on Vista using C# 3.0 and .NET 2.0 will I be able to deploy to any platform besides Vista? What are some of the issues will I need to be aware of? Is there a Microsoft website where I can do further research to find answers?
|
| Win2K XP and beyond | 19 Oct 2007 09:26 GMT | 3 |
What OS version does the Framework get automatically installed? -Lou
|
| Problem: Desktop Icons that can't be deleted | 19 Oct 2007 08:22 GMT | 2 |
I saved two Word docs to my desktop. I don't know how the files became corrupted but I can't open the files, delete or rename them. When I try to do any of the above, I get an error message that says: "Cannot delete file: Cannot read from the source file or disk." or the ...
|
| Clear the list of recent references in Add Reference dialog box? | 19 Oct 2007 04:51 GMT | 2 |
How can I clean list of assemblies under the Recent tab in Add Reference dialog box? Thanks
|
| StackTrace class | 18 Oct 2007 20:32 GMT | 1 |
Is it possible to trace the call stack all the way back to another assembly that originally makes the call through "Reflection" or "StackTrace"?
|
| Visual Studio 2005 on USB Stick | 18 Oct 2007 20:25 GMT | 12 |
I often find myself in the situation where at a customers site I have to do some quick debugging or program changes. Obvioiusly, I do not want to install VS2005 on their system. Is there a ways to install VS2005 on a big and fast USB stick, plug it into a computer without
|
| Problems with Math.Round | 18 Oct 2007 17:40 GMT | 4 |
I have a problem with Math.Round, it´s ocurring some strange: Math.Round(12.985) = 12.98, it´s wrong. It should be: 12.99 Why?? What is the problem? Help ME !!!!
|