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 bkrike 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
  • Content: Threads
  • Order by date
  1. 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...
  2. 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!
  3. 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)...
  4. 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...
  5. 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...
  6. 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...
  7. 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?
  8. 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