Hi, I want to display a scrollbar in my MFC ActiveX Control. How do i do this? Do i have to create a scrollbar control or is there a way i can specify a scrolling window style or maybe a scrollable view i can work with? Thanks for the help Regards Jagannathan
jagannathan thiruvengadathan
Posts
-
scrollbar in my MFC ActiveX Control -
Zooming a selected point of an Bitmap Image using MFC and OpenGLHello I have developed an application, which load the Bitmap Image as texture using openGL. My question is, how to zoom a particular point of an image when i click using the mouse left button. Will any body help by providing the suitable source code or Link , so that it help me a lot I am using VC++ ( MFC's MDI ) and OpenGL . Regards Jagannathan
-
Loading .jpg image using openGLHello friend, Have a great day!. Could you please guide me, how to read / write the jpg image using openGL. Kindly provide the source code. Awaiting for your reply. Regards, Jagan
-
Loading jpg image using openGLHello friend, Have a great day!. Could you please guide me, how to load the .jpg image file using openGL. Awaiting for your reply. Regards, Jagan
-
Set the focus to already opened ViewHello, In my project, if i click a particular row in the list control, it will open a view. Like that if i click different row it will open different view. But when i try to open the view using click event, that was opened already, the focus is not set to the particular view. It is opening another window using "Openform". Is there any way to set the focus to already opened view. Regards Jagannathan
-
Using one thread for multiple viewsHello, I am using a thread to receive a data continously and store the in the list control. The data which i received will be updated frequently. I my project, if i click one row in the list control, that particular record will be displayed in the next formview's list control. The second listcontrol record should also updated in synchronous with the first list control items. Will you please suggest me, how i can use the thread which i have used in the first list control to update the field in second's list control in the next dialog or formview. Is there any other way to solve my problem. Please help me. regards Jagannathan
-
List Control updatesThanks Brahmma. I will try with your suggession and let you know. Regards Jagan
-
List Control updatesHai, Greetings of the day!. My doubt is how to update the data's present in the Listcontrol. I am having a List control in VC++ dialog based application, populated with some datas. As soon as i get a new data, the old data has to be updated with new one. Is there any way to solve to my problem. Please help with giving a sample program. Regards Jagan