Basic
In computer programming, BASIC (an acronym for Beginner's All-purpose Symbolic Instruction Code[1]) is a family of high-level programming languages.
Application
Any
Platform
Windows
Remove
License
Any
Use Win32 api (C or C++) (Shell)
So how do I use PopupProc in my code? Like I said there is something basic here that I'm missing. Do I need to reference it somehow in WinMain?
Thanks
Thanks for the response it helped make things a little bit clearer.
If I understand this correctly, you have 3 WindowProc during subclassing: the subclassed WindowProc (written by programmer), the original WindowProc (written by programmer) and the default WindowProc...
That's good, but sub-classing code is the responsibility of the programmer. If programmer will not pass the message to the original (before sub-classing) procedure - then message simply swallowed by...
Thanks for the clarification. I've also read that when the message is retrieved from the message queue, the application does some additional preprocessing to it before it is dispatched to Windows --...
Sure, but I was also considering the situation where a window is subclassed. If it is, then the message is passed on to the next handlers via CallWindowProc and the last user-defined procedure "on...
2. Why would message go back to Windows? It does not. Application processes the message and then life of the message ends.
I've managed to cobble together a very basic windows program that shows the trouble. Run the program and left click in the window to bring up the messagebox. Here's what my messagebox shows:...
: I have figured out how to list serial ports using
: System.IO.Ports.SerialPorts.GetSerialPorts(), but now I need to
: figure out how to tell if a modem is on a port. I am not quite sure
:...
hi all,
i downloaded a dll which is called inpout32.dll
to learn basic interfacing in parallel port
using vb 6.0, My OS is windows xp pro sp2.
where do i paste this dll?
inside the inpout32...
hi all,
i downloaded a dll which is called inpout32.dll
to learn basic interfacing in parallel port
using vb 6.0, My OS is windows xp pro sp2.
where do i paste this dll?
inside the inpout32...
: i am using windows server 2003.
:
: I have a requirement that in a text file, i want to replace any word
: after keyword tablespace with some other word.
:
: For example, if file contains...
i am using windows server 2003.
I have a requirement that in a text file, i want to replace any word after keyword tablespace with some other word.
For example, if file contains the following...
This code is mostly for DOS and to use it in fasm you need to make a few changes. My point is that you should start with Win32 and while coding simple programs learn the basics there. For example,...
: Also, this would have been better posted in the beginner C++ board
: as a) It has nothing to do with the Win32 API and b) is a basic
: question.
Moved. :-)
Alright heres the situation: I have made a console based calculator and I need to move it all into windows program. The following code is what I have so far in Windows code.
// First Windows...
: I am new in the programming world.
:
: i dont know which programming lanugage start with. i had wanted to
: learn something simple then go over to the real languages.
:
: this whole thing...
: can anybody here help me with my pascal program on convertion of a
: number to roman numeral? pls? pls? pls? and one thing more, will
: pascal and visual basic run on windows vista? your help...
can anybody here help me with my pascal program on convertion of a number to roman numeral? pls? pls? pls? and one thing more, will pascal and visual basic run on windows vista? your help would be...