Related topics

Win95: Win16 app detecting end of Win32 app
Thank you for your reply'ss however What I'm actually trying to get is my own ATL Control in a win32 application. My own control has events and methods. All the examples I have seen so far don't really go into any detail on how to implement, or why you do such a thing, other than saying, do this and so that.

Running native D7 apps on Vista?
David Lowndes dav...@example.invalid microsoft public win32 programmer ui for a Win32 application (no MFC) I tried to use a exe.manifest file to enable in Windows XP the visualization with the new common controls of the new comctl32.dll but I obtain a strange behaviour: the CreateWindowEx for some controls (status

is anyone here using C# or MS Visual C++ on their roguelike?
C -- Win32 app demonstrates disk/file corruption in Win95 Andrew Schulman, April 1995 76320....@compuserve.com This simple Win32 program creates a file containing a randomly-selected (though somewhat relevant; it regards implied warranties that manufacturers make for their products) string.

Win32 app and crash with manifest file
So my problem is that the code that I use to get a list of groups for a user that works in a Win32 app, doesn't work in my ISAPI app. At best, I get no groups. At worst, I get an access violation. Does someone know if you can get an authenticated users groups? Can you see why my code wouldn't work in ISAPI?

win32 app
I need this to be a Win16 app that runs rightly well under Windows NT and Windows 95. I find that the following works great in Windows NT (3.51 SP3) but does NOT work in Windows 95. My Win16 app spawns a Win32 app (PBRUSH.EXE is Win32) with WinExec and gets back an HINSTANCE. This HINSTANCE is never found on the

Shared Memory between Java app and second, win32 app
Folks, I am trying to convert a win32 app into an ActiveX Control. From MSVC++ 2005, I started a new MFC ActiveX Control, and was able to add the Win32 app project and build the control. The Issue is that the Win32 has a WinMain entry point, whereas the OCX does not. The OCX control inherits from COleControlModule

ActiveX control in a raw Win32 app? (not MFC or ATL)
That
is, until I attemped to install a shell verb for a non-advertised Win32 application that was not a COM server and I found it impossible to do without using the Registry table. That is when I realized the subtle issue of these tables being used -only- for advertisement. -- Ask me about my upcoming book on

sendmessage to win32 app, winutils vs GLUT/Tk
David Jones n...@tadmas.com microsoft public win32 programmer kernel davidshen <davids...@discussions.microsoft.com> wrote... When debug a win32 app, the app would throw exception when trying to close a handle multiple times. But, this exception does not occur if you just run this app. I just want to know if it is

How can I start a Linux app from a Win32 app under Wine?
Steve Barnett non...@nodomain.com microsoft public vb general discussion If you have converted your application to VB.Net 2003 then you're stuck with .Net. There is no "compile as win32 app" option as MS decided not to support that for VB applications. You can either go back to the VB6 code and tweak that,

Apache web server running Linux to D7 win32 application ...
Hi, When debug a win32 app, the app would throw exception when trying to close a handle multiple times. But, this exception does not occur if you just run this app. I just want to know if it is safe to ignore this exception and close the handle multiple times. In my case, I have a thread to create the handles,

What 's the difference between win32 app and MFC
I
installed win95 on my junk computer (a 386sx) so I could use it to run a win32 console app I've written to talk to my 4 port serial card. That's a pretty slow computer. I'm not at home so I can't check Win95's system requirements, but doesn't it require a 386DX as a minimum? Hi Jason. Thanks for replying.

Win32 app won't start minimised - Win16 will
... open Helpctr to learn more about srvany.exe and instsrv.exe FireDaemon :: Install and run Win32 applications as Windows NT/2K/XP/2K3/Longhorn services: http://www.firedaemon.com/ wrote in message news:W9pPc.49827$28.37619@fe1. news.blueyonder.co.uk... Can anyone help me to run a WIN32 app as a service ?

Re-route all right-click activity in a ListView -- How ?
Now when he tries to start Word (and excel) he gets an error message that says Word is no a win32 app. I've never heard of this happening but suspect a pointer got changed somewhere because of his selection. Has anyone had this happen or does anyone know what to do to fix this? Any help is greatly ppreciated.

Windows NT demand accelerating
Joe Delekto jdele...@netvillage.com microsoft public vc language Greets, In your Win32 AppWizard generated application, you will most likely find that <windows.h> is included, whereas in a Win32 Console Application, <windows.h> is not. You can, inside a console application, use #include <windows.h> and gain access

from a Win32 MFC application -> command line tool
I said that I am using a "a Win32 app. rather than console" I never said that the console was not part of Windows. Next time try to read what somebody says A windows console app IS a Win32 app. When you click: File->New->Projects in VC++ there is a project type called "Win32 app." and there is another project

Newbie: Setting the mouse cursor on win32 app not MFC
Roedy Green look...@mindprod.com.invalid comp lang java programmer On 10 May 2004 13:40:19 -0700, boxe...@yahoo.com (Aaron Boxer) wrote or quoted : Is there a way for a Java application to share memory with a second, Win32 application? You would need to arrange the sharing via C and JNI.

How to share memory area between VXD and WIN32 APP ?
From http://www.zenworks.com grab a copy of appload.exe Set the app to run appload.exe with the parameter of the VBS script you want to run. MikeF wrote: I am trying to run a vbs file using Nal called ScanFragAll.vbs. When I try to launch it via Nal, I get bla,bla,bla,is not a valid Win32 app. Is this as designed,

Need information related to converting Win16 app to Win32 app
Jerry Coffin jcof...@taeus.com comp os ms-windows programmer win32 In article <sbbhij34r2a...@corp.supernews.com>, foxmu...@indy.net says... Greetings! I have an application where I'd like to be able to write to a monochrome video adapter from my Win32 application. Since monochrome cards co-exist peacefully with

Get domain groups
I'm constructing a multi-faceted application (ie MDI) using MFC which is going to combine common aspects of a number of different applications from several sources. I've been given one of the facets as a Win32 C application (which uses straight win32 calls, has its own menu and happens to do some direct window

Can IntraWeb do this...
Chris Marriott ch...@chrism.demon.co.uk comp os ms-windows programmer misc In article <4JUL199519231...@elroy.uh.edu> st...@elroy.uh.edu "Kwan, Fu Keung" writes: Hello, We are planning to port a Win16 application to Win32, but first we need to do a study on how much the workload will be.