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 > june 2006 > threads for tuesday june 6

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

70-554 Exam Marking Criteria
Posted by Chamith at 6/6/2006 11:58:57 PM
Hi Everyone, This morning I happened to sit for the 70-554 exam and got through it with just 700 marks. However with the detailed result sheet, i got confused since it was not of the type that i ever have expected it to be. It looks like the following SECTIONAL RESULTS: 70-529: TS: Micr...more >>


XP Styles in windows 2000
Posted by Rohith at 6/6/2006 10:03:01 PM
How do i get XP styles or themes for controls in my Windows forms or controls like Tabpage etc.. I am using Windows 2000 operating system. I need the XP look and feel when i run my application in Win 2000. Is it possible in .NET 2.0 framework....more >>

Obsolete Errors using Dotnet Framework 2.0
Posted by SenthilVel at 6/6/2006 7:54:22 PM
Hi All I am Trying to build my 1.1 framework code with 2.0 framework using Visual Studio 2005 installed in my machine. when i tried doing doing so , i get errors like : " Error 1 Warning as Error: 'System.Runtime.InteropServices.UCOMITypeLib' is obsolete: 'Use System.Runtime.InteropServ...more >>

Breakpoints
Posted by Ant at 6/6/2006 7:27:01 PM
Hi, I have read recently that "Data break points are not compatible with the common language runtime & cannot be used in C#" By a data breakpoint, it means a point where a value changes to false or simply changes. However, I checked this out & yet the breakpoint occurs if the value c...more >>

Link Label Disabling
Posted by ChrisM at 6/6/2006 6:02:09 PM
Hi, Dumb question, but can someone explain to me how the LinkLabel 'DisabledLinkColor' property works...? I have a LinkLabel on my form that allows the user to jump to another form, however under certain circumstances I don't want them to be able to do this do I disable the link myLin...more >>

Cancel Constructor (Me = Nothing)
Posted by Pieter at 6/6/2006 5:20:19 PM
Hi, Most of my Objects have a constructor like this "Public Sub New(ID as Integer)". But when this ID isn't valid, I end up with an instantiated object, that doesn't contain values. Is there a way to kind of cancel the constructor when it detects that there isn't an object with this ID? ...more >>

IE "steals" drag and drop to user control
Posted by Robert Zahm at 6/6/2006 4:47:33 PM
I have created a C# user control which display certain filesystem information, and allows the user to drag an drop files into and out of the control. I then placed this user form in IE using an <object> tag. Doing this has broken the drag and drop functionality from Windows Explorer into I...more >>

Error sending mail when outlook is using Exchange server
Posted by Richard Kure at 6/6/2006 2:50:29 PM
I encountered a problem sending an email on my windows XP, which I thought was a bit weird, cause it worked for me before on windows XP. So I tried on some other computers with windows XP, and managed to send emails on the systems where outlook was not installed. So I'm pretty sure the probl...more >>



How to use classes in another project ?
Posted by lodhaakhil85 NO[at]SPAM gmail.com at 6/6/2006 2:48:04 PM
Hi, I have added another project to my solution and would like to create objects of the classes defined in the second project. How can this be done ?? How can I reference the namespaces etc ?? Thanks, Akhil ...more >>

bindingsource.filter
Posted by mafandon at 6/6/2006 2:40:02 PM
Is there a way to perform a bindingsource.filter on multiple inputs? For example: I would like the user to be able to put something like <Smith, Jones, Gates> into a textbox and have the datagridview filter the lastname column to just those entries. My code is simple right now: dim strF...more >>

Interface inheritance with COM
Posted by khalprin at 6/6/2006 2:31:02 PM
I'm trying to implement two classes, one derived from the other, each of which is based on an interface and make the whole thing visible to COM. Here's what I have public interface IMyBase { int Property1 { get; } void Method1(int n); } [ClassInterface(ClassInterfaceType.None)...more >>

Simple question!
Posted by Dom at 6/6/2006 2:25:10 PM
<%# Session("oID") = Container.DataItem("VendorID")%> The above statment, writes the value of the 'VendorID' instead of assigning it to the session variable. What's wrong? I'm a classic ASP developer and have been asked to help with a quick fix for a .net site. Tried googling for help but fo...more >>

New Page Issue in Crystal .Net
Posted by T.J. at 6/6/2006 12:57:02 PM
I am having difficulting duplicating a function from Crystal 8.5 and Crystal XI (works in both versions) in the .Net Crystal environment. The functionality forces a new page after the Group Footer is printed the last time. In Crystal 8.5 and Crystal XI the following code works just fine: ...more >>

Dynamically fill a GridView Dropdown with the next x years
Posted by Advertis at 6/6/2006 11:12:16 AM
Is there a way to populate a dropdown in a GridView with the next x years? I am using a GridView to display data from a SQL table One of the fields is a Year. I want to have the dropdown list not only the year in the db field, but also the current year to the next x years. Any ideas? ...more >>

winforms vs webforms
Posted by brian.wilson4 NO[at]SPAM wachovia.com at 6/6/2006 7:53:33 AM
Our group is currently comparing winforms vs webforms.....app is Corp LAN based - we have control of desktops.....Below is pros and cons list we have come up with - if anything strikes you as untrue or you would like to add - please comment - thanks..... Rich Client PROS 1. User experience (*...more >>

The window name "REF" was not defined in your project file.
Posted by Kris Takacs at 6/6/2006 6:54:02 AM
Hello, I recently upgraded a project from Visual Studio 6 to .NET and get the following error message when I call help: "The window name "REF" was not defined in your project file." If I click OK, the help comes up... Any ideas? Thanks, Kris...more >>

Visual Studio 2003 and 2005 on same pc
Posted by robin9876 NO[at]SPAM hotmail.com at 6/6/2006 6:30:59 AM
Is it possible to install Visual Studio 2003 and 2005 on the same pc? ...more >>

Obfuscators
Posted by Eric Renken at 6/6/2006 12:26:56 AM
So I have a question we are looking at obfuscators. I am trying to push for dotfuscator from www.preemptive.com, but management is thinking about xenocode from www.xenocode.com. Has anyone used these applications? I am looking for a comparison or pluses minuses of either. I really don't ha...more >>

How to close the system in system tray when the computer shutting down?
Posted by Sidney at 6/6/2006 12:00:00 AM
Dear, I am writting a system which opened at the system tray. But every before I shut down my computer, I have to close the system first. However, it should be automatically close when I shutting down my system. So, I want to know how I can do so that it can close up itself when the...more >>


DevelopmentNow Blog