hi, Thanks very much.It worked.
ashwath2005
Posts
-
Property Sheet Wizard -
Property Sheet WizardHi, I have done that then also it is displaying HELP button.
-
Image Processing using visual c++Look at the Api BITMAPINFO AND BITMAPFILEHEADER in MSDN and also the book windows programming by charles petzold.In the book look into BITMAPINFO and BITMAPFILEHEADER apis.
-
Property Sheet Wizardhi all, I have created a property sheet wizard using the below procedures: Projects >> Add to Project >> Components & Controls Select the Directory Visual C++ Components Select the Property Sheet Component Click the Insert Button. Problem is that wizard is displaying a "help" button which i want to make invisible.Can anyone kindly tell me how to make the help button invisible.
-
How to create a Property Sheet ApplicationHi Naveen, In my PropertySheet i have 3 pages and each page is having a text box.Now i want to store these text box values into a file on pressing the apply button. What should i do in "CMyPropertySheet::OnApply()" method.Could u kindly help.
-
How to create a Property Sheet ApplicationThanks..
-
How to create a Property Sheet Applicationhi, I have inserted the Property Sheet,but the Apply button is not getting enabled.What should i do.
-
How to create a Property Sheet Applicationhi all, Can anyone please tell me how to create a property sheet application.
-
How to remove the cancel button at the top right of a dialog box.hi all , I have a dialog box application.I want to remove the cancel button at the top right of a dialog box.Can anyone pls. tell me how to do it.
-
Does vc++ support german,french,spanish etc languagesI have one more doubt.In the"project settings" "Resources" language option is present.What is that used for.
-
Does vc++ support german,french,spanish etc languageshi all, I have a dialog box application.It has "username" and "password" as labels in english.Can it be possible to display these labels in french,german and other foreign languages.
-
how to display a 24 bit bitmap on a SDI ViewWhat is m_hBit.
-
how to display a 24 bit bitmap on a SDI ViewCan u give me the code.
-
how to display a 24 bit bitmap on a SDI Viewhi, I have a CDC* pDC in the OnDraw() function.How do i go about from here.
-
how to display a 24 bit bitmap on a SDI ViewHi all, I have a 24 bit bitmap image file. It needs to be displayed on a SDI View screen. Can anyone please tell me how i can do it.
-
How to lock a folder.Can i use "SetNamedSecurityInfo" function to lock the folder. If yes,how can i use it.
-
How to lock a folder.hi, Does LockFileEx works for a folder also? I could not find the Api SetsecurityFile in the MSDN.
-
How to lock a folder.hi, Can you provide me with a code snippet about how to lock a folder.
-
How to lock a folder.hi all, Can anyone please tell me how to lock a folder,so that the user does not have access to it. Thanks in advance,
-
How to disable the system speaker controlhi, Can i ask you a question.How did you get the id of the "Mute all" check box to be 0x3e8.