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