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
B

BinName

@BinName
About
Posts
3
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Calling a VS2008 DLL from VS 6.0 dll
    B BinName

    There are a lot of articles in this website explain the technical of P/Invoke and inter operation between VC and .NET.

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

  • How to wrap MFC control in C++/CLI
    B BinName

    Hello everyone, I have a lot of MFC control classes in C++,and I want to wrap them with C++/CLI and resue them in C# Application. but I do not know how to wrap them. Can anyone give an hand? Thanks a lot.

    Managed C++/CLI c++ csharp tutorial question

  • Show a PDF file in a MDI application of C#
    B BinName

    Hello everybody, I encounter a problem and need your help. In a MDI application of C#, I want to show a PDF file in a child form. I have added a PDF browser to the child form and change it to pulic, just like below: public AxAcroPDFLib.AxAcroPDF pdfBrowser; When the MDI load, my code likes below: Code: private void MDIFrm_Load(object sender, EventArgs e) { ChildFrm myChildFrm = new ChildFrm(); myChildFrm.pdfBrowser.LoadFile("C:\\dev\\linux-i18n-intro.pdf"); myChildFrm.MdiParent = this; myChildFrm.Show(); } However,I can not see the PDF content in the Child form,but if I set the ChildFrm as the strartup object,it will show PDF correctly. Could anyone give some suggestions? Thanks very much! Birch

    C# help csharp linux 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