Hi all,
I have a problem with a video that rendert on a texture.
I use the sample from Microsoft DirectShow-Samples. Stand-alone all works fine, the video is playing correct on the texture, no problems!
After I inserted the video-renderer-code into my project I got problems. The video is play...
hmm ... I get another tip, that I should work with WM_NCHITTEST but I really don't know what I should do there ... When I work with WM_NCHITTEST suddenly nothing works correctly ...
Have anyone a idea ?
Regards SiM
Hello.
I have build a Win32 API program, with a static and a button window. In WM_MOUSEMOVE I tray to find the to window and post a message when the mouse-cursor is over the static or button window.
With the static window it works very fine. The button window is ignored but when I make a static...
Hi palbano,
that's a very good link but you give me a lot of hard work, now I have to puzzle this into the Win32 API. But thank you very much.
It seems, that this problem, to give buttons and texts other colors is not so trivial.
Oki dok.
SiM
Hi there,,
how I can give an Button and his text an other color, for exampel, the main-window have an white background and there is an button of this window. This button should get the color "blue" and the text inside for example "red". How I can do it in the Win32 API not...
Hi there,
in the MSDN is a good (?) sample of a "create a status bar". But the first error ist that the source lpParts = LocalLock(hloc); is not correct. The compiler appears a error-message, that a void* can not change into an int*.
OK I make a casting than, all is OK. Now I call my...
Hi hnd,
I'm very interesting in a source example. I need a example to connect in a DataBase, set SQL commands like SELECT * FROM bla ... and modify a DataBase. When it is in ANSI C it would be very great.
SiM
You can email me: virtual.studios@gmx.net Thanks a lot.
Hi,
the for-loop is not the problem, that is all ok. Your description is for MFC, I need this in Win32 API.
Can u say me, how it looks like there ?
SiM
Hello,
I have a problem in my Windows App. I want a formated edition in a Edit Window. In ANSI C it is easy for example:
for ( int i = 0; i < 100; i++ )
printf ( "%d\n", i );
on screen appear: 1
2
3
and so on.
The same I...
Hmmm ... know I the problem, because I have the same, I realy search for a ANSI C example to connect to a Database.
At the moment I have programmed with C++. When you find any source, can you please email me ?
Thank you.
SiM
Hello,
I have a question, is it possible, to write a C++ class structure to a ANSI C typedef structure ? And what I have to heed ?
I have a class structure in this form:
class ODBC_Class
{
public:
HENV EnvHandle;
etc. ...
public:
ODBC_Class ( ); // Constructur...
Hi,
I have a problem with the CreateFile function. The function create a file, thats OK, but, I realy don't know, how I can write any data into the file.
In the MSDN stands anything with FriteFile aso, but at the moment, I can't understand this.
Have anybody a clue, how this works ?
Thank...
Hmmm hello Brother C,
Thanks for your answer, but it sounds, if this way is only for work with the MFC.
OK, I forgot to write, that I work with the Win32 API and not with the MFC, sorry. So I want to know, how it works in the Win32 API ?
Thank you again ...
SiM
Hi there,
I have a question: I create a toolbar with the CreateToolbarEx function, so I want to create Toolbars with the MS VC++ 6.0 Resource Editor.
How I can call the Toolbar, that I have create with the resource editor, in my source code ?
Thanks for your help
SiM
Hi !
I have a question: how I can program a connect with ANSI C or C++ to a Oracle Database and than I can use commands like "select * from ...". At the moment I have no point, to get started.
Have You anyone tips ?
Thanks SiM
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.