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...
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!
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?
Hi
I am a new VC++ programmer and struggling in processing the messages in Modeless Dialogs.Hope someone can help me..
I am developing modeless dialogs for a CAD application(Unigraphics), which has a Win32 API.It has is his own Wizard and start function is other than Win_Main/DLL_Main. I am...
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.