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

Abhi Lahare

@Abhi Lahare
About
Posts
241
Topics
85
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to disable warning popup in ActiveX
    A Abhi Lahare

    I assume you need to implement IPropertyBag2 interface to get rid of activeX warning. I did it long time ago. don;t remember the details as of now. HTH.

    ATL / WTL / STL com tutorial question

  • QUERY: How to control external exe & read it's process details
    A Abhi Lahare

    andwan0 wrote:

    Does anyone know how to execute an external program

    CreateProcess[^]

    C / C++ / MFC database tutorial question

  • right-click on windows taskbar
    A Abhi Lahare

    Try this[^] sample app , you may able to right click on the menu items HTH

    C / C++ / MFC linux

  • What is Name of my process
    A Abhi Lahare

    Here [^]is the link on how to get list of all process.

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

  • Error 2248: cannot access protected member declared in CWinapp
    A Abhi Lahare

    what you are trying to achieve?

    C / C++ / MFC help c++ windows-admin

  • [Win32]Set bitmap to button
    A Abhi Lahare

    What is the return value of LoadBitmap function?

    C / C++ / MFC graphics question

  • Routing Enter/Return key press to a Dialog
    A Abhi Lahare

    HTH KeyBoard Hooks[^] on side note, you are making your system unstable by using hooks. and as inputs from others posters you are changing default functionality of other application.

    C / C++ / MFC c++ question

  • Routing Enter/Return key press to a Dialog
    A Abhi Lahare

    Use Keyboard hooks.

    C / C++ / MFC c++ question

  • internationalisation
    A Abhi Lahare

    as far on windows box, all the arabic strings was acceptable to client. we have other hardware were standard font file did not work as desired and gave us a good amount of trouble. sorry I do not remember the details it was a long back 6 yrs back :) In case of Japanese and Chinese ( in different project ) we build a whole set of dialog boxes with different fonts for once user select the input language. The default (FONT 8, "MS Sans Serif") for us do not rendered the Japanese character. HTH

    C / C++ / MFC question c++ discussion

  • Temporary disable text edit change event? [solved]
    A Abhi Lahare
    1. Yes, if you sent a specfic format ( like only numbers) to the sql 2) The best way is to use different control to be safer side, since this will avoid problems down the road. HTH
    C / C++ / MFC database help question

  • internationalisation
    A Abhi Lahare

    few additional points. 1) reading style ( right to left or left to right ) most of the is taken care 2) The language script may be same in two different languages but the way its words are interpreted may be different 3) On Windows dialog specially, you have to use different dialog template since the default fonts may not render character of UI in a given language. We face this problems in past, for Japanese font and we have to create a whole new set of dilaog boxes to maintain same look and feel of application throughout the running lifetime of application. 4) The size of executable.and code base itself, If your code works on special hardware ( like Credit card devices where limited amount of memory is available) This could be a huge problem HTH

    C / C++ / MFC question c++ discussion

  • Two suns - help me out here :)
    A Abhi Lahare

    If I remember correctly it was a year back this news was floating all over web. I come across this[^] site which verifies any hoax. HTH

    The Lounge help php com question

  • Identifying a currently running application
    A Abhi Lahare

    If I read your correctly, the name of mutex should be unique ,pass some unique string while creating first instance of app1,app2 and so on. the reason you are getting problem you are using the same mutex name for all the application. HTH

    C / C++ / MFC c++ question lounge

  • accessing the document object model of any window in win32 api or .net
    A Abhi Lahare

    Your requirement is quite huge, for Browsers you can Look for Browser Helper Objects ( BHO ) for IE you can get started with Popup Window Blocker[^] article. XPCOM for Mozilla browsers. On taskbar, start button and tray button, I am not sure what is the intention of developing such application. MSAA[^] can give you some idea. HTH

    C / C++ / MFC csharp javascript html json question

  • accessing the document object model of any window in win32 api or .net
    A Abhi Lahare

    The question is little bit confusing, Are you looking to access the HTML page from IE window and trying to read the HTML tag?

    C / C++ / MFC csharp javascript html json question

  • Send a Message to a Window programmatically
    A Abhi Lahare

    Probably you need to get IWebBrowser2 [^] Interface and then from there you need to figure it out how to get window handle you are looking for. I hope there is only one "IFrame" Window in the Spy++.

    C / C++ / MFC question

  • Word 2010 automation
    A Abhi Lahare

    Thanks Tim, I am missing Microsoft.Office.Interop.Word in MSVC 2005, COM assembly listing.Google did not gave me any good results.

    C# csharp testing collaboration tools

  • Word 2010 automation
    A Abhi Lahare

    What reference assembly I need to add to achieve word automation, a week back sysadmin install office 2010 bundle. Though I do not use C# at my work. and haven't code since last 3 yrs. I am trying to code some internal utilities for team and myself. TIA

    C# csharp testing collaboration tools

  • How can I override or customize the delete confirmation dialog in Windows?
    A Abhi Lahare

    You also try systemwide Keyboard hook.Here are few CP articles you can take a look API hooking revealed[^] Mouse and KeyBoard Hooking utility with VC++[^] HTH

    C / C++ / MFC question

  • App Launch Crash
    A Abhi Lahare

    In addition to what others suggested, please make sure all the dependent files ( lib and dll) are located by your installer app. Hope this helps

    C / C++ / MFC csharp c++ visual-studio 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