Click here to Skip to main content
15,884,388 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: Ha ha Pin
Daniel Grunwald5-Jun-07 4:04
Daniel Grunwald5-Jun-07 4:04 
GeneralRe: Ha ha Pin
KarstenK4-Jun-07 1:46
mveKarstenK4-Jun-07 1:46 
GeneralRe: Ha ha Pin
dighn4-Jun-07 10:47
dighn4-Jun-07 10:47 
GeneralRe: Ha ha [modified] Pin
Sameer Alibhai4-Jun-07 13:16
Sameer Alibhai4-Jun-07 13:16 
GeneralRe: Ha ha Pin
Rage5-Jun-07 21:11
professionalRage5-Jun-07 21:11 
GeneralRe: Ha ha Pin
Sameer Alibhai6-Jun-07 2:09
Sameer Alibhai6-Jun-07 2:09 
GeneralRe: Ha ha Pin
jhwurmbach5-Jun-07 23:08
jhwurmbach5-Jun-07 23:08 
GeneralRe: Casting true to true! Pin
Sameer Alibhai6-Jun-07 2:11
Sameer Alibhai6-Jun-07 2:11 
That is correct, thank you.

Here's the VB.net version

btnSubmit.Visible = IIf(_mode = "Read", false, true)





GeneralRe: Ha ha Pin
Sylvester george20-Jun-07 2:58
Sylvester george20-Jun-07 2:58 
GeneralEmpty catches’ blocks Pin
Ilya Verbitskiy3-Jun-07 22:03
Ilya Verbitskiy3-Jun-07 22:03 
GeneralRe: Empty catches’ blocks Pin
Pete O'Hanlon3-Jun-07 23:00
mvePete O'Hanlon3-Jun-07 23:00 
GeneralRe: Empty catches’ blocks Pin
ScottM13-Jun-07 23:04
ScottM13-Jun-07 23:04 
GeneralRe: Empty catches’ blocks Pin
NormDroid3-Jun-07 23:08
professionalNormDroid3-Jun-07 23:08 
GeneralRe: Empty catches’ blocks Pin
Mike Dimmick4-Jun-07 1:45
Mike Dimmick4-Jun-07 1:45 
GeneralRe: Empty catches’ blocks Pin
Dave Kreskowiak4-Jun-07 4:19
mveDave Kreskowiak4-Jun-07 4:19 
GeneralRe: Empty catches’ blocks Pin
Sameer Alibhai4-Jun-07 13:12
Sameer Alibhai4-Jun-07 13:12 
GeneralRe: Empty catches’ blocks Pin
Dave Kreskowiak4-Jun-07 14:09
mveDave Kreskowiak4-Jun-07 14:09 
GeneralRe: Empty catches’ blocks Pin
ScottM14-Jun-07 20:04
ScottM14-Jun-07 20:04 
GeneralRe: Empty catches’ blocks Pin
Paul Conrad5-Jun-07 5:29
professionalPaul Conrad5-Jun-07 5:29 
GeneralRe: Empty catches’ blocks Pin
Rage4-Jun-07 5:02
professionalRage4-Jun-07 5:02 
GeneralRe: Empty catches’ blocks [modified] Pin
ScottM14-Jun-07 20:00
ScottM14-Jun-07 20:00 
GeneralRe: Empty catches’ blocks Pin
DavidNohejl4-Jun-07 22:52
DavidNohejl4-Jun-07 22:52 
GeneralRe: Empty catches’ blocks Pin
ScottM14-Jun-07 22:59
ScottM14-Jun-07 22:59 
GeneralRe: Empty catches’ blocks Pin
DavidNohejl4-Jun-07 23:20
DavidNohejl4-Jun-07 23:20 
GeneralRe: Empty catches’ blocks Pin
Dan Neely5-Jun-07 2:17
Dan Neely5-Jun-07 2:17 

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.