Hi guys, I want to add my application to Quick Launch bar. How can I do it using source code in vc++ 6.0. Please refer some source code or APIs. Thanking in Advance Velayudhan
velayudhan_raj
Posts
-
Adding my application to Quick Launch -
Windows Message to child windowThanks, but it will not work in the case of child windows,
-
Windows Message to child windowHi guys, I have two applications - 1. dialog based application 2. MFC gui dll. I have to send windows message from first application to second application. The problem is MFC Gui dll application is the child application of another window and the gui dll window has no name ( as title bar is removed ). For sending windows message, we need the window name, In my case, the gui dll window has no name and it is loaded as a child window on a third party application, in which i have no control. So how to send message from application 1 to application 2. Please help me guys. Its urgent. Thanks in Advance Velayudhan
-
CListCtrl row selectionthanks, but my question, how do i know currently which check box has been clicked ?
-
CListCtrl row selectionHi guys, I am developing a dialog based application and CListCtrl is one of its controls. I have selected the check box style for clistctrl. What i want is when user clicks a check box in ListCtrl, that row should be selected. When user selects another check box, selection should be on that row. Please help me by giving some source code. Thanks in Advance Velayudhan
-
Drive Names - Please replyIt is not completely successful. It is just returning a single drive's name Actually I want all the name's of all drives in my system. Thanks in Advance Velayudhan
-
Drive Names - Please replyHi Guys, This question I asked earlier, but I could nt continue, I want to make it clear, Is there any API by which we can know the local drives of our system ( A:, C:, D: etc )? Please do reply guys. Thanks in Advance Velayudhan
-
API for Driver NamesHi Guys, Please suggest any API for getting the drive names in local system. Thanks in Advance Velayudhan
-
Splitter Window Sample ApplicationHi guys, I want to study splitter window applications. Please reply me some links related to source code of splitter window applications. Thanks in Advance Velayudhan
-
regarding list box in vc++Actually, the scroll bars will be enabled only if there are more items to be displayed in the list box. Please check after inserting more items in the List box. Regards Velayudhan
-
check the characters in a stringHi, You can use Strcmp function to compare two strings. Regards Velayudhan
-
Menu Bars or Tool Bars DisplayHi guys, I have added ToolBars and MenuBars from the Resource. I want to show more than 1 toolbars and menubars in my SDI Application. Can any one plz show how to display the menu bars and tool bars. Thanks in Advance Velayudhan
-
dialogHi, you can use MoveWindow function for changing the size. Regards Velayudhan
-
how to know [modified]In project setting, take option C/C++ In the category combo box, take the option General In that, there will be a heading : Preprocessor Definitions In the text box shown below this option, u can give _UNICODE or UNICODE for unicode settings and _MBCS for MBCS. Regards Velayudhan
-
how to know [modified]please check the project settings. Regards Velayudhan
-
Printing the viewHi, Please use this code. CPrintDialog printdlg( FALSE ); printdlg.DoModal(); Regards Velayudhan
-
CTabCtrl + PropertyPage source codeHi Guys, Can anyone plz suggest some links for CTabctrl + Property Page application( eg: the page which is displayed when Properties of a folder or file is clicked. Thanks in Advance Velayudhan
-
Sample CMap ApplicationHi Guys, Can anyone plz help me by giving some source code for sample CMap applications. It will be very useful for me. Regards Velayudhan Thanks in Advance Velayudhan
-
Database ConnectionThank You :)
-
Database ConnectionHi Guys, Can u please refer some source code for studying Database access using MFC. What I need is, how to access a database ( say Microsoft Access ) through an MFC program. Regards Velayudhan