Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

alpa shah

@alpa shah
About
Posts
21
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Problem in building DirectShow Application
    A alpa shah

    ok note my ids: "alpa_shah04@yahoo.com" "alpashah04@gmail.com" egarly waiting for your reply...

    alpa shah

    C# help csharp question visual-studio tutorial

  • Do any body have an idea about plugins?
    A alpa shah

    I think to implement this application you have a basic knowledge of OLE and COM component.

    alpa shah

    .NET (Core and Framework) csharp tutorial question

  • Problem in building DirectShow Application
    A alpa shah

    I'm really thankful to you.... My mail id is "alpa_shah04@yahooo.com" and please give me your mail id also

    alpa shah

    C# help csharp question visual-studio tutorial

  • Problem in building DirectShow Application
    A alpa shah

    Ok..I'm trying this idea...but actually i'm new to c#. so can u please tell me that i've to build a dll of my old code and then use it to the new form?:(

    alpa shah

    C# help csharp question visual-studio tutorial

  • Problem in building DirectShow Application
    A alpa shah

    yes, it's throwing me exception. I've implemented the sample application from this site only... sample code is: try{ //get the graph filter ready to render OpenFileDialog ofg = new OpenFileDialog(); if (ofg.ShowDialog() == DialogResult.OK) { String fileName; fileName = ofg.FileName; graphBuilder.RenderFile(fileName); Text = fileName; //set the trackbar isSeeking = (graphBuilder.CanSeekForward() == -1) && (graphBuilder.CanSeekBackward() == -1); if (isSeeking) trackBar1.Enabled = true; else trackBar1.Enabled = false; trackBar1.Minimum = 0; trackBar1.Maximum = (int)(graphBuilder.Duration * 100.0); Text = fileName; //prepare and set the video window videoWin = graphBuilder as IVideoWindow; videoWin.Owner = (int)panel1.Handle; videoWin.WindowStyle = WS_CHILD | WS_CLIPSIBLINGS | WS_CLIPCHILDREN; Rectangle rc = panel1.ClientRectangle; videoWin.SetWindowPosition(0, 0, rc.Right, rc.Bottom); mediaEvt.SetNotifyWindow((int)this.Handle, WM_GRAPHNOTIFY, 0); //set the different values for controls trackBar1.Value = 0; minutes = (int)graphBuilder.Duration / 60; seconds = (int)graphBuilder.Duration % 60; statusBar1.Panels[0].Text = "Duration: " + minutes.ToString("D2") + ":m" + seconds.ToString("D2") + ":s"; graphState = State.Playing; //start the playback mediaCtrl.Run(); } } catch( Exception ) { Text = "Error loading file"; }

    alpa shah

    C# help csharp question visual-studio tutorial

  • Error in building simple directshow application
    A alpa shah

    Hello all, I'm new to DirectShow application. I've build a normal application that can run .avi file. I've got an error in RenderFile(), like problem in file loading. so please anyone can help me out how to solve this problem? File path is correct and to load .jpg file it's working fine but in loading .avi files I got problem.......And ya I'm building this application in C# using visual studio 2005. Please reply soon... Thanks for reading my question...

    alpa shah

    .NET (Core and Framework) help csharp question visual-studio tutorial

  • Problem in building DirectShow Application
    A alpa shah

    All dll's i've included in that. I'm using platform SDK that is server 2003 sp1. I think it is most recent one for DirectShow application.:((

    alpa shah

    C# help csharp question visual-studio tutorial

  • Problem in building DirectShow Application
    A alpa shah

    Hello all, I'm new to DirectShow application. I've build a normal application that can run .avi file. I've got an error in RenderFile(), like problem in file loading. so please anyone can help me out how to solve this problem? File path is correct and to load .jpg file it's working fine but in loading .avi files I got problem....:((...And ya I'm building this application in C# using visual studio 2005. Please reply soon... Thanks for reading my question...

    alpa shah

    C# help csharp question visual-studio tutorial

  • Getting start to vc++
    A alpa shah

    Thanks for your reply....I'll try this book also...:)

    alpa shah

    C / C++ / MFC c++ help

  • Getting start to vc++
    A alpa shah

    Thanks for your response....I'll sure try this book...:)

    alpa shah

    C / C++ / MFC c++ help

  • Getting start to vc++
    A alpa shah

    I've learned C++...so now I want to learn VC++ and mostly for it's ATL project building....And more for building COM Components.....so can you please suggest me nice book or online helping tutorials for ATL/COM of VC++

    alpa shah

    C / C++ / MFC c++ help

  • Getting start to vc++
    A alpa shah

    Thank you... Now I'm going to start with this... But I was not able to find VC++ tutorials on this "codeproject.com" site.... so please send me link...or section name where I can find tutorials for VC++ Waiting for reply....

    alpa shah

    C / C++ / MFC c++ help

  • Getting start to vc++
    A alpa shah

    Hello everybody... I am new to VC++. And I want to learn it. So please help me from where to start...and from which website I can get nice tutorials for it... Please suggest me nice websites which has good contents of vc++... Waiting for reply...:)

    alpa shah

    C / C++ / MFC c++ help

  • How to execute simple c++ file by microsoft visual studio 6
    A alpa shah

    Thank you....It's working....:)

    alpa shah

    C / C++ / MFC c++ csharp visual-studio tutorial question

  • How to execute simple c++ file by microsoft visual studio 6
    A alpa shah

    Thank you for this help..I am going to try this out...:)

    alpa shah

    C / C++ / MFC c++ csharp visual-studio tutorial question

  • How to execute simple c++ file by microsoft visual studio 6
    A alpa shah

    I have tried this direct file creation...but dear it didn't work..because it requires to create a workspace..so simple might not be work..that i was asking..:) Againg thanks for your suggestion...and thanks for reading my question....

    alpa shah

    C / C++ / MFC c++ csharp visual-studio tutorial question

  • How to execute simple c++ file by microsoft visual studio 6
    A alpa shah

    I'm really sorry for that...but i am totally new to MFC....thanks for your:) help...now i will check it...and send you reply about that...

    alpa shah

    C / C++ / MFC c++ csharp visual-studio tutorial question

  • How to execute simple c++ file by microsoft visual studio 6
    A alpa shah

    Hello all.. I am very new to MFC. so please suggest me how can i create my simple .cpp file by VC++ without creating any workspace....If it is possible than plz tell me the way... Egarly waiting for reply...Please reply soon Thank you for reading this message....

    alpa shah

    C / C++ / MFC c++ csharp visual-studio tutorial question

  • For downloading TC compiler for 64 bit
    A alpa shah

    Please help me to find out the site name which gives me facility of downloading TC compiler for 64 bit window xP....I have also visited the borland site and downloads.com but they weren't helped me out:((...So please help me abt it...It's very urgent...please reply sooooooon:) Waiting for reply... Thank u for reading my question...:)

    alpa shah

    C / C++ / MFC delphi com help question

  • please: how a socket server prog can be called by MFC client??
    A alpa shah

    Thanks for ur suggestion...I'll surely apply it....:)

    alpa shah

    C / C++ / MFC c++ sysadmin help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups