Click here to Skip to main content
16,005,236 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.

 
GeneralThey want us to do WHAT? Pin
Dave Kreskowiak2-Mar-07 6:29
mveDave Kreskowiak2-Mar-07 6:29 
GeneralRe: They want us to do WHAT? Pin
David Stone2-Mar-07 8:15
sitebuilderDavid Stone2-Mar-07 8:15 
GeneralRe: They want us to do WHAT? Pin
Dave Kreskowiak2-Mar-07 10:11
mveDave Kreskowiak2-Mar-07 10:11 
GeneralRe: They want us to do WHAT? Pin
led mike2-Mar-07 12:11
led mike2-Mar-07 12:11 
GeneralRe: They want us to do WHAT? Pin
pbraun3-Mar-07 8:45
pbraun3-Mar-07 8:45 
GeneralRe: They want us to do WHAT? Pin
Sebastian Schneider6-Mar-07 1:12
Sebastian Schneider6-Mar-07 1:12 
GeneralDastardly use of ComboBox Pin
Josh Smith2-Mar-07 6:01
Josh Smith2-Mar-07 6:01 
GeneralRe: Dastardly use of ComboBox Pin
Judah Gabriel Himango2-Mar-07 8:34
sponsorJudah Gabriel Himango2-Mar-07 8:34 
Josh Smith wrote:
They needed to pass values between Forms. They decided to do it by putting the values into a hidden ComboBox, and passing a reference to the ComboBox between the Forms! Instead of just creating an ArrayList, they actually drag-dropped a ComboBox onto the MainForm and set the Visible property to false.


Oh dear Lord...sounds like they didn't understand how to share data between classes, which indicates very little OO experience, let alone .NET WinForms. Poke tongue | ;-P


Tech, life, family, faith: Give me a visit.
I'm currently blogging about: The Lord's Prayer in Aramaic song (audio)
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango


GeneralRe: Dastardly use of ComboBox Pin
Josh Smith2-Mar-07 8:41
Josh Smith2-Mar-07 8:41 
GeneralRe: Dastardly use of ComboBox Pin
bluesboy847-Mar-07 2:16
bluesboy847-Mar-07 2:16 
GeneralRe: Dastardly use of ComboBox Pin
Dave Kreskowiak2-Mar-07 10:12
mveDave Kreskowiak2-Mar-07 10:12 
GeneralRe: Dastardly use of ComboBox Pin
Duncan Edwards Jones3-Mar-07 0:54
professionalDuncan Edwards Jones3-Mar-07 0:54 
GeneralRe: Dastardly use of ComboBox Pin
kryzchek6-Mar-07 12:39
kryzchek6-Mar-07 12:39 
GeneralBit operations in VBScript Pin
Chris Maunder1-Mar-07 13:03
cofounderChris Maunder1-Mar-07 13:03 
GeneralRe: Bit operations in VBScript Pin
Ed.Poore2-Mar-07 9:06
Ed.Poore2-Mar-07 9:06 
GeneralRe: Bit operations in VBScript Pin
Shog92-Mar-07 9:29
sitebuilderShog92-Mar-07 9:29 
GeneralRe: Bit operations in VBScript Pin
David Rush5-Mar-07 9:59
professionalDavid Rush5-Mar-07 9:59 
GeneralRe: Bit operations in VBScript Pin
Lutosław8-Mar-07 11:43
Lutosław8-Mar-07 11:43 
GeneralFirst real one... Pin
Christian Graus1-Mar-07 12:44
protectorChristian Graus1-Mar-07 12:44 
GeneralRe: First real one... Pin
Colin Angus Mackay1-Mar-07 21:32
Colin Angus Mackay1-Mar-07 21:32 
GeneralRe: First real one... Pin
Scott Dorman2-Mar-07 4:27
professionalScott Dorman2-Mar-07 4:27 
GeneralRe: First real one... Pin
David Crow2-Mar-07 10:20
David Crow2-Mar-07 10:20 
GeneralRe: First real one... Pin
peterchen6-Mar-07 5:57
peterchen6-Mar-07 5:57 
GeneralRe: First real one... Pin
pbraun3-Mar-07 9:07
pbraun3-Mar-07 9:07 
GeneralThird! Pin
Mark Salsbery1-Mar-07 11:29
Mark Salsbery1-Mar-07 11:29 

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.