Hi,
I am also facing the same problem as AlexHarley666 mentioned. The error appears when I am closing the application? What the cause and the solution?
Hi,
I want to utilize click event on PictureBox Control. The name of the PictureBox in my code is Display1. The following is the function triggered by Click Event.
Private Sub Display1_Click()
MsgBox "Reached Here"
End Sub
This works fine. But when I open a avi in this PictureBox...
:-) Hmm Screen Capture does not suit . Because it gives all the contents that are present on the screen. The image should have only contents from AVI frame.
your earlier reply helped me to get codes for screen capture from http://www.planet-source-code.com . However, I am still searching for...
I am able to display AVI file frame by frame. But I wish to capture a particular frame in an image.
For example if AVI file has 'n' frames, we should be able to get a image displaying contents of 'x' frame. The 'x' value will be a input field.
I have developed an application to play a AVI file. I wish to have a image (possibly .gif or .jpeg) generated for a particular AVI frame. How do I achieve this?
Thanks in Advance!
The description of error which I get is as follows:
Failed to load control 'CommonDialog' from Comdlg32.ocx. Your version of comdlg32.ocx may be outdated. Make sure you are using the version of the control that was provided with your application.
I have developed a application in which I have used Microsoft CommonDialog Control 6.0 for Open File Dialog. The application is developed on Win NT machine.
The application runs fine on Win NT and Win 2000 machine. However, on Win 95 it gives an error for Comdlg32.ocx (says outdated control)...
I have a requirement to develop a application in which:
1) Application should provide a FileChooser to open a API file.
2) Application should display the frame rate and length of the API files.
3) Application should be able to take input in sec and should be able to display the corresponding...
I am developed a dialog as a MFC DLL which i am invoking through a another application viz. Unigraphics. For the event of one of button clicks I want to open a sub-menu from parent window(unigraphics). The key short cut for it is Ctl + M or Alt + N + M.
The first option is not working through...
I have developed a application which is a mfc dll of MFC Extension DLL(using shared MFC DLL) type. I am not able to run this dll on machines other than the development machines(having VC++).
What other dll's should I distribute with the developed dll. Is it possible to have a application is...
I am developing a modeless dialog in which i have added:
CONTROL as picture , TYPE as bitmap and IMAGE as IDB_BITMAP1(bitmap previously added in resource).
Depending upon some condition I wish to swap the existing bitmap to new bitmap say(IDB_BITMAP2).
Can anyone give me the solution?
Thanks for the tip.. in two days i have realized how important these discussions forums are..
Your tip has worked to an extent that dialog is appearing .. But the problem is that when i try to do anything(mouse movement on dialog/click) on dialog/parent application the entire application gets...
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.