Click here to Skip to main content
15,894,825 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Finally justice has been served Pin
dandy7210-May-18 3:20
dandy7210-May-18 3:20 
GeneralRe: Finally justice has been served Pin
MadMyche10-May-18 6:46
professionalMadMyche10-May-18 6:46 
GeneralRe: Finally justice has been served Pin
dandy7210-May-18 8:22
dandy7210-May-18 8:22 
GeneralRe: Finally justice has been served Pin
MadMyche10-May-18 10:04
professionalMadMyche10-May-18 10:04 
GeneralRe: Finally justice has been served Pin
Rick York10-May-18 4:43
mveRick York10-May-18 4:43 
GeneralRe: Finally justice has been served Pin
jsc4210-May-18 5:04
professionaljsc4210-May-18 5:04 
GeneralRegarding the new VS release Pin
the goat in your machine9-May-18 22:08
the goat in your machine9-May-18 22:08 
GeneralRe: Regarding the new VS release Pin
OriginalGriff9-May-18 22:19
mveOriginalGriff9-May-18 22:19 
lopati: roaming wrote:
did they fix any old the older broken ones?

Ha ha ha ha ha ... Laugh | :laugh:
I do love an optimist!

I'm still waiting for a problem in VS2005 to get fixed: If you create an abstract control, you can't use the designer on concrete derived controls unless you create a concrete intermediary class.
I.e. this gives a designer error:
C#
public abstract class MyBase : UserControl {...}
public class MyDerived: MyBase {...}

But this doesn't:
C#
public abstract class MyBase : UserControl {...}
public class MyConcrete: MyBase {}
public class MyDerived: MyConcrete {...}
Which kinda kicks the whole advantage of the abstract base class right into the bin, or forces you to have different code for release and development - which is an anathema.
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
AntiTwitter: @DalekDave is now a follower!

GeneralRe: Regarding the new VS release Pin
PeejayAdams9-May-18 22:35
PeejayAdams9-May-18 22:35 
GeneralRe: Regarding the new VS release Pin
OriginalGriff9-May-18 22:48
mveOriginalGriff9-May-18 22:48 
GeneralRe: Regarding the new VS release Pin
PeejayAdams9-May-18 23:13
PeejayAdams9-May-18 23:13 
GeneralRe: Regarding the new VS release Pin
OriginalGriff9-May-18 23:29
mveOriginalGriff9-May-18 23:29 
GeneralRe: Regarding the new VS release Pin
milo-xml11-May-18 1:49
professionalmilo-xml11-May-18 1:49 
GeneralRe: Regarding the new VS release Pin
OriginalGriff11-May-18 2:04
mveOriginalGriff11-May-18 2:04 
GeneralRe: Regarding the new VS release Pin
obermd11-May-18 8:04
obermd11-May-18 8:04 
GeneralRe: Regarding the new VS release Pin
OriginalGriff11-May-18 8:10
mveOriginalGriff11-May-18 8:10 
GeneralRe: Regarding the new VS release Pin
dandy7210-May-18 3:18
dandy7210-May-18 3:18 
GeneralRe: Regarding the new VS release Pin
PeejayAdams10-May-18 4:30
PeejayAdams10-May-18 4:30 
GeneralRe: Regarding the new VS release Pin
dandy7210-May-18 6:40
dandy7210-May-18 6:40 
GeneralRe: Regarding the new VS release Pin
PeejayAdams10-May-18 22:46
PeejayAdams10-May-18 22:46 
GeneralRe: Regarding the new VS release Pin
OriginalGriff11-May-18 2:05
mveOriginalGriff11-May-18 2:05 
GeneralRe: Regarding the new VS release Pin
dandy7211-May-18 4:23
dandy7211-May-18 4:23 
GeneralRe: Regarding the new VS release Pin
CPallini9-May-18 22:37
mveCPallini9-May-18 22:37 
GeneralRe: Regarding the new VS release Pin
Richard Deeming10-May-18 0:56
mveRichard Deeming10-May-18 0:56 
GeneralRe: Regarding the new VS release Pin
Thornik11-May-18 4:07
Thornik11-May-18 4:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.