- WaveInOpen Multiple buffer problem
- Posted on July 14th, 2003 | 4 Comments
Hi My problem comes when i try to addin more buffer in callback function. When i receive MM_WIM_DATA in CALLBACK Function i unprepareheader than again preparehearder and than when i try to use...
- Problem building executables in Visual C++ 5.0
- Posted on July 14th, 2003 | 0 Comments
Visual C++ had been working fine for several years now. All of a sudden I'm having problems building executables using Visual C++ (version 5.0). Doing the following (to keep it simple): 1. Create...
- Re: Windows can't see DLL
- Posted on July 14th, 2003 | 6 Comments
Thomas> I used the package and deployment wizard and installed the Thomas> files on the customer's computer. However, even though the Thomas> DLL is in the application directory and the path...
- PDH and Network Timeouts
- Posted on July 14th, 2003 | 0 Comments
I have written a monitoring application that will let our users know such things as when memory goes too low or CPU goes too high on different machines on their network. It runs on a central...
- Re: Windows can't see DLL
- Posted on July 14th, 2003 | 0 Comments
"Thomas Junior" What is the name of the DLL? Does it have a normal .dll extension?
- windows clock
- Posted on July 14th, 2003 | 1 Comments
I'm looking for a program (or explanation how to do it) to make the windows clock run slower.(only the clock , not the whole pc !!!) thanks please email: lucdos1@yahoo.com
- OnActivate( ) ?
- Posted on July 14th, 2003 | 1 Comments
Is OnActivate( ) the proper windows message to use to determin if a different MDIChild window is active. For example if you have 5 client windows open in an MDI app and the user clicks on a different...
- Re: Tray icon
- Posted on July 14th, 2003 | 0 Comments
Radiac wrote: | How do I create a tray icon? As Alex said, take a look at Shell_NotifyIcon. See also http://support.microsoft.com/default.aspx?scid=kb;EN-US;q135788 -- Jugoslav ___________
- buttons
- Posted on July 14th, 2003 | 6 Comments
How do I create a button which behaves like one from for example Internet Explorer's toolbar, but is not a part of a toolbar - just a single button?
- Re: child windows
- Posted on July 14th, 2003 | 0 Comments
It seems you're new to win32 programming. Go and get the 'Petzold'. "Windows Programming" is the title, Charles Petzold the author (seek @ amazon.com). It's _the_ book for win api...
- recompiling MFC?
- Posted on July 14th, 2003 | 0 Comments
Hi, If I do CFileDialog, I must do: dlg.m_pOfn->m_StructSize = OPENFILENAME_SIZE_VERSION_400 in order to have it running on Win9x as well. How can I fix MFC to do this then!? -- -Gernot
- folder property page - prevent renaming the folder/file name
- Posted on July 14th, 2003 | 0 Comments
I have a folder view as in Windows Explorer. When the user rightclicks the folder view I invoke the folder property page using ShellExecuteEx. Here is the code... //-=-=-= code starts...
- vxd programming
- Posted on July 13th, 2003 | 1 Comments
I want programming a .vxd file for using parallel port (for PC controlled device created from me) I do not know anything about .vxd files Where to start? Please dont want tons of papers. Just a...
- audio video codecs
- Posted on July 13th, 2003 | 0 Comments
Where can I found good papers to creating my own 1) audio 2) video codec for windows?
- Create my own Custom Controls
- Posted on July 13th, 2003 | 8 Comments
Hi, I want to create my own Custom Controls using MSVC++ 6.0 without MFC, I can't seem to find a good tutorial anywhere though, does anybody have experience on creating controls and could you give me...
- Re: Linking two sockets and (something I think is called) a "race"condition ...
- Posted on July 13th, 2003 | 3 Comments
"R.Wieser" wrote: If some socket wants to receive data which you do not (yet) have then just let it wait. Your program must keep track of each socket's state but you don't have to be in any hurry...
- Convert VS6 Dialog Resources to DHTML Web Resources
- Posted on July 13th, 2003 | 0 Comments
Hey, I have a bunch of dialog-only apps (written in MFC) that were created with VC++6 using the wizards and resource editors. I want to convert the resources to DHTML for a more "webby" look and...
- printer security settings in registry from MFC or Win32API
- Posted on July 13th, 2003 | 0 Comments
Hi to all, I am trying to make a service for controlling print jobs for Win NT/2000/XP platform. I realized it would be very convenient to set the following printer security settings for USERS or...
- How can I delete the close button on all MDI windows in an MDI app
- Posted on July 13th, 2003 | 1 Comments
How can I delete the close button on all MDI windows in an MDI app but still keep the Minimize/Maximize buttons? Also how can I add a custom ICON to the center of the title bar? Thanks in advance...
- Re: Windows State
- Posted on July 13th, 2003 | 1 Comments
Its Ok found it IsWindowVisible(hwnd) was what i was looking for. Allan M <allanm1@ihug.co.nz> wrote in article <01c348d9$71db33c0$78d2adcb@default>...

