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...
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 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...
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...
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...
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
Hi,
hmmmm ... so my english is so bad, but I try to explane my problem.
-------------------------------
I have write a console application in C++ and I want to import the functions in a Windows App. (I use Win32 API).
The following function works absolute correct in the console but don't...
Hi Folks,<br><br>a little question: I open a file for example test.txt and there are a lot of numbers inside. Now I want read this text and replace all ";" thru ",". At the moment I can open the file, but I don't know how I can replace the signs? Have anybody a...
Hi folks<br><br>I'm new in Win32 API programming and I have the following problem:<br><br>I have created a dialog with option fields where the user can set different options, and must press a OK-Button. The problem now is, that the OK-button don't works, and I don't know why.<br><br>Here the...
Hi folks,<br><br>sorry but my english is not the best, but I want to try it.<br><br>I want to program a tool that <b>can close all open programs, LAN-connections and shutdown Windows (<font color=red>WinNT, Win2k, Win9x and WinME</font>) at the end.</b><br><br>Have there anyone a little tip for...
Hi,<br><br>one question: how I can create a Randomfunction with the DBMS_RANDOM Utility?? At the moment I'm a little bit clueless.<br><br>Thank you very much for your help.<br><br>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.