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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
N

narasingubhanu

@narasingubhanu
About
Posts
14
Topics
6
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • VC++ Word automation issues on Win 10
    N narasingubhanu

    Yes. its mystery on Windows 10 only . My code will edit word document with some values and it gives to printer.

    C / C++ / MFC c++ testing tools question

  • VC++ Word automation issues on Win 10
    N narasingubhanu

    Hi, Program is throwing exceptions "This command is not available" while calling "Editpaste" and "Editreplace" functions from code in Word automation. This is happening sporadically not every time. Any suggestions please?

    C / C++ / MFC c++ testing tools question

  • Ho to convert BLOB data to readable format
    N narasingubhanu

    Yes..I am sure..its .DOC only..

    C# database tutorial question

  • Ho to convert BLOB data to readable format
    N narasingubhanu

    Ya correct..few content not mapped and some of the content mapped..tried dfferent options from Word ponit of view..but no luck

    C# database tutorial question

  • Ho to convert BLOB data to readable format
    N narasingubhanu

    Yes correct..i am saving it as .DOC when i am opening, it is asking conversion from "Encoding text" and when i select "Unicode" it is displaying like that

    C# database tutorial question

  • Ho to convert BLOB data to readable format
    N narasingubhanu

    when i extracted BLOB data from database i can see like this in my word doc. how to convert it to readable format? o � 8 A+ ¬ 2 e � o � ¬ 2 e o � Cleveland, OH : & + & % / . H F 2 e ( o � �) � o ' �� � �� � @ Garamond - 2 2 � P o � Management Trainee ProgramZ 0 7 0 6 / S /

    C# database tutorial question

  • VS2005 Build order problem
    N narasingubhanu

    HI, I have Visual studio 2005 on WIn7 system. Project dependencies and Buildorder everything is in place and correct. But it is not Building according to build order correctly when doing clean and Rebuild. I checked with other win7 sytem it is doing properly there. Any thoughts.

    C / C++ / MFC csharp visual-studio help discussion

  • Receiving double value differently
    N narasingubhanu

    I am assigning double like this double i = 3.34; am getting value into i is 3.3399999999999 if i assign double j = 6.24; am getting value intio j is 6.240000000002 any reason?

    C / C++ / MFC question

  • Create iwebbrowser2 in protected mode
    N narasingubhanu

    Ya i saw those links and created medium integrity process but it didn't work. i heard about COM broker process Any idea about this? i didn't get any example code for creating broker process for IE protected mode

    ATL / WTL / STL tutorial question

  • Create iwebbrowser2 in protected mode
    N narasingubhanu

    >How to create iwebbrowser2 in protected mode? i have requirement that i have to create IE in protected mode and invoke one url

    ATL / WTL / STL tutorial question

  • IWebBrowser2::Navigate2 problem with IE8 on Win7
    N narasingubhanu

    Thanks for suggession. if you want compelte problem here it is I am printing htnl doc from url. In xp with out opening new IE browser we will get file save dialog while printing the doc File save dialog opens at m_pBrowser->ExecWB(OLECMDID_PRINT,OLECMDEXECOPT_DONTPROMPTUSER,&noArg,&noArg); at this point if you press Alt+tab you can see IE icon. but in Win 7 directly opening IE window at Navigate2 function

    C / C++ / MFC help

  • IWebBrowser2::Navigate2 problem with IE8 on Win7
    N narasingubhanu

    HRESULT hret = m_pBrowser->Navigate2(varURL,&varFlag,&vFrame,&noArg,&noArg); I passed browser constants and frame also but still its opening in new window and if i call any browser function after that its crashing ex:m_pBrowser->get_Busy(&bBusyFlag); //crash application

    C / C++ / MFC help

  • IWebBrowser2::Navigate2 problem with IE8 on Win7
    N narasingubhanu

    I tried a lot on this but couldn't able to resolve this Can any one help?

    C / C++ / MFC help

  • IWebBrowser2::Navigate2 problem with IE8 on Win7
    N narasingubhanu

    Creating webbrowser as below

    hret=CoCreateInstance(clsid,NULL,CLSCTX_ALL,IID_IUnknown
    ,reinterpret_cast<void**>(&m_pUnknown));

    hret=m_pUnknown->QueryInterface(IID_IWebBrowser2,(PVOID *)&m_pBrowser);
    ASSERT(SUCCEEDED(hret));

    but when i say HRESULT hret = m_pBrowser->Navigate2(varURL,&noArg,&noArg,&noArg,&noArg); its opening new IE window on WIn7. But in Xp sys its not happening like that. I dont want to open new IE window Any one has any idea why it is opening on new IE window on Win7

    C / C++ / MFC help
  • Login

  • Don't have an account? Register

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