Tech Support > Microsoft Windows > Development Resources
MI5 Persecution: Balham Bus 8/7/99 (12255)
Posted on November 17th, 2007 | 0 Comments

Balham - LT bus (8/July/1999) Certainty level: 90% I am very sure about this one. I got back from holidays on Wednesday. There were two incidents, both on the tube, on the way back from...

MI5 Persecution: Royal Festival Hall 15/4/99 (10080)
Posted on November 17th, 2007 | 0 Comments

Royal Festival Hall 15/4/99 Certainty level: 100% Another "day in the life of", this one. January and February were quiet; in March it all started again; by the middle of April the resurgence...

MI5 Persecution: Battersea Library 29/3/99 (7905)
Posted on November 17th, 2007 | 0 Comments

Battersea Library 29/3/99 Certainty level: 60% This one is quite dull. During the month of March 1999, MI5 made another determined attempt to "get" me, substantially through radio...

MI5 Persecution: Ravenscourt Park 20/3/99 (5730)
Posted on November 17th, 2007 | 0 Comments

Ravenscourt Park 20/3/99 Certainty level: 70% On Saturday I went to Hammersmith, specifically Ravenscourt Park. There had recently been a resurgence of persecution activity, following the Capital...

MI5 Persecution: BHS Croydon 18/12/98 (3555)
Posted on November 17th, 2007 | 0 Comments

Evil old bat in BHS 18/12/98 Certainty level: 40% Not quite sure how sure I am about this one. I went down to Croydon (Surrey) with my mother to buy her a beret. After doing the shopping, we went...

MI5 Persecution: BA984 LHR->TXL 13/6/98 (1380)
Posted on November 17th, 2007 | 0 Comments

BA984 LHR->TXL 13/June/1998 Certainty level: 100% In June 1998 I travelled on the above British Airways flight to Berlin with my mother, to visit her family. There were two women in seats...

application can run XP pro but not XP home
Posted on November 17th, 2007 | 2 Comments

"Sue" <jean.shu@gmail.com> wrote in message news:87d3c4c3-e5f3-4006-a644-c18ff15799e5@e4g2000hsg.googlegroups.com... One possibility is that the exe depends on some DLL that you should install with...

run service as user *and* NT AUTHORITY\INTERACTIVE
Posted on November 16th, 2007 | 0 Comments

Hi, we have the following situation: an app runs as a service which is configured as a domain user account. This service runs a VB app which uses OLE automation on Microsoft Office. This usually...

How to avoid using arrays for strings???
Posted on November 16th, 2007 | 0 Comments

On Nov 16, 3:53 am, "Alf P. Steinbach" <al...@start.no> wrote: <snip> Alright. The thing that I'd like to know then though is what about those Windows functions that _return_ text, for example to...

"current directory" when calling programs
Posted on November 16th, 2007 | 11 Comments

In article <1195073606.100906.293130@19g2000hsx.googlegroups.com>, news@rtrussell.co.uk (Richard Russell) writes: So it says. I wrote both caller and callee, and everything uses CreateProcess()...

Get device name from a Handle
Posted on November 16th, 2007 | 3 Comments

Sergio Peña wrote: You code is not quite correct. I only re-call NtQueryObject() if return size is != 0. Otherwise I call CreateThread() where I call NtQueryInformationFile()...

Two controls...
Posted on November 16th, 2007 | 3 Comments

gw7rib@aol.com wrote: WM_CTLCOLORLISTBOX

NtQueryObject doesn't return File Name on Windows Server 2003
Posted on November 15th, 2007 | 0 Comments

Hi all, Someone knows if NtQueryObject with ObjectNameInformation is supported on Windows Server 2003? I made a function that return the file name, I compiled and runned on Windows XP/2000 and it...

HELP: is it possible to have a named pipe server - in a service ?
Posted on November 15th, 2007 | 3 Comments

On Nov 15, 3:35 am, "Niel Darren" <n...@pszzxasm.co.uk> wrote: Hi, If any of the APIs calls are failing, you should use the following functions and check the returned error code: GetLastError()

Get size of a file while it is being written
Posted on November 15th, 2007 | 3 Comments

isanghao wrote: As David said, they use FindFirstFile(), which calls NtOpenFile()-NtQueryDirectoryFile()

loading msvcr80.dll and msvcr80d.dll
Posted on November 14th, 2007 | 0 Comments

D> I wanted to comile the debug DLLs with the /MD option so only D> one CRT is used for all DLLs in order to avoid heap allocation D> problems....

XP NonPaged memory exhausted by file creation
Posted on November 14th, 2007 | 0 Comments

SM> The same effect can be seen by running a batch script that SM> creates very many small NTFS files. Task Manager will tell you what process is consuming all of the non- paged pool. What process...

Using shared memory
Posted on November 14th, 2007 | 2 Comments

"Manfred Viala" <m.viala@hotmail.com> wrote in message news:1gtp6c418gq5w.1orfur8siyswy.dlg@40tude.net... There is no set limit on the number that can be supported. The only difference between...

dll returning reference
Posted on November 14th, 2007 | 1 Comments

"todma" <toddmarshall2002@yahoo.com> wrote in message news:1195051616.642432.118490@o3g2000hsb.googlegroups.com... Yes. However, if the main application attempts to modify the vector in a way...

child window paint DC
Posted on November 14th, 2007 | 2 Comments

On Nov 13, 2:44 am, frank <fr...@salerty.com> wrote: I wanted to control the DC that the windows draw into. When they get paint() messages they are given the DC. I was wondering where that DC comes...