Hi friends, In my project i created Menu on design time itself.I tried to insert the image in sub menu.I cant get result.Please any body give me ur idea to insert the image in menus. Language ->Main menu Sub menu: English Italy French In english menu i nedd to insert the England flag.Please Help me Thanks and regards Anitha
AnithaSubramani
Posts
-
How to insert image in Menu bar -
display image in CListctrlDear all, I have a list control,In that how can i load different images for each row.Please any one help me. Thanks and Regards Tamil
-
How to send an EmailHi friends .. In my project i need to send an email to our customer using vc++.Please anybody send me an article or sample programme to send an email in vc++.Please Help me Thanks in Advance Anitha
-
Pdf CreationHello Friends.. Good Morninig..In my project i need to write some content into pdf file using vc++.Please any body help me to send an article or sample programme for create pdf file using vc++. Pls help me. Thanks and regrda Anitha
-
Dialog box gets hanged..* I tried domodal() in one of my application but if i use domodal() i can change between dialog only 30 or 40 times after that it shows a message which says resource not available.
-
Dialog box gets hanged..we have 3 dialog boxes and all these 3 boxes are loaded once our application starts and each and every time when i want a window the corresponding window is found using FindWindow() and displayed using ShowWindow()...In one of the dialog when we click a button it starts downloading the files from the server. When it is downloading i need a progress bar to be ruuning in my dialog box. But in my code the dialog box disappears. Please help me to know what can be the problem why the dialog box disappears when the it starts downloading..
-
Changing values in dialog boxesThey are modelless dialog boxes.
-
Changing values in dialog boxesHi all, In my main dialog we have a menu, in this menu we have some options as per the option selected we want the values to be changed in all the other 3 dialog boxes that we have in the application.We have actually created all the 3 dialogs in the main dialog using create hence the value is not getting loaded in the other windows..Plz anyone help me Kind regards anitha
-
Dialog box gets hanged..Dear all, In my program we have written code to download folders from the server to the PC,When the downloading process is started my dialog box disappears.Actually we have 3 dialog boxes and all these 3 boxes are loaded once our application starts and each and every time when i want a window the corresponding window is hide and displayed using FindWindow() and ShowWindow()... What can be the problem Plz anyone help me... Kind regards anitha
-
How to get the sub folder name of particular folder?Hi All, I need to get the sub folder name of particular folder. How to do this? Pls help me....... Thanks & Regards, Anitha
-
Drag and drop between ListBoxHi All, I need the sample code for drag and drop between ListBox. Pls help me........ Regards, Anitha
-
Drag & drop between tree controls(Very Urgent........)Hi All, I have 2 tree controls.Now i need to access Drag and Drop between them in Dialog based application.I need some idea or sample code for this.Its very urgent for me. Plz help me......... Thanks & Regards, Anitha
-
Details about File and Directory choosers(Very urgent.............................)Hi All, I need some details about File and Directory choosers. my requirement is i need to display the folders with content(ie. Folder is "Sample" it has sam.txt) in particular directory. I should use drag & drop , delete and multiple selection(not folder only content) events. So which control is better for this? Tree control or List Box or anything else? Please help me.............. Thanks & Regards, Anitha:rose:
-
How to display the content of particular folder in Tree control?Hi All, Im using CTreectrl. I need to display the content of particular folder. The folder is "Sample" it has sam.txt, example.txt ,book.xml etc. How to display the Folder(Sample) and it content. Please help me.......... Thanks & Regards, Anitha
-
CString to a hexHi All, Does anyone know how to convert a CString to a hex and convert the hex values to integer. For example I have CString str="0x03"; "0x03" is hex value but this is stored in CString. I want to convert this hex value in to int. Please help. Thanks
-
how to convert CString to char*[]?Hello, Can anyone tell me how to convert CString to char*[]? Thanks!
-
How to convert CString to char[] in MFC?(Very Urgent............)Hi All, How to conver CString to char[] in MFC. In my code: CString str = "Sample"; I need to convert to char sam[6]; Please help me........... Thanks and Regards, Anitha
-
How to split the CString variable in MFC?(Very Urgent..............)Hi All, How to split the CString in MFC? My clode is: CString str; str = "READ rd659885676R8667U7788"; I need to split the CString with " "(space). That is i need "READ" in one variable and "rd659885676R8667U7788" in another variable. Please help me......... Regards, Anitha :)
-
How to get the available ports?Hi All, How to get the available ports for serial port communcation. Thanks & Regards, Anitha :)
-
FindWindow()Hi All,
HWND FindWindow(LPCTSTR lpClassName,LPCTSTR lpWindowName);
In this function, how to find the lpClassName for particular dialog. Regards, Anitha