AXForum  
Go Back   AXForum > Microsoft Dynamics AX > DAX Blogs
DAX
Forgotten Your Password?
Register Forum Rules FAQ Members List Today's Posts Search

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 09.09.2008, 17:05   #1  
Blog bot is offline
Blog bot
Участник
 
25,646 / 848 (80) +++++++
Join Date: 28.10.2006
msdynamicsax: Hide the content pane in Ax 2009
Источник: http://msdynamicsax.wordpress.com/20...ne-in-ax-2009/
==============


Have you ever noticed that you can’t press the x of the content pane in Ax 2009 in order to close it when you are in development mode?

Well…here’s a little job that hides it (and shows it again when needed)

static void hideContentPane(Args _args)
{
    #WinApi   
    HWND contentPane =  WinApi::findWindowEx(WinAPI::findWindowEx(infolog.hWnd(), 0, ‘MDIClient’, ”),0,’ContentFrame’,” );
;   
 
    if (contentPane)
        WinApi::ShowWindow(contentPane, #SW_HIDE);
        //Change to #SW_SHOWNORMAL when you want it back
}





Источник: http://msdynamicsax.wordpress.com/20...ne-in-ax-2009/
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.
Tags
интерфейс, ax2009

 

Similar Threads
Thread Thread Starter Forum Replies Last Post
msdynamicsax: Dynamics Ax 2009 SDK Blog bot DAX Blogs 0 13.08.2008 14:05
msdynamicsax: Upgrading a database from Ax 4.0 SP1 to Ax 2009 Blog bot DAX Blogs 1 13.08.2008 14:02
axStart: Microsoft Dynamics AX 2009 Hot Topics Web Seminar Series Blog bot DAX Blogs 0 06.08.2008 12:05
axcoder: How to hide Content Pane in Ax 2009 Blog bot DAX Blogs 0 02.07.2008 00:07
Arijit Basu: AX 2009 - Quick Overview Blog bot DAX Blogs 4 19.05.2008 14:47

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Рейтинг@Mail.ru
All times are GMT +3. The time now is 17:31.
Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Contacts E-mail, Advertising.