wtl81 | 9 Jun 2010 13:41
Picon
Favicon

How to change the CDialogResize drag icon or remove it in WTL8.1 from VS2008?

Hi heros,

My dialog bgcolor is white , the WTL8.1's drag icon is different from the WTL7, I want to change it like WTL7's 
appearance or remove it ,how can do i this?

thank you in advance,

vin

------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/wtl/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/wtl/join
    (Yahoo! ID required)

<*> To change settings via email:
    wtl-digest@... 
    wtl-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    wtl-unsubscribe@...

(Continue reading)

robin_debnath | 15 Jun 2010 08:14
Picon
Favicon

Windows 7 touch development?

Hi Members,

Can someone point me if there is any progress in WTL wrt new Windows 7 touch features?

If there any ongoing development I would like to contribute as well :)
If there is none, then we can think of writing some.

-
Robin

------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/wtl/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/wtl/join
    (Yahoo! ID required)

<*> To change settings via email:
    wtl-digest@... 
    wtl-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    wtl-unsubscribe@...
(Continue reading)

addicted2freefall | 15 Jun 2010 11:29
Picon
Favicon

Re: Windows 7 touch development?

Hi Robin,
I'm not certain if W7 touch features are implemented in the latest WTL.  

The WTL project is hosted on sourceforge: http://sourceforge.net/projects/wtl

Check out the support page, there's a link there for feature requests:
http://sourceforge.net/projects/wtl/support

I'm sure from there, you can get in touch with the developers and perhaps contribute!

Best of luck!

--- In wtl@..., "robin_debnath" <robin_debnath <at> ...> wrote:
>
> Hi Members,
> 
> Can someone point me if there is any progress in WTL wrt new Windows 7 touch features?
> 
> If there any ongoing development I would like to contribute as well :)
> If there is none, then we can think of writing some.
> 
> -
> Robin
>

------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
(Continue reading)

addicted2freefall | 21 Jun 2010 12:02
Picon
Favicon

WTL 8.1 AppWizard for VS2010

There's currently no AppWiz include script for WTL 8.1 / Visual Studio 2010.

I modified the setup90x.js file to work for VS2010, but when I create a project, VS2010 returns a messagebox
saying "File name or class name not found during Automation operation".

Project creation fails.

Currently, the only way I know to create a WTL project for use on VS2010 is to create it with VS2008 or earlier,
then open the project in VS2010, and  upgrade the project.

I found a blog post relating to this issue, where someone had stated that "For Visual Studio 2010, the Visual
Studio team (apparently) dropped the C++ 'Tools\options\Projects and Solutions\C++ Directories'
which is where you would normally include the WTL include directories (WTL\Include) and moved it into the
individual project settings. Given this, I have yet to been able to get the WTL wizards to work with VS 2010
as they cannot find the WTL directories. 

What might work, though, is copying the WTL files into the VS 2010 directories. Of course, a newer version of
WTL would have to be handled the same so this would really be a hack."

Has anyone had any further success with this issue, or know of a workaround?

------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/wtl/

<*> Your email settings:
    Individual Email | Traditional
(Continue reading)

dennisyjiang | 22 Jun 2010 22:33
Picon

Resource leaking in CFileDialog?

I am using WTL 8.1 on Windows 7. First time when a CFileDialog is created by 
DoModal() and then canceled, the handle count increases by 141 and GDI object 
count increase by 10. Each subsequent DoModal and cancel operation results in a 
handle increase of at least 2 or GDI object increase of at least 1.

Eventually, my menu and dialog will refuse to show.

Is this bug in WTL?

------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/wtl/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/wtl/join
    (Yahoo! ID required)

<*> To change settings via email:
    wtl-digest@... 
    wtl-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    wtl-unsubscribe@...

(Continue reading)

Timo Kunze | 24 Jun 2010 19:04
Picon
Picon

Re: Resource leaking in CFileDialog?

It's either a faulty shell extension or just the normal caching that the
Windows shell is doing.

Timo
-- 
www.TimoSoft-Software.de - Unicode controls for VB6
"Those who sacrifice freedom for safety deserve neither."
"Demokratie ist per Definition unsicher. Ihr Schutz entsteht aus der
Überzeugung, dass die demokratischen Kräfte überwiegen und sich – auf
demokratischem Wege – durchsetzen."

------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/wtl/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/wtl/join
    (Yahoo! ID required)

<*> To change settings via email:
    wtl-digest@... 
    wtl-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
(Continue reading)

arasakumaran | 25 Jun 2010 18:18
Picon
Favicon

Owner Data ListView Ctrl failing to insert column in Vista

I am having a problem with a listview control. It works fine in XP (the development machine), but fails in a
Vista machine (where I do not have the development environment).

It is a report style listview control and is Owner data.  It is an SDI application where the Main window
creates the listview. The step to insert column fails in the vista computer. I have included the code where
the styles etc. is defined (omitted rest of the class).  Any help is appreciated.
..

typedef CWinTraits<
WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | WS_CLIPCHILDREN |LVS_OWNERDATA|
LVS_REPORT  | LVS_SHAREIMAGELISTS | LVS_NOCOLUMNHEADER,WS_EX_CLIENTEDGE|
LVS_EX_DOUBLEBUFFER|LVS_EX_FLATSB|LVS_EX_FULLROWSELECT> CMyListViewWinTraits;

template< class T, class TBase = CListViewCtrl, class TWinTraits = CMyListViewWinTraits >
class CMyListCtrlT : public CWindowImpl<T, TBase,TWinTraits>
{
public:
	DECLARE_WND_SUPERCLASS(NULL, TBase::GetWndClassName())
	typedef CWindowImpl<T, TBase,TWinTraits> baseClass;
	typedef CMyListCtrlT<T, TBase,TWinTraits> thisClass;

	CMyListCtrlT(): m_bMiniVersion(false)
	{
	}
	void _Init(bool bMini = false)
	{
		T* pT = static_cast<T*>(this);
		m_bMiniVersion = bMini;
		_ASSERTE(pT->GetWindowLong(GWL_STYLE) & LVS_REPORT);
		_ASSERTE(pT->GetWindowLong(GWL_STYLE) & LVS_OWNERDATA);
(Continue reading)

arasakumaran | 25 Jun 2010 19:31
Picon
Favicon

Re: Owner Data ListView Ctrl failing to insert column in Vista


Just a follow up.  If I change one thing (remove the LVS_REPORT from the style ), both the XP and the Vista
machines show the listview properly in the icon format.

So, How do I correctly set it up so that I can see a Report style list view contril in Vista?

--- In wtl@..., "arasakumaran" <arasakumaran <at> ...> wrote:
>
> I am having a problem with a listview control. It works fine in XP (the development machine), but fails in a
Vista machine (where I do not have the development environment).
> 
> It is a report style listview control and is Owner data.  It is an SDI application where the Main window
creates the listview. The step to insert column fails in the vista computer. I have included the code where
the styles etc. is defined (omitted rest of the class).  Any help is appreciated.
> ..
> 
> typedef CWinTraits<
> WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | WS_CLIPCHILDREN |LVS_OWNERDATA|
> LVS_REPORT  | LVS_SHAREIMAGELISTS | LVS_NOCOLUMNHEADER,WS_EX_CLIENTEDGE|
> LVS_EX_DOUBLEBUFFER|LVS_EX_FLATSB|LVS_EX_FULLROWSELECT> CMyListViewWinTraits;
> 
> template< class T, class TBase = CListViewCtrl, class TWinTraits = CMyListViewWinTraits >
> class CMyListCtrlT : public CWindowImpl<T, TBase,TWinTraits>
> {
> public:
> 	DECLARE_WND_SUPERCLASS(NULL, TBase::GetWndClassName())
> 	typedef CWindowImpl<T, TBase,TWinTraits> baseClass;
> 	typedef CMyListCtrlT<T, TBase,TWinTraits> thisClass;
> 
> 	CMyListCtrlT(): m_bMiniVersion(false)
(Continue reading)

ruben rivas | 27 Jun 2010 03:40
Picon
Favicon

Re: WTL 8.1 AppWizard for VS2010

Hi,

I read the following article and I can include as default the WTL Library.

http://blogs.msdn.com/b/vsproject/archive/2009/06/23/inherited-properties-and-property-sheets.aspx

Currently WTL 8.1 works in my PC.

Thanks

Ruben

________________________________
From: addicted2freefall <addicted2freefall@...>
To: wtl@...
Sent: Mon, June 21, 2010 5:02:14 AM
Subject: [wtl] WTL 8.1 AppWizard for VS2010

  
There's currently no AppWiz include script for WTL 8.1 / Visual Studio 2010.

I modified the setup90x.js file to work for VS2010, but when I create a project, VS2010 returns a messagebox
saying "File name or class name not found during Automation operation".

Project creation fails.

Currently, the only way I know to create a WTL project for use on VS2010 is to create it with VS2008 or earlier,
then open the project in VS2010, and  upgrade the project.

I found a blog post relating to this issue, where someone had stated that "For Visual Studio 2010, the Visual
(Continue reading)

addicted2freefall | 27 Jun 2010 17:16
Picon
Favicon

Re: WTL 8.1 AppWizard for VS2010

Hi Ruben,
thanks for your response (it's kinda quiet around here!)   

I have no problems working with existing projects (that have been created in VS2008), but what I'm
interested in is getting the WTL wizards working in VS2010, so that I can create projects using the
familiar WTL wizards.

These are very useful for generating the basic structure of a many different project types - dialog apps,
SDI apps, MDI apps etc..

--- In wtl@..., ruben rivas <rudrivas <at> ...> wrote:
>
> Hi,
> 
> I read the following article and I can include as default the WTL Library.
> 
> http://blogs.msdn.com/b/vsproject/archive/2009/06/23/inherited-properties-and-property-sheets.aspx
> 
> Currently WTL 8.1 works in my PC.
> 
> Thanks
> 
> Ruben
> 
> 
> 
> ________________________________
> From: addicted2freefall <addicted2freefall <at> ...>
> To: wtl@...
> Sent: Mon, June 21, 2010 5:02:14 AM
(Continue reading)


Gmane