Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: abhijit123
  • Order by date
  1. abhijit123

    The instruction at 0x04c2bd73 referenced memory at 0x00000004. The mem

    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?
  2. abhijit123

    Click Event in PictureBox Control

    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...
  3. abhijit123

    How to extract image from a AVI file?

    I was able to capture a bitmap of required size and required portion successfully. Once again, thanks a lot!
  4. abhijit123

    How to extract image from a AVI file?

    Thanks a lot! I will check it out.
  5. abhijit123

    How to extract image from a AVI file?

    :-) 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...
  6. abhijit123

    How to extract image from a AVI file?

    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.
  7. abhijit123

    How to extract image from a AVI file?

    I am using mcisendstring function to display AVI file in a frame.
  8. abhijit123

    How to extract image from a AVI file?

    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!
  9. abhijit123

    Application runs on Win NT but not on Win 95..

    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.
  10. abhijit123

    Application runs on Win NT but not on Win 95..

    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)...
  11. abhijit123

    Processing of API file!!

    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...
  12. abhijit123

    Synthesizing KeyStrokes

    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...
  13. abhijit123

    application not running on machines other than development machines!!

    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...
  14. abhijit123

    How to swap bitmaps in dialog at run time?

    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?
  15. abhijit123

    Why modeless dialog is not working properly?

    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...
  16. abhijit123

    Why modeless dialog is not working properly?

    Thanks for your suggestions. I tried to implement the same however the dialog created vanishes automatically after it is created.See the code below: Dialog test = new Dialog(); BOOL isDialogCreated = test.Create();// Create is a member function in Dialog CString temp = "test&quot...
  17. abhijit123

    Why modeless dialog is not working properly?

    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...

Part and Inventory Search

Back
Top