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
S

Sidney Chong

@Sidney Chong
About
Posts
23
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • internationalization in ATL/WTL apps
    S Sidney Chong

    Sorry. My bad. I've managed to find my problem - it has to do with FreeLibrary getting called by a class destructor even before my dialog was displayed :( On a related note, anyone have experience using InitMUILanguage to change the language of the common controls? I just tried it with the French Language ID (0x0c0c) on a US English XP but its not working. I'm wondering if its due to : 1) my system not having the French language installed? (not likely as I'm under the impression that the default US English Windows XP includes most European language support) 2) I read in a newsgroup that InitMUILanguage must be called before AtlInitCommonControls? (I can't even find AtlInitCommonControls in my code!) Any advice is much appreciated! -------------------------------------------- Need help with your spelling in the forum? Check out ieSpell, spell checker addon for Internet Explorer.

    ATL / WTL / STL c++ com help question learning

  • IE7 breaking your app?
    S Sidney Chong

    Hi all, Recently I got to download and try out my app in the latest IE7 beta. Everything works fine except for a minor UI glitch - my control manipulates the DOM but apparently, the doc does not refresh until its forced to redraw due to some user actions (e.g. moving a window over it, etc). Being a perfectionist ;P, I tried to fix them from within my app by posting a WM_PAINT message to the doc to force the redraw. Well, it works for most cases EXCEPT if the contents being manipulated is in a DIV tag. *bummer* :doh: This "written from scratch" browser better make good on its promise on security for causing me so much grief! :mad: Ok, enough gripe. :laugh: Anyone else having problems with this new browser update? -------------------------------------------- Need help with your spelling in the forum? Check out ieSpell, spell checker addon for Internet Explorer. -- modified at 4:54 Monday 27th March, 2006

    Web Development help html com design security

  • internationalization in ATL/WTL apps
    S Sidney Chong

    Hi all, Recently I began work localizing my apps. My source of reference is the satdll sample found in MSDN (based on MFC however). I'm using _Module.SetResourceInstance() to point the app to my external resource dll and it seems to work as my built-in resouces are no longer used. However, the trouble is my new resources in the dll is not showing up as well (all my dialogs are skipped and message strings appear empty). I've made sure that my resource IDs are the same but I've set the language attribute to something other than English (e.g. my french res dll will have all resources specified as French (France)). Any advise/pointers is much appreciated. Cheers Sidney -------------------------------------------- Need help with your spelling in the forum? Check out ieSpell, spell checker addon for Internet Explorer.

    ATL / WTL / STL c++ com help question learning

  • VS.Net IDE ask to rebuild on every run...
    S Sidney Chong

    I get this problem too... it actually started with VS 6.0. I basically gave up and just accepted the extra click :( -------------------------------------------- Need help with your spelling in the forum?
    Check out ieSpell, THE spell checker addon for Internet Explorer.

    Visual Studio visual-studio csharp question

  • Problems with my webhosts
    S Sidney Chong

    If you are thinking of dumping your current webhost, might I suggest that you consider eFacilitatorsCom. Its a small outfit (I think) based in the States and they are not only know their stuff but repond very quickly as well. I know cuz they helped me out more than once. (For my story, check out the news section on my website. Cheers Sidney -------------------------------------------- Having troubles with spelling in your webforums/webmails/blogs?
    Then check out ieSpell, the free spell checker addon for Internet Explorer.

    The Lounge com hosting help

  • FYI: [iespell] Ann: New version 0.9.1 (build 79) beta released.
    S Sidney Chong

    Todd Smith wrote: BTW what did you use to implement the spell checking? The spell checking is implemented using a modified version of the metaphone algorithm by Lawrence Philips. Todd Smith wrote: Is there an open source dictionary available? Do u mean dictionary as in with definitions or just a word list? I came across a couple of open src or free dictionaries while researching into this project such as the one by the DICT development group, or WordNet. As for wordlist, u can find a bunch of them here -------------------------------------------- Having troubles with spelling in your webforums/webmails?
    Then check out ieSpell, the freeware spell checker addon for Internet Explorer.

    The Lounge help announcement com beta-testing discussion

  • FYI: [iespell] Ann: New version 0.9.1 (build 79) beta released.
    S Sidney Chong

    Todd Smith wrote: Is it possible to make the spell checker non-modal? I've thought abt that one. Its slightly more complicated than a modal scenario due to the state management. Moreover, I figured I should start with something simple to test the market first. -------------------------------------------- Having troubles with spelling in your webforums/webmails?
    Then check out ieSpell, the freeware spell checker addon for Internet Explorer.

    The Lounge help announcement com beta-testing discussion

  • FYI: [iespell] Ann: New version 0.9.1 (build 79) beta released.
    S Sidney Chong

    Just a FYI that this problem has been fixed in release v0.9.1 (build 99) Cheers Sidney -------------------------------------------- Having troubles with spelling in your webforums/webmails?
    Then check out ieSpell, the freeware spell checker addon for Internet Explorer.

    The Lounge help announcement com beta-testing discussion

  • Just like to say welcome!!
    S Sidney Chong

    Coming soon to a browser near u - auto-correct and check-as-you-type! Well, those are planned features. Lemme get the multi-dict and options out of the way first. Plus I wanna check the stability on a wider install base before moving onto more "advanced" features. Cheers Sidney -------------------------------------------- Having troubles with spelling in your webforums/webmails?
    Then check out ieSpell, the freeware spell checker addon for Internet Explorer.

    The Lounge

  • Just like to say welcome!!
    S Sidney Chong

    Well Colin, if u had installed the IE spell checker plugin, you would have caught it already. ;P Cheers Sidney ****Colin Davies wrote: Brian Delahunty wrote: Guinness [two n's] You are correct, but maybe it depends on how much you have been drinking. Regardz Colin J Davies -------------------------------------------- Having troubles with spelling in your webforums/webmails?
    Then check out ieSpell, the freeware spell checker addon for Internet Explorer.

    The Lounge

  • FYI: [iespell] Ann: New version 0.9.1 (build 79) beta released.
    S Sidney Chong

    This is a bug. It occurs when you activate iespell in a spawned window (using ctrl-N). If you move the iespell's dialog around the window alittle + click anywhere inside IE's window, IE will start redrawing again. May take awhile for me to fix this cuz I'm still trying to figure out what exactly caused this behaviour. Cheers Sidney -------------------------------------------- Creator of ieSpell - a free Spell checker for Internet Explorer http://www.freewebz.com/iespell

    The Lounge help announcement com beta-testing discussion

  • FYI: [iespell] Ann: New version 0.9.1 (build 79) beta released.
    S Sidney Chong

    Noted. Will do so accordingly in the near future. BTW, I didn't know that such a section existed cuz I've always assumed CodeProject to be a source for coding tips and guides! Cheers Sidney -------------------------------------------- Creator of ieSpell - a free Spell checker for Internet Explorer http://www.freewebz.com/iespell

    The Lounge help announcement com beta-testing discussion

  • FYI: [iespell] Ann: New version 0.9.1 (build 79) beta released.
    S Sidney Chong

    Just a FYI for you guys using the iespell on this forum. Btw, I have set up a discussion forum over at yahoo groups for discussing bug reports, feature requests or simply to get updates on new releases. So if you are keen, please sign up at http://groups.yahoo.com/group/iespell/join. Some support would be appreciated :) Cheers Sidney <---- update details start ----> A new version of iespell is available now. You can get it at http://www.freewebz.com/iespell Changes in this version: Main enhancement in this release is the ability to handle documents with frames. This will fix the problems some users are having when using web mails/forums that use frames (such as yahoo mail). This release also fixed the problem of highlighting partial or incorrect words on the page (the word being checked by the spell checker is correct though). Another cosmetic change involved the use of "Tahoma" font instead of "MS Sans Serif" font by the dialog boxes so that they look better on XP systems with ClearType turned on. As always, suggestions and bug reports are greatly appreciated. <---- update details end ---->

    The Lounge help announcement com beta-testing discussion

  • Disabling IE customizations (RE:Popups? No, OOKA OOKA!)
    S Sidney Chong

    FYI, the group policy editor exist only in the pro version of XP. Home version owners don't get it :((

    The Lounge wpf com question workspace

  • Spell checker addon for IE anyone?
    S Sidney Chong

    Hi guys, Awhile back (actually quite awhile back), someone (with particularly bad spelling, u know who u r ;p) was complaining abt not having a spellcheck utility on CodeProject. Well, I had a bit of free time recently and since Chris still hasn't managed to get around implementing one, I figured that a spell checker browser extension would be a nifty tool to have. And since its a client-side solution, its much faster than a server-side implementation, plus u get to use it (together with a single personal wordlist) across all ur forums and webmails! This is an early beta release; Since I got the idea here, I figured I should let u guys have the first crack at it. Oh, I just got started on creating the website for it so apologies for the lack of info and broken links on the site. ok, enuff said.. get it at http://www.freewebz.com/iespell.

    The Lounge com sysadmin beta-testing tools question

  • XP Notification Area
    S Sidney Chong

    Hmm... Could it be you have installed the version for left handers? ;P

    The Lounge tutorial question

  • Starwars.... in ascii!
    S Sidney Chong

    Hi guys, check out this 2 remakes of the classic STARWARS. man, some people just have too time on their hands....;P http://www.theregister.co.uk/content/28/23154.html

    The Lounge html

  • left over IDC_ values in resource.h
    S Sidney Chong

    You might want to try this handy addin by Andy Metcalfe: http://www.codeproject.com/macro/resorg.asp It may help to solve your resource id woes. :) Cheers

    C / C++ / MFC tools question learning

  • Combo Box Problem
    S Sidney Chong

    Yes you are allowed to call other functions in those methods. But note that in your particular case, you should be using OnInitDialog instead of OnInitInstance -- sample pulled from MSDN -- IMPT NOTE: Remember to call the base class' OnInitDialog as shown in the sample!!

    // MyDialog.cpp
    #include "MyDialog.h"

    BOOL CMyDialog::OnInitDialog()
    {
    //call the base implementation first!
    CDialog::OnInitDialog();

    // TODO: Add extra initialization here
    m_cMyEdit.SetWindowText("My Name"); // Initialize control values
    m_cMyList.ShowWindow(SW_HIDE); // Show or hide a control, etc.

    return TRUE; // return TRUE unless you set the focus to a control
    // EXCEPTION: OCX Property Pages should return FALSE
    }

    C / C++ / MFC question help

  • Combo Box Problem
    S Sidney Chong

    Well, here's the problem... the control hasn't been created yet! MFC's UI classes are really wrappers around the Win32 equivalents. Having constructed the class does not imply that the corresponding controls have been created. So what you want to do is the following: (1) create a data member (a string or an array of strings maybe?) in your child dialog to hold the data thats going into the combo box. (2) set this data member after you have created the child dialog but before the call to DoModal (DUH!) (3) override OnInitDialog of the child dialog (or OnCreate if its not a dialog) to pass this data into the combo box using AddString or InsertString, whichever you prefer. --update-- Oh bugger, Masaaki beat me to it..... ;p my link sux! :mad:

    C / C++ / MFC question 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