473,395 Members | 1,488 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Microsoft Dynamic AX

I've seen the microsoft product (microsoft dynamic AX). it really impressed
me cause it looks like windows form, but it is web form (run on IE). it
hidden menubar, toolbar and everything on IE menu, and create the menubar
with own menu design. how to hide the menubar, toolbar and everything on IE
that without create a new window ? and how to design the look and feel IE
just like ordinary windows form ?

thanks
Sep 10 '06 #1
5 1826

"Seth Bourne" <se*****@yahoo.comwrote in message
news:uK**************@TK2MSFTNGP06.phx.gbl...
I've seen the microsoft product (microsoft dynamic AX). it really
impressed me cause it looks like windows form, but it is web form (run on
IE). it hidden menubar, toolbar and everything on IE menu, and create the
menubar with own menu design. how to hide the menubar, toolbar and
everything on IE that without create a new window ? and how to design the
look and feel IE just like ordinary windows form ?

thanks

Sep 10 '06 #2
Seth,

With the current window you can't make the addres bar, tool bar, etc,
disappear. You can only do that to a new window that you are opening. That
new window can then close the old window... so you can sort of fake it.

To make a web application look like a rich client application is possible...
it just takes considerable design effort with the HTML. Getting it to work
on different browsers can be challenging, and the look/feel could change
(opera has "wierd" buttons).

All in all doable... but a lot of work.

Regards,

Rob MacFadyen

"Seth Bourne" <se*****@yahoo.comwrote in message
news:uK**************@TK2MSFTNGP06.phx.gbl...
I've seen the microsoft product (microsoft dynamic AX). it really
impressed me cause it looks like windows form, but it is web form (run on
IE). it hidden menubar, toolbar and everything on IE menu, and create the
menubar with own menu design. how to hide the menubar, toolbar and
everything on IE that without create a new window ? and how to design the
look and feel IE just like ordinary windows form ?

thanks

Sep 10 '06 #3
"Rob MacFadyen" <rmacfadyen_at_gmail.comwrote in message
news:OM****************@TK2MSFTNGP06.phx.gbl...
To make a web application look like a rich client application is
possible... it just takes considerable design effort with the HTML.
Getting it to work on different browsers can be challenging, and the
look/feel could change (opera has "wierd" buttons).
And neither Safari nor Camino uses styles (either inline or CSS) at all when
rendering buttons!
All in all doable... but a lot of work.
And a total waste of time and effort. What possible benefit could there be
in making a WebForm look like a WinForm?
Sep 10 '06 #4
i try to use HTML Application (HTA). it worked, it hide menubar, toolbar
adressbar. but it lose the power of asp.net, cause.. it is simply HTML which
is more complicated programming than ASP.NET as well. is it the right
solution for my problem ?

thanks
"Rob MacFadyen" <rmacfadyen_at_gmail.comwrote in message
news:OM****************@TK2MSFTNGP06.phx.gbl...
Seth,

With the current window you can't make the addres bar, tool bar, etc,
disappear. You can only do that to a new window that you are opening. That
new window can then close the old window... so you can sort of fake it.

To make a web application look like a rich client application is
possible... it just takes considerable design effort with the HTML.
Getting it to work on different browsers can be challenging, and the
look/feel could change (opera has "wierd" buttons).

All in all doable... but a lot of work.

Regards,

Rob MacFadyen

"Seth Bourne" <se*****@yahoo.comwrote in message
news:uK**************@TK2MSFTNGP06.phx.gbl...
>I've seen the microsoft product (microsoft dynamic AX). it really
impressed me cause it looks like windows form, but it is web form (run on
IE). it hidden menubar, toolbar and everything on IE menu, and create the
menubar with own menu design. how to hide the menubar, toolbar and
everything on IE that without create a new window ? and how to design the
look and feel IE just like ordinary windows form ?

thanks


Sep 10 '06 #5
There is a lot of benefit could be found, such as GridView from Windows Form
is 'mouse less' than GridView from Web form.
how to make the GridView mouse less for Web Form ?

Thanks
"Mark Rae" <ma**@markNOSPAMrae.comwrote in message
news:eW**************@TK2MSFTNGP04.phx.gbl...
"Rob MacFadyen" <rmacfadyen_at_gmail.comwrote in message
news:OM****************@TK2MSFTNGP06.phx.gbl...
>To make a web application look like a rich client application is
possible... it just takes considerable design effort with the HTML.
Getting it to work on different browsers can be challenging, and the
look/feel could change (opera has "wierd" buttons).

And neither Safari nor Camino uses styles (either inline or CSS) at all
when rendering buttons!
>All in all doable... but a lot of work.

And a total waste of time and effort. What possible benefit could there be
in making a WebForm look like a WinForm?

Sep 12 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Puneet Jain | last post by:
I am tryin to use Microsoft Works Wordprocessor from Python After generating the .py module from the type library using makepy utility, I runt he following commands, >>> from win32com.client...
10
by: Darren | last post by:
OK, I'm trying to understand the need for this. If I understand correctly without this anyone can reverse engineer and obtain the source code of my application - is this correct? And this tool will...
25
by: Nainto | last post by:
I came across this link today. http://tinyurl.com/9c7ta It seems Microsoft is getting involved with Python. What do you think of it? Is it any good? Anything to worry about? -- Zach
0
by: Pascal Costanza | last post by:
Dynamic Languages Day @ Vrije Universiteit Brussel ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Monday, February 13, 2006, VUB Campus Etterbeek The VUB (Programming Technology Lab,...
7
by: clintonG | last post by:
To all Microsoft partners and customers who have been unable to download recently or access ASP.NET documentation from the msdn2 website and for all of those customers who have been lied to and...
6
by: Giulio Petrucci | last post by:
Hi there, as I need to share a .NET context with a JavaScript context and I can't re-write Rhino in C# ;-) I'trying to understand something about the Microsoft.JScript namespace, but - really -...
28
by: sturlamolden | last post by:
On Monday Microsoft announced a new runtime for dynamic languages, which they call "DLR". It sits on top of the conventional .NET runtime (CLR) and provides services for dynamically typed...
1
by: TigerH | last post by:
hi - im running xp sp2 and i think my IIS is running ok too, i also am running SQL 2005 on my machine and every time i try running my dynamic web page to connect to MS Acccess database i get the...
5
by: bearophileHUGS | last post by:
I often use Python to write small programs, in the range of 50-500 lines of code. For example to process some bioinformatics data, perform some data munging, to apply a randomized optimization...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.