Tech Support > Microsoft Windows > Development Resources
Starting browser from code
Posted on August 16th, 2007 | 8 Comments

In article <fa1uka$hcp$1@nemesis.news.tpi.pl>, /dev/null@localhost.localdomain says... Clever! That'll do the trick, I think. Thank you :-) -- John

Flush Serial Port data
Posted on August 16th, 2007 | 2 Comments

Ani wrote: PurgeComm() -- Scott McPhillips

[ANN] Idle Script Language, first alpha release
Posted on August 16th, 2007 | 0 Comments

Idle is a scripting language based on Lua (see http://www.lua.org ). Lua is a mature and efficient language, sporting an easy-to-understand syntax and extraordinary extensibility. The first alpha...

What is My Dumb GDP+ Mistake?
Posted on August 16th, 2007 | 2 Comments

Mark Salsbery wrote: Thanks Mark: Haha. I think Unix with X-Windows has pens that have more ink. I've seen this before, but not consistently. Do you think that failing to call GdiplusShutdown()...

struct size..
Posted on August 16th, 2007 | 8 Comments

Jeffrey Adler wrote: That's not true, except for win32/x86. Other architectures (e.g. CE on MIPS) will terminate the application for that or emulate it in the kernel, which takes two context...

InstallSelectedDriver crashes application
Posted on August 15th, 2007 | 7 Comments

On Aug 14, 4:57 pm, "Maxim S. Shatskih" <ma...@storagecraft.com> wrote: Thanks for your input Maxim. What would cause this and what can I do about it? Is this a known bug with using...

std::cout doesnt work in QT
Posted on August 15th, 2007 | 0 Comments

i'm getting an error : g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-rel oc -Wl,-s -Wl,-subsystem,console -mthreads -Wl -o "release\doba8.exe" release\ma in.o...

Write Registry, missing some hex Optionen
Posted on August 15th, 2007 | 11 Comments

Ok I found a solution, how to get the extra "\0": LONG iSuccess = RegCreateKeyEx( HKEY_LOCAL_MACHINE, lpstrKey, 0L,NULL, REG_OPTION_NON_VOLATILE, KEY_ALL_ACCESS, NULL, &hKey,lpdwDisp); if (iSuccess...

need help programatically blocking all Internet Explorer only "popups"
Posted on August 14th, 2007 | 2 Comments

You want to block any/all pop-up blockers? purposegreen@gmail.com wrote:

How does the New Hardware Wizard Install Drivers?
Posted on August 14th, 2007 | 2 Comments

On Aug 14, 9:08 am, chris.aselt...@gmail.com wrote: I tried that example and it crashes right after the install. Any idea why?

Running Win32 API example, why do I get a DOS window?
Posted on August 14th, 2007 | 7 Comments

-Lost wrote: I mean the function into which code execution is passed after loading/initialization. Here is a link for Microsoft...

programming dlls
Posted on August 14th, 2007 | 2 Comments

On Aug 14, 1:33 am, elys <e...@uriol.com> wrote: Yeah But I found that MSDN is terrible. Isnt it? http://msdn2.microsoft.com/en-us/library/ms682507.aspx They dont have the part of linking or...

Write Registry, missing some hex
Posted on August 14th, 2007 | 0 Comments

* Kniffel: Essentially yes. But even better, just wchar_t SubkeyValue; No need to use the platform-specific macro.

WM_CTLCOLORSTATIC - what return?
Posted on August 14th, 2007 | 6 Comments

On 14 Aug., 10:26, Grzegorz Wróbel </dev/n...@localhost.localdomain> wrote: Many thanks. Gerd

Regarding FindFirstFile
Posted on August 13th, 2007 | 6 Comments

On Sat, 11 Aug 2007 13:20:36 -0700, rishi <flavour.of.bru@gmail.com> wrote: If you look at the actual "declaration" (in winbase.h) of FindFirstFile, you will find it is a macro. And it's defined as...

How to set wizard title?
Posted on August 13th, 2007 | 0 Comments

Hi all, I have a problem, maybe I miss something? I create a wizard, with a few pages in it. I want to set the text that appears in the titlebar of the wizard, so I assign the "Caption" of the...

Can I have a Movie /video/ Audio file as a resource and play it
Posted on August 13th, 2007 | 1 Comments

On Aug 13, 4:43 am, Matrixinline <anup.kata...@gmail.com> wrote: Hi, You can use the following APIs to send a command string to an MCI device, and play a MIDI multimedia file: char MyBuf;

ntdll crash on closing application
Posted on August 13th, 2007 | 1 Comments

kalpesh wrote: You must study and supply specific information about the crash. What is the symptom or message, where is the code at that time, what is in the stack at that time? -- Scott McPhillips

Newbie question about HWND/ Windows API Tutorial
Posted on August 13th, 2007 | 7 Comments

On Aug 13, 6:49 pm, JussiJ <jus...@zeusedit.com> wrote: Looks nice, but doesn't seem to have much networking support. And as it's unsupported it has scant documentation, I need all the help I...

Peculiar speed problem with Windows program
Posted on August 12th, 2007 | 11 Comments

On Aug 11, 1:00 pm, "Alf P. Steinbach" <al...@start.no> wrote: * mike3: On Aug 11, 2:03 am, "Alf P. Steinbach" <al...@start.no> wrote: I did read. I just forgot to actually _do_ it -- got too...