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 strongm 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
  • Order by date
  1. REWT

    Porting triggers from Oracle. Conditional statements.

    Thanks for the help. I am not sure why there was a mix of data types. I had not designed the original database, and was instructed to do an exact copy in SQL server. the ld was a mis-typed old. Thanks again. Any online resources that might teach me more on the sql server 2000 capabilites...
  2. 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...
  3. 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...
  4. REWT

    Building a COM dll that can respond to Serial port events

    Update. It has to be a DLL. It cannot be a control that is dropped on the form. But it still needs to be able to responds to serial port events within the DLL. Thanks.
  5. 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...
  6. 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
  7. REWT

    Adding a control to a tab control

    The code that you gave me crashes the program when I try to set the window position and / or show the window. The error that I get is an assertion error which I have never heard of before. I also had to comment out the VERIFY statement because the compiler said it did not recieve the proper...
  8. REWT

    Adding a control to a tab control

    The tab control I am trying to use the the default one in the control menu after creating a new MFC(.exe) project. I cant seem to find examples of how to use it. And I cant drag and drop components onto it. I have noticed that some activeX things work much nicer in VB so I try to stay away from...
  9. REWT

    Adding a control to a tab control

    So I have to make some property pages and associate one property page with each tab in the tab control? How can I do this? I can make property pages with the ATL object. And then add controls to them. How do I get the property pages into the tab control. An example would be helpful. I have not...
  10. 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++...
  11. REWT

    Selecting a file or a directory with a dialog

    Do you happen to have any sample code for CFileOpen? Thanks again. REWT
  12. 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