Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008


all groups > dotnet general > march 2007 > threads for wednesday march 28

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Excellent opportunity for job seekers on .NET
Posted by anu1 at 3/28/2007 10:48:39 PM
Excellent opportunity for job seekers on .NET. If you think you are having technical knowledge and are lacking experience on projects then contact us to help you. We have live projects on .NET platform. Guaranteed placement assurance =B7 New Batch Starting From April 4th =B7 Don't Miss The...more >>

How can I speed up ToString of decimal and double?
Posted by ThunderMusic at 3/28/2007 7:58:42 PM
Hi, We have a part of our application that deals with millions of records and do some processing of them. We've achieved a pretty good performance gain by developping a custom DateTime.ToString and a custom int.ToString, but we can't find any clue on doing for decimal and double, which would ...more >>

Source for VISTA standards in business apps
Posted by moondaddy at 3/28/2007 6:43:50 PM
Can anyone recommend a source for sample apps that demonstrate UIs that meet the VISTA UI standards such as "top rules for the windows vista user experience" http://msdn2.microsoft.com/en-us/library/aa511327.aspx#aero? The problem I've found is that ALL samples on the net show off the awesome...more >>

Shared folders
Posted by Daniel Knöpfel at 3/28/2007 6:06:56 PM
Hi In my application i need to do the following things concerning shared folders: - check if a folder is shared - share a folder - unshare a folder It seems to me that .net does not support this by default. Is there a way to do these things programmatically? I am grateful for any help...more >>

Interface
Posted by Curious at 3/28/2007 2:35:29 PM
Hi, Anyone can tell me the difference between an abstract base class and an interface? Thanks! ...more >>

Throw exception
Posted by Curious at 3/28/2007 2:30:30 PM
What is the difference between: catch(Exception e) { throw e; } and catch(Exception e) { throw; } ...more >>

Toolbox suddenly empty ?!
Posted by John Bailo at 3/28/2007 2:19:04 PM
All of a sudden, when I launch VS.NET 2005 my Toolbox comes up empty -- no controls! The message on the pane is "There are no usable controls in this group. Drag an item onto this text to add it to the toolbox."! How can I restore my toolbox??? ...more >>

incorrect file extentions
Posted by tposeno at 3/28/2007 1:44:03 PM
My wife tried to help me by backing up my hard drive by drag and drop to my backup drive. when a duplicate file was encountered, she clicked "yes to all" to replace. now all of our avi files are jpg. are they lost forever? I have over 2500 avi's....more >>



sql server memory
Posted by John Bailo at 3/28/2007 1:14:32 PM
I am running sql2005 on a w2003 server with 1G. When I look at the memory settings in SQL Server, its range is 0 to 2G. How can this be? Should I shut down the max memory?? ...more >>

Installing VS Express ontop of VS 2005 Pro
Posted by moondaddy at 3/28/2007 12:11:14 PM
I have VS 2005 Pro and Team installed and want to install Expression Blend. In its install instructions it says to install VS 2005 Express afterwards. I don't know if it actually requires vs express to run properly or if they are making a huge assumption that nobody with VS 2005 will be instal...more >>

Cannot download from Microsoft Download Center
Posted by Grzegorz at 3/28/2007 11:54:00 AM
I use Win x64 and IE7. My problem is that I can not download any file from Download Center. When I click on Dwonload button, new IE window pops-up, and "Thank You for.." aperas in main window. And nothing esle happens except after same time timeout error shows up in pop-up window. ActiveX cont...more >>

get names of parameters
Posted by psawant NO[at]SPAM gmail.com at 3/28/2007 10:43:25 AM
Hi All, int a; string b; float c; Test(a,b,c); How do i get the the Test function to print a b c public static Test(params object[] inputParams) { foreach (object inputParam in inputParams) { print(something); } } ...more >>

nested installation
Posted by Sonali at 3/28/2007 10:21:24 AM
I have 2 msi packages that I need to install either simultaneously or one after the other (in any order). How can I do that in a single package. I also need to install one of the msi in "silent" mode as in minimum or NO user interaction. I have been trying with Windows Installer and it does not ...more >>

Install problem with C++ and C# together
Posted by thursday's geek at 3/28/2007 9:38:42 AM
I am using the Visual Studio 2005 installer on our project, and we just started moving from C++ to C#. So, most of the code is still C++, but there are a few projects that are C#. The C# projects are not signed (I was told that there were issues with signed code calling unsigned code and vic...more >>

MSI Express?
Posted by Blue Streak at 3/28/2007 7:45:06 AM
If you are using VB / C# Express 2005 is there a (free) tool that can be used to make your own installation packages (vdproj, msi, etc.)? TIA... ...more >>

Volumes
Posted by Boots02 at 3/28/2007 7:38:06 AM
If you were setting up a system for a large database application using three 60 GB dynamic disks. You are not certain how big the database files will grow to be, so you want to make sure the volume used for the database can be extended if necessary. The system will also be used for other appli...more >>

Enhanced Metafile format
Posted by Boots02 at 3/28/2007 7:24:05 AM
Where is the Enhanced Metafile format print job rendered, and what is the advantage of rendering it at this location? -- Boots...more >>

System.Web.Services Authentication?
Posted by bugnthecode at 3/28/2007 6:21:17 AM
Hi, I am trying to put together a small app that uses one of my company's web service. Originally I interfaced with this web service using java, and have the example code. I believe the web service was written with java. Since this web services uses soap I should have no problems consuming it...more >>

Cross Thread Not Valid
Posted by Nick at 3/28/2007 4:42:02 AM
I am using the FileSystemWatcher and think that I need to use invoke on the code below: Private Sub dirMon_InformationMessageEvent(ByVal InformationMessage As String) Me.txtActivity.Text = (InformationMessage & Me.txtActivity.Text) End Sub The program fails when I am trying to upda...more >>

All folders display music-related columns - how can I remove them
Posted by nik at 3/28/2007 1:08:01 AM
I recently noticed that all folders across my computer (XP SP2) now include the artist, album title, track no. and year columns, as if the folder contains music. I don't want to have to go through every folder in my PC and remove those columns manually. How can I get rid of them across the b...more >>

Socket will not accept connections from remote machines
Posted by Wayne And Miles at 3/28/2007 12:00:00 AM
I have created a server application that listens for connections using the TCPListener class. When I connect to the server using a client on the same machine as the server, all works as expected. However, when I attempt to connect to the server application from a client on a remote machine o...more >>

VSTO 2005 Excel Application & ClickOnce
Posted by Michael Kalika at 3/28/2007 12:00:00 AM
Hi, We have developed a VSTO 2005 Excel application and we would like to leverage ClickOnce deployment mechanism for distribution of this application. How can we do that? I was digging in MSDN for VSTO & ClickOnce documentation and did not find anything. I've noticed that there is an option t...more >>


DevelopmentNow Blog