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
Components and Libraries
Remove
Platform
Any
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.
I'm trying to do basic GDI animations with bitmaps. What I want to do is make a bitmap move towards a point.
I want the bitmap move in small steps towards this point.
So what I really want to know...
Sorry to interrupt,but guys i'm also doing engg and i too need some information,reference and codes regarding the same topic(graphics editor) but mine has to be done using vc++.
Basic tasks being,...
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.
Go onto my website (click my name to get my profile). And root around in the Basic Algorithms section. There is a JPEG loader and a BMP loader/saver in there.
It should be a simple job to write a...
Hello everyone,
I'm using Microsoft.DirectX.AudioVideoPlayback to play back mp3 files. At the most basic level,
audioPlayer = Microsoft.DirectX.AudioVideoPlayback.Audio.FromFile(fileToPlay,...
gr_out.DrawImage(bm_in, corners)
picCanvas.Image = bm_out
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'm a visual basic programmer and i've made a software that is trying to use a Visual C++ dll, named memctrl.
i've implemented the code in the memctrl.cpp file and i'm trying to access the function...
How much experience do you have with C++? If you are still new, I would highly recommend learning the language first before even attempting 2d game development. (Game development is hard)
If you...
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...
: 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. :-)