Tech Support > Microsoft Windows > Development Resources
Declare in copyright of hookapi source code
Posted on December 4th, 2003 | 0 Comments

There are several source codes of HOOKAPI Appear on the net now , but We are real copyright owners.Some peoples buy it from me then go to sell, they unable to offer technical support.if you want to...

working with the serial port
Posted on December 4th, 2003 | 2 Comments

I am updating a utility to capture serial port data that was originally developed as a DOS app using the outportb() and inportb() routines. I am trying to re-work it as a Win32 app using Borland C++...

don't try to lift familiarly while you're creeping above a pathetic tape
Posted on December 4th, 2003 | 0 Comments

-----BEGIN PGP SIGNED MESSAGE----- phil knight had a dream. he'd sell shoes. he'd sell dreams. he'd get RICH. he'd use sweatshops if he had to. THEN along came the new shoe. ...

Broadcasting Messages
Posted on December 3rd, 2003 | 6 Comments

While searching for a bug I was wondering if too many messages could eat my system resources. I am under WinCE but it is a general question: Would this eat up my system resources? while(TRUE)...

MS Visual C - Multi Windows Instead of Split?
Posted on December 3rd, 2003 | 2 Comments

Hi Experts: Ahhh, it's SO NICE to have Vim as my Visual C++ editor. One thing I would like is a new Vim session for each source file I select. Right now my single Vim session changes files, or if...

Can't get layered window to appear on the screen.
Posted on December 3rd, 2003 | 0 Comments

I am writing a program that creates a layered window, and I am unable to make the layered window visible on the screen. If I remove the code related to layering the window shows up just fine. What...

X-plattforming with Wind/U
Posted on December 3rd, 2003 | 0 Comments

Hi, has anyone ever had some experience with porting a MFC app to Linux using Wind/U from Bristol.com? How was it, what's implemented and how much did it cost? Thank you, -Gernot

browser helper object,dll problem
Posted on December 3rd, 2003 | 1 Comments

Hi folks! I am developing a Browser Helper Object for Internet Explorer(C++). My BHO (which is a Dll, loaded by Internet Explorer on startup) uses API- functions from a software-module I need....

IHTMLDocument2 navigation results
Posted on December 3rd, 2003 | 0 Comments

Hi, I use IHTMLDocument2 interface for a simple browser in my project. The navigation is done through the Navigate method, and the events OnNavigateComplete2 and OnDocumentComplete are called...

API for Dial-Up (RAS????)
Posted on December 3rd, 2003 | 6 Comments

Hi All, This group is my last hope, I am aware of the RAS API that allows the establishment of a DUN connection. I understand that this API creates phonebook entries and will make calls based on...

How can I use win32 API to do like "MSComm1.DSRHolding" in win2000
Posted on December 3rd, 2003 | 0 Comments

Hello, anyone know whick win32 api can make same function like MSCOMM control's "DSRHolding". Many thanks.

Windows 98/NT Serial Port Break Char
Posted on December 3rd, 2003 | 0 Comments

for receiving events like break I have the following problem. On WinNT I received the break sign event correctly but on Win98 I didn't. Have anybody a idea to that problem? before I start my event...

What defines a group in CheckRadioButton ?
Posted on December 3rd, 2003 | 1 Comments

I had always allocated control ID numbers manually for groups of radio buttons, so the order in the dialog box was the same as the order of the ID values. But today I made a change and added a radio...

Richedit MFC
Posted on December 2nd, 2003 | 3 Comments

"Przemo Drochomirecki" <pedrosch@gazeta.pl> wrote in message news:bqamcr$ja3$1@nemesis.news.tpi.pl I don't know how to do it in MFC, but the following is a win32 solution that appears to work and...

ASPI
Posted on December 2nd, 2003 | 1 Comments

Hello I'm trying to use ASPI library from Adaptec to verify raid system. I can't use the API function bvecause I have error on compilation.link Can't convert from "FARPROC" on the...

std::string out of a BSTR
Posted on December 2nd, 2003 | 2 Comments

Hi, How can I get an std::string (not std::wstring) out of a BSTR? I need to convert a BSTR to single byte encoding. Thanks

Control Subclassing in C++
Posted on December 2nd, 2003 | 7 Comments

Hi, I'm currently building up my own framework for generic Win32 applications in C++. It was based on the KWindow class in the book "Windows Graphics Programming by Feng Yuan". I'm writing...

ListView LVM_SETVIEW
Posted on December 2nd, 2003 | 1 Comments

This is supposed to be the message you send to select the display of the listview ( list, report etc...) well, it is written : Minimum operating systems Windows XP on MSDN I tested and erm, it...

message loop, DLL and sockets
Posted on December 2nd, 2003 | 7 Comments

I'm trying to create socket code that will reside in a DLL for use by a 3rd party application. I want to use the socket recv() function in an asynchronous mode so I'm looking into the use of...

Hook For Print Quota Management?
Posted on December 2nd, 2003 | 0 Comments

I'm toying with the idea of writing a print quota manager and releasing it as open source software. The only really hard part is finding the hooks in the printing subsystem that would allow me to...