Donate Share

SmartWin++

Code

Programming Languages: C++

License: BSD License

Repositories

browse code, statistics svn co https://smartwin.svn.sourceforge.net/svnroot/smartwin smartwin

browse code, statistics, last commit on 2007-08-26 cvs -d:pserver:anonymous@smartwin.cvs.sourceforge.net:/cvsroot/smartwin login

cvs -z3 -d:pserver:anonymous@smartwin.cvs.sourceforge.net:/cvsroot/smartwin co -P modulename

Show:

What's happening?

  • Comment: Error in SmartUtil::RegKey::writeDword

    Nice one :) If you give me your SF username, I'll add you up as a writer to the repository so that you can change these kind of bugs yourself...

    2009-11-03 01:49:53 UTC by polterguy

  • Error in SmartUtil::RegKey::writeDword

    There is error in RegSetValueEx call: the 5th arg must be pointer, but we got DWORD which interpet like pointer solution: just add &.

    2009-11-02 22:05:22 UTC by nobody

  • Followup: RE: Another round of WinCE questions...

    Also you need to setup the textbox this way: WidgetTextBox::Seed textBoxCS; textBoxCS.style |= ES_MULTILINE | ES_WANTRETURN | ES_AUTOVSCROLL; itsText= createTextBox( textBoxCS );.

    2009-09-25 01:08:58 UTC by bdhc73a

  • Followup: RE: XP style widgets - howto?

    Hi: Have you tried OWLNext? https://sourceforge.net/projects/owlnext/ It supports XP themes, Unicode, Activex, OLE and other cool features. Best regards Sebastian.

    2009-08-26 20:48:32 UTC by sebas_ledesma

  • XP style widgets - howto?

    By default the widgets look like windows classic style. I would like them to be XP style. I read a post on this, suggesting to add some code to Application.cpp concerning common controls v 6.0.0.0. But I don't understand what to do exactly. Could anyone explain in a bit more detail what to do to get the widgets rendered XP style? Thanks a lot!

    2009-08-20 19:12:38 UTC by jheidenins

  • How to compile SW with Visual Studio 2008

    Hello, everybody, who can tell me how to compile SmartWin++ 2.0 with Visual Studio 2008? Best regards.

    2009-08-10 08:33:50 UTC by tomclinton

  • ABI changes in SmartWin++

    to control ABI changes in SmartWin++ may be used free ABI-compliance-checker. The wiki of this tool is http://ispras.linuxfoundation.org/index.php/ABI_compliance_checker.

    2009-08-08 23:30:24 UTC by andrey-moscow

  • Followup: RE: Buffered onPaint

    im doing everything like in WidgetMenuExtended.h :: DefaultMenuRenderer, but it BLINKS incredibly.

    2009-08-01 09:19:19 UTC by hinst

  • Buffered onPaint

    { onPaint(&MyW::dopaint) } void doPaint(Canvas & c) { How can i use BufferedCanvas there???? } thx.

    2009-07-31 18:14:54 UTC by hinst

  • Followup: RE: Another round of WinCE questions...

    oh... I should probably add that, when typing in the box, hitting the enter key does nothing.

    2009-07-02 15:27:24 UTC by rickynumber24

Our Numbers