yoy.be "Why-o-Why"

2005 ...

januari februari maart april (1) mei juni (16) juli augustus september (12) oktober (14) november (8) december (3)

Odo

2005-11-04 18:49  r234  freeware  [permalink]

Odo

new version v0.2.2.10

A Delphi application has an icon on the taskbar and the 'Alt-Tab application switch window' by default. This might be unhandy for applications that don't do much but stay open for a long time, like Odo. I've tweaked this with ShowWindow and SetWindowLong calls, so that only the window appears, and no icons on taskbar or with alt-tab. Apparently, it also stays op when calling 'Minimize all', either from the TaskBar ContextMenu (right-click), or by pressing 'Windows-key'-'M'.

Also this version shows the resize cursor when over the portion at the bottom right, when dragged resizes the window, as opposed to moves the window.


twitter reddit linkedin facebook

TreeBrowse

2005-11-09 22:38  r242  freeware  [permalink]

TreeBrowse

version 1.0.3.25

I had this strange problem with Access Violations after closing TB, after using a website that uses a local OCX. I've tried to build in a fix, to force the browser component to release handles, hope it works. I also added checking the white-list when a popup window pops up another window. (And check out the icon! hint hint)


twitter reddit linkedin facebook

Using my WebService gives "401: Access Denied"

2005-11-15 10:45  i363  dotnet  [permalink]

Have a look at this one:

HOW TO: Pass Current Credentials to an ASP.NET Web Service


twitter reddit linkedin facebook

Using my WebService gives "401: Access Denied"

2005-11-15 11:13  r243  dotnet  [permalink]

Using my WebService gives "401: Access Denied"

ajajaj, ik heb nog veel te leren... wat wil dit allemaal zeggen...

The property 'TargetSite' on type 'System.Exception' cannot be serialized because it is decorated with declarative security permission attributes. Consider using imperative asserts or demands in the property accessors.


twitter reddit linkedin facebook

A (little) bit about 'diff'

2005-11-15 15:38  r248  coding  [permalink]

A (little) bit about 'diff'

there's even more. I gave up searching for something that works myself at some point, and found more information about a general algorithm, and implementations in SmallTalk, Perl and JavaScript. With a bit of figuring out what the code is supposed to do I ported it to Delphi.

twitter reddit linkedin facebook

Regular Expression

2005-11-16 15:27  r249  dotnet  [permalink]

Regular Expression

Geert saw in action once, and said "Handy tool, if you know how to work with it." I agreed.

twitter reddit linkedin facebook

sneeuw!!!

2005-11-25 22:08  i475  actueel  [permalink]

http://theyr.net/cg/cny//F=js*u**12*BL*be_Gent
twitter reddit linkedin facebook

run COM from an NT-Service

2005-11-29 09:21  r278  delphi  [permalink]

run COM from an NT-Service

hmm, strange, I've had problems to run services written with this, on a Windows 2003 server. I suppose the default settings have been tightened to prevent this 'simple trick' to work. Because this is in effect a clean path up from an Administrative account to the Local System Account... I'll keep you posted here if I find out how to fix this.

twitter reddit linkedin facebook