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

    Borland resizing form during build?

    Hi, I have an application the builds perfectly well on one machine, yet for some reason the height and width are changed during the build process on another. The actual design values of height and width in the .dfm are changed. The application is designed to run at 1680 x 1050 (wide screen) and...
  2. Wings

    Form resized during build?

    Hi, I have an application the builds perfectly well on one machine, yet for some reason the height and width are changed during the build process on another. The actual design values of height and width in the .dfm are changed. The application is designed to run at 1680 x 1050 (wide screen) and...
  3. Wings

    Tool tips not working in IDE

    Hello, I am using BDS, borland c++ builder. The tool tips in the ide are not working, ie. I hover over the save icon and i dont get the tool tip thats says "Save (Ctrl + S)". Show tool tips is checked on the options menu. Any ideas? thanks.
  4. Wings

    Reading in wrong file

    Hi, When building in visual studio 2005, there are multiple instances of winuser.h on the machine. I need it to read one instance for a windows CE build but it defaults to the version in the visualstudio/platform/sdk. how do I change it? Please note this is not a path I have added in my project...
  5. Wings

    Adding a library to my project

    Hello, I have a vc++ 6.0 project. I have a a .lib file with the corresponding header file. How do I add the Library to my project to be able to use the functions and classes contained inside it? Thank you
  6. Wings

    structure conersion to char*

    Hello, I have a function that wants a char* as a parameter. I want to pass it a structure, and then traverse it with pointer addition, for example if the first field in the structure was a short and i wanted to get to the second I would do something like: char *passed_in_value *= (4 *...
  7. Wings

    Function that can take anything as a parameter?

    Hello, I know it is possible, but I cant remember how to do it. I need to make a function that can take any object as a parameter. I think I use the CObject class but I could be wrong. Can anyone point me in the right direction. Thanks
  8. Wings

    CObject in managed C++

    Hello, Is there a way to pass a generic object to a function in managed c++? It doesn't like CObject, what do I use for managed c++? Thanks
  9. Wings

    remove tabs from a property page

    hello, is there a way to remove the tabs from property pages? I want to switch between them programatically, using them as a panel type object as opposed to a user selectable tab. Thanks
  10. Wings

    Problem adding cursor to project

    Hello, I am trying to add a cursor to my project. I have added it to the resources, and it is in my .rc file. When I add the "LoadCursor(IDC_HAND)" function, I get a build error saying "IDC_HAND" is an undeclared identifier. IDC_HAND is the ID of the cursor that I added. Can anyone explain what...
  11. Wings

    Loop through controls on a dialog

    Hello, Can any one tell me or point me in the right direction on how to programatically loop through the different controls on a form to set various attributes in each one. I am using MFC in visual studio.net. Thank you
  12. Wings

    using themes on windows xp

    Hello, I am trying to make a xp themed dialog. I have succeeded in theming the dialog itself; however, all the controls on it do not take the background color of the dialog. In other words I have turned the dialog blue with the use of themes but all the controls on the dialog still have a thin...
  13. Wings

    Detect a selection in a list control

    Hello, I have a list control, and I need to detect when some one has clicked on the control and what the value in the selected cell is. How do I detect a click event? How do I detect the value of the clicked cell? Thanks
  14. Wings

    drop down button

    Hello, is there a way to make a button with a drop down arrow? When the user clicks on the arrow, a drop down list would appear, or simply press the button. Thank you
  15. Wings

    Multiline edit control

    Hello, For some reason I cant seem to figure out how to programmatically add more than one line of text to a multiline edit control. Can anyone point me in the right direction? Thanks
  16. Wings

    XML in visual studio.net

    Hello, I have to create an xml document for a project I'm on, but I have no idea how to use it. Does visual studio have a built in XML parser or do I write my own? Thanks
  17. Wings

    Using standard windows dialogs

    Hello, Can anyone tell me how to use standard windows dialogs such as the File Open, Save As ect.. dialogs in my MFC application? Thanks
  18. Wings

    MFC dll export question

    Hello, I'm having a difficult time implementing an MFC dll I have created. When I attempt to use the dll in another application, I get an unresolved external linker error when I am declaring a instantiation of a new object of the dll type. //the code is below CSerialControl *SC = new...
  19. Wings

    How do I make a managed C++ dll

    Hello, Can anyone tell me how to make a managed C++ dll using the Microsoft visual studio.net. I dont want to use C#. Any help is appreciated. Thanks.
  20. Wings

    Inheriting windows look

    Hello, I am making a dialog based application in MFC on a windows xp proffesional system. I am not running in classic mode but for some reason all the controls (buttons, menus, ect..) are coming up in classic mode. Any ideas why this is? Thanks alot

Part and Inventory Search

Back
Top