Click here to Skip to main content
15,895,192 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: Another from my boss! Pin
KarstenK25-Sep-07 1:20
mveKarstenK25-Sep-07 1:20 
JokeRe: Another from my boss! Pin
Pete O'Hanlon25-Sep-07 1:36
mvePete O'Hanlon25-Sep-07 1:36 
GeneralRe: Another from my boss! Pin
KarstenK25-Sep-07 2:04
mveKarstenK25-Sep-07 2:04 
GeneralTemporal coding. Pin
Burnsys227-Sep-07 1:38
Burnsys227-Sep-07 1:38 
GeneralRe: Temporal coding. Pin
lepipele28-Sep-07 8:22
lepipele28-Sep-07 8:22 
GeneralRe: Temporal coding. Pin
Michael Sync2-Oct-07 21:37
Michael Sync2-Oct-07 21:37 
GeneralRe: Temporal coding. Pin
hogan31-Oct-07 8:02
hogan31-Oct-07 8:02 
GeneralOLE Pin
Lutosław19-Sep-07 1:36
Lutosław19-Sep-07 1:36 
This one rocks...
Private Sub Run_Click()
 On Error Resume Next
 OLE1.SourceDoc = pat & Grid
 OLE1.SourceItem = pat & Grid
 OLE1.Action = 1
 DoEvents
 OLE1.Action = 7
 DoEvents
 OLE1.Action = 10
End Sub




Greetings - Gajatko

Portable.NET is part of DotGNU, a project to build a complete Free Software replacement for .NET - a system that truly belongs to the developers.

GeneralRe: OLE Pin
NormDroid19-Sep-07 3:33
professionalNormDroid19-Sep-07 3:33 
GeneralRe: OLE Pin
Lutosław19-Sep-07 3:58
Lutosław19-Sep-07 3:58 
GeneralRe: OLE Pin
Pete O'Hanlon19-Sep-07 3:35
mvePete O'Hanlon19-Sep-07 3:35 
GeneralRe: OLE Pin
Mike Dimmick19-Sep-07 4:35
Mike Dimmick19-Sep-07 4:35 
GeneralRe: OLE Pin
Patrick Etc.19-Sep-07 8:21
Patrick Etc.19-Sep-07 8:21 
GeneralRe: OLE Pin
Mike Dimmick19-Sep-07 9:37
Mike Dimmick19-Sep-07 9:37 
GeneralRe: OLE Pin
NormDroid20-Sep-07 1:08
professionalNormDroid20-Sep-07 1:08 
GeneralRe: OLE Pin
AEternal1-Oct-07 9:50
AEternal1-Oct-07 9:50 
GeneralRe: OLE Pin
NormDroid1-Oct-07 20:27
professionalNormDroid1-Oct-07 20:27 
GeneralRe: OLE Pin
Judah Gabriel Himango21-Sep-07 11:48
sponsorJudah Gabriel Himango21-Sep-07 11:48 
GeneralRe: OLE Pin
KarstenK24-Sep-07 1:43
mveKarstenK24-Sep-07 1:43 
GeneralIf at first you don't succeed... Pin
sushicw18-Sep-07 7:32
sushicw18-Sep-07 7:32 
GeneralRe: If at first you don't succeed... Pin
Pete O'Hanlon18-Sep-07 10:56
mvePete O'Hanlon18-Sep-07 10:56 
GeneralRe: If at first you don't succeed... Pin
PIEBALDconsult18-Sep-07 11:30
mvePIEBALDconsult18-Sep-07 11:30 
GeneralRe: If at first you don't succeed... Pin
Liam O'Hagan18-Sep-07 13:30
Liam O'Hagan18-Sep-07 13:30 
GeneralRe: If at first you don't succeed... Pin
PIEBALDconsult18-Sep-07 14:56
mvePIEBALDconsult18-Sep-07 14:56 
GeneralRe: If at first you don't succeed... [modified] Pin
DavidNohejl18-Sep-07 22:55
DavidNohejl18-Sep-07 22:55 

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.