- message propagation in win32?
- Posted on May 12th, 2007 | 1 Comments
<kilik3000@gmail.com> wrote in message news:1178723133.427119.104690@q75g2000hsh.googlegroups.com... The message doesn't go from Windows to the form to the button; if goes directly from Windows to...
- TreeView Custom Draw - How is uItemState Set?
- Posted on May 11th, 2007 | 4 Comments
Michael K. O'Neill wrote: < Snip > Thanks Again Mike: In the Resource Editor, I checked the "Show selection always" style, which, I believe, is the TVS_SHOWSELALWAYS style.
- Please Help Me Get Hooks Working.
- Posted on May 11th, 2007 | 5 Comments
On May 11, 5:46 pm, Larry Lindstrom <nob...@aracnet.com> wrote: The tab key being ignored is often a symptom of not calling IsDialogMessage in your message loop. That's definitely where I...
- LockWorkStation and ExitWindowsEx from a service
- Posted on May 11th, 2007 | 7 Comments
Hello Igor, Igor.Jovanovski@gmail.com wrote: You are creating a network logon session. You cannot create UI that is noticeable by a user unless you create an interactive logon session. Using...
- open file dialog
- Posted on May 11th, 2007 | 4 Comments
On 10 May 2007 19:23:40 -0700, David <clamayi@gmail.com> wrote in comp.os.ms-windows.programmer.win32: That still doesn't make sense. Why do you need the file open dialog, which has the purpose of...
- prevent window size changing
- Posted on May 10th, 2007 | 2 Comments
On May 9, 7:47 pm, "Scott McPhillips " <org-dot-mvps-at-scottmcp> wrote: I tried WM_GETMINMAXINFO, it doesn't even go the the message handler when I resize the window.
- Huh? ERROR_INVALID_HANDLE on newly & successfully created pipe?
- Posted on May 10th, 2007 | 2 Comments
On May 10, 9:07 am, Martin Vuille <jpm...@yahoo.com> wrote: Martin, thank you so much - you were right on the money: ahEvents was unused and thus I failed to initialize it. This was the one...
- How to display "Hello World" in language other than English
- Posted on May 10th, 2007 | 5 Comments
"Muhammad Farooq-i-Azam" <i80x86@gmail.com> wrote in message news:1178777307.961745.114020@y80g2000hsf.googlegroups.com... No -- it's exactly as easy as displaying "Hello world". The main two...
- Gdiplus.h Missing in Compile, Present in Preprocessor Output
- Posted on May 10th, 2007 | 2 Comments
On Apr 16, 6:17 am, Larry Lindstrom <nobody@aracnet.com> wrote: You should add this "using namespace Gdiplus;" before "#include <gdiplus.h> ".
- Different COMPFLAGS for different OBJS in Makefile while using nmake
- Posted on May 10th, 2007 | 0 Comments
I need * OBJS1 to be compiled with COMPFLAGS1 only, * OBJS2 to be compiled with COMPFLAGS2 only. This Makefile works fine with UNIX make but nmake detects errors --- Makefile --- CC =...
- Newbie question
- Posted on May 9th, 2007 | 2 Comments
Sorry again, when I changed the setting to MultiByte from Unicode it compiled. What does it mean? Why cant I compile it with unicode settings?
- Shortcut menu
- Posted on May 9th, 2007 | 2 Comments
On 9 May, 00:18, David Lowndes <Dav...@example.invalid> wrote: Thanks Dave. I modified the code as you suggested, and also altered the RC file to make the menu I wanted a sub-menu rather than the...
- Listbox and problem with drawing glyphs
- Posted on May 9th, 2007 | 11 Comments
I have now changed the source code to Not to use BitBlt but use ImageList_Draw instead with a set of stock images - it now works a treat! I'll use ImageList_Draw in future for this kind of work -...
- Traffic control - filters
- Posted on May 9th, 2007 | 0 Comments
I want to use Traffic Control API to throttle network traffic. I can set Flow and filter to throttle specific traffic ( for example on specified port). But what I need is a kind of 'default queue'. I...
- How to Port C++ dll in Linux to Windows?
- Posted on May 9th, 2007 | 1 Comments
ks.dipu@gmail.com wrote: I doubt that, POSIX systems don't have DLLs. ;) You can't, DLLs or SOs are not portable between different OSs or even CPUs, unless special adaptation/emulation layers are...
- problem with registry and advapi32.dll
- Posted on May 9th, 2007 | 0 Comments
Many users of my app are complaining about a crash in advapi32.dll. It says that the program has encountered a problem and needs to close. I've been unable to duplicate but it seems to coincide with...
- TreeView Custom Draw - What's Item's Status.
- Posted on May 9th, 2007 | 2 Comments
Christian ASTOR wrote: Thanks Christian: I've made one change to my function. the default return value is now CDRF_DODEFAULT, so unless I choose to set a value, that is returned. Now I'm...
- Simulating a paste
- Posted on May 8th, 2007 | 1 Comments
On Tue, 8 May 2007 08:07:45 +0000 (UTC), Fernando Rodriguez <fernandoREMOVE_THIS@easyjob.net> wrote: I think one of these functions is relevant: SetWindowText OpenClipboard (and relatives)
- Calculating Text Height
- Posted on May 8th, 2007 | 2 Comments
In article <1178582014.329075.118290@q75g2000hsh.googlegroups.com>, peter.mcclymont@gmail.com says... If memory serves, GetTextExtentPoint32 includes the font's internal leading along with the...
- Seed7 Release 2007-05-07
- Posted on May 8th, 2007 | 1 Comments
thanx for adding the 'lib' directory another problem, is there any serious Seed7 application by other peoples?

