Tech Support > Microsoft Windows > Development Resources
FREE Tutorials on HTML XHTML CSS JavaScript XML XSL ASP SQL ADOVBScript, SAP - ABAP
Posted on May 26th, 2008 | 0 Comments

FREE Tutorials on HTML XHTML CSS JavaScript XML XSL ASP SQL ADO VBScript, SAP - ABAP visit ebooks.univdatabase.com

ANN: Seed7 Release 2008-05-25
Posted on May 25th, 2008 | 0 Comments

Hello, I have released a new version of Seed7: seed7_05_20080525.tgz In the Seed7 programming language new statements and operators can be declared easily. Types are first class objects and...

Console application - server / child process - readpipes orReadConsoleInput (child might be ftp/telnet)?
Posted on May 25th, 2008 | 0 Comments

Hi all, I have written a server console application which binds to a port and receives requests in the form: launch <program> the server launches the child <program> (via CreateProcess) and...

backup database file
Posted on May 25th, 2008 | 0 Comments

anyone got good example of allowing user: - to edit new filename to backup the database file - select the path to save to (Browse.. - then copy the database file to the new filename at that...

Set Visible
Posted on May 25th, 2008 | 2 Comments

THANKS. "Norman Bullen" <norm@BlackKittenAssociates.com> wrote in message news:h-Odnepn9-HV5aTVnZ2dnUVZ_vednZ2d@earthlink.com...

modifying an REOBJECT
Posted on May 24th, 2008 | 1 Comments

Force Code wrote: I have tested ("riched20", XP SP2) and it works for me. If I recall ::GetObject() with another REOBJECT, I get dwUser = n (and you should test HRESULT...)

LookupAccountName & runas
Posted on May 24th, 2008 | 5 Comments

http://msdn.microsoft.com/en-us/library/aa379159(VS.85).aspx The documentation says nothing of that sort. Also it succeeds on other machines even if the user isn't logged in. I get this failure only...

Bluetooth host unattended
Posted on May 24th, 2008 | 1 Comments

Robert Scott wrote: Quick and dirty solution: Send a WM_KEY message to the window.

Read Office Files
Posted on May 24th, 2008 | 5 Comments

miztaken wrote: With IWebBrowser2 (not visible) CLSIDFromProgID() of "InternetExplorer.Application" CoCreateInstance()-QueryInterface() ::Navigate() to a path ::get_HWND() to get WB hWnd, then I...

Group Box background color
Posted on May 24th, 2008 | 5 Comments

magix wrote: e.g. subclassing + WM_PAINT.

Thread status (suspend or resume)
Posted on May 24th, 2008 | 2 Comments

reis wrote: There are values in User Mode, but not accurate (ThreadState, WaitReason from NtQuerySystemInformation() or Win32_Thread) Also SuspendCount from KTHREAD, which can be read in UM by...

VS 2008 - Defining Dialog Class Names with Resource Editor
Posted on May 24th, 2008 | 4 Comments

Sam Hobbs wrote: Thanks Sam and Norman: Yep, unless there is some other method to use the resource editor, or some other tool, to lay out the first window an application displays, I think I do need...

CAB files as installers
Posted on May 24th, 2008 | 1 Comments

It's been a few years (like 10) since I last looked at this, where C++ ActiveX OCX was all the craze, but it looks like Visual Studio (I'm using 2005 as of this writing) says that Cab Project*1...

NewsMaestro Usenet Supertool v. 4.0.8 Hail Democracy Release for Windows/Linux/Unix
Posted on May 24th, 2008 | 3 Comments

Download page: http://rapidshare.com/files/117147720/NewsMaestro_4.4.7_Src.zip.html News Maestro is a power tool for usenet that automatically performs any standard Usenet operation, as specified...

How to make a simple mypiano application.
Posted on May 23rd, 2008 | 3 Comments

TheOne wrote: See KBMidi.c (Keyboard MIDI Player) in Petzold.

About synchronous serial port WriteFile
Posted on May 23rd, 2008 | 3 Comments

"Simone Navari" <simnav@gmail.com> wrote in message news:690b60dd-dc18-46c2-94d9-7bbfeda2deaf@c58g2000hsc.googlegroups.com... Normally, if the device is a simple serial port (i.e. com1), the status...

What's wrong with this call to SystemParametersInfo?
Posted on May 23rd, 2008 | 3 Comments

Christian ASTOR wrote: Thanks Sylvain and Christian: I now test for the compile time constant: if(_WIN32_WINNT >= 0x0600) { non_client_metrics.cbSize -= sizeof (int); }

Absolute Path for ODBC connection string
Posted on May 23rd, 2008 | 3 Comments

On May 23, 9:06*am, magix <mag...@gmail.com> wrote: Maybe I will just GetCurrentPath() fo the application.

Keyboard Input
Posted on May 22nd, 2008 | 2 Comments

"magix" <magix@asia.com> wrote in news:48359b3e$1_2@news.tm.net.my: What was the solution? Using something like an updatetext? I'm trying to learn Win32 programming, so reading other...

List View - Insert Item
Posted on May 22nd, 2008 | 3 Comments

Thanks for input. Issue resolved. Please ignore. <r_z_aret@pen_fact.com> wrote in message news:c7oa34lu126mj9nlbei17ljeh4ceqfn27t@4ax.com...