Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: simmeone
  • Content: Threads
  • Order by date
  1. simmeone

    Problem with Video Texture

    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...
  2. simmeone

    Mousemove and find a button

    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...
  3. simmeone

    How I can give an Button a other color ?

    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...
  4. simmeone

    Status Bar with C/C++

    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...
  5. simmeone

    formated edition

    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 ( &quot;%d\n&quot;, i ); on screen appear: 1 2 3 and so on. The same I...
  6. simmeone

    a class struture to a typedef structure

    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...
  7. simmeone

    CreateFile

    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...
  8. simmeone

    Toolbars with MS VC++ Resource Editor

    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
  9. simmeone

    connect to a Oracle Database

    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 &quot;select * from ...&quot;. At the moment I have no point, to get started. Have You anyone tips ? Thanks SiM
  10. simmeone

    Access Violation

    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...
  11. simmeone

    File open

    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 &quot;;&quot; thru &quot;,&quot;. At the moment I can open the file, but I don't know how I can replace the signs? Have anybody a...
  12. simmeone

    option fields in Win32 API

    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...
  13. simmeone

    Win32 API

    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...
  14. simmeone

    Randomfunction

    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

Part and Inventory Search

Back
Top