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 bkrike 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: REWT
  • Content: Threads
  • Order by date
  1. REWT

    Porting triggers from Oracle. Conditional statements.

    I am porting a database structure from Oracle to SQL Server 2000. I have managed to get all of the data and most of the constraints and triggers ported to the new database. However, I am uncertain of how to port a trigger with conditional statements in it to SQL Server 2000 from Oracle. I have...
  2. REWT

    Creating a Toolbar on a Dialog without MFC

    Hello. I have an ATL com object. I have a dialog in the project created with the ATL object wizard. I want this dialog to have a toolbar that I created in the resource view. How do I do this. With MFC it is easy, but I do not want to use MFC. Thanks in advance for your help and promptness. Ryan...
  3. REWT

    Building a COM dll that can respond to Serial port events

    Hello. I need to be able to write a COM enabled DLL that will be able to respond to serial port events such as receiving a datastream and sending a data stream. It can be a component that can be dropped on a form ( which actually would be a nice implementation ) with a few properties set, so...
  4. REWT

    Can a dll receive events?

    I needed to know if a DLL can respond to events. I haven't heard either way if it is a possible or not. I am guessing that they cannot. That they are basic packages of functions and whatnot. Thanks in advance. REWT
  5. REWT

    Adding a control to a tab control

    How do I add a listview or treeview control to a tab control. I have not been able to drag and drop to add a control to the tabs I placed on my dialog. Every other language has supported dropping controls onto other controls to ease the GUI making process. Is this not possible with Visual C++...
  6. REWT

    Selecting a file or a directory with a dialog

    I have a CFileDialog object to open a file, however, I want to be able to select a directory or a file and I cant figure out how to do this with a dialog window. Is this possible. If not, is there a component for VC++ 6.0 where I can do this. Thanks in advance. Ryan E-W Taylor

Part and Inventory Search

Back
Top