473,503 Members | 2,166 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Splitter Bar

Hi,

My app is ASP .NET VB web application.

I want to add a splitter control on it ....much like the msdn library. I
have a treeviw on the left side. How can I do it ? I have searched in all
the usual places (gotdonet.com/ asp.net etc) but no luck.

Cheers
Rohit
Jul 21 '05 #1
6 7674
Cor
Hi Rohit,

As far as I can see Microsoft is not using .Net for the Microsoft Web.

There are some ASPX pages, but I doubt if it is dotnet, because they are
loaded with JavaScript and the normal .Net Headers are not there.

So you have to find out first what tool Microsoft uses.

Cor
Jul 21 '05 #2
Cor
Hi Rohit,
I have a better answer for you, in this newsgroup is this anouncment.
So why not join, (If it is not in the middle of the night for you).
Otherwise if you wise that and when I don't forgot it, I will ask it for
you?
Cor
================================================== =======
Join members of the Web Forms team to discuss how to make the most out of
your Web Forms applications written with Visual Basic .NET. Experts from
the development, testing, and documentation teams will be available to
answer your ASP.NET and Visual Basic questions.

Date:
October 7, 2003

Time:
1:00 - 2:00 P.M. Pacific time
4:00 - 5:00 P.M. Eastern time
20:00 - 21:00 GMT
21:00 - 22:00 BST
(For a list of local time zones relative to GMT, please see
http://msdn.microsoft.com/chats/timezones.asp.)

Outlook Reminder:
http://msdn.microsoft.com/chats/outl...rs/VB_Oct7.vcs

Location:
http://msdn.microsoft.com/chats (then click the name of the chat to enter
the chat room)

For more information about Visual Basic .NET, see
http://msdn.microsoft.com/vbasic/
To see a list of upcoming chats or set a reminder for this chat, see
http://msdn.microsoft.com/chats.
For archives of previous chats, see
http://msdn.microsoft.com/chats/recent.asp.

Thanks!
Jason Cooke
VB.NET Team
========
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use.
(c) 2003 Microsoft Corporation. All rights reserved.
================================================== ===
Jul 21 '05 #3
Will try and be there.

"Cor" <no*@non.com> wrote in message
news:3f**********************@reader20.wxs.nl...
Hi Rohit,
I have a better answer for you, in this newsgroup is this anouncment.
So why not join, (If it is not in the middle of the night for you).
Otherwise if you wise that and when I don't forgot it, I will ask it for
you?
Cor
================================================== =======
Join members of the Web Forms team to discuss how to make the most out of
your Web Forms applications written with Visual Basic .NET. Experts from
the development, testing, and documentation teams will be available to
answer your ASP.NET and Visual Basic questions.

Date:
October 7, 2003

Time:
1:00 - 2:00 P.M. Pacific time
4:00 - 5:00 P.M. Eastern time
20:00 - 21:00 GMT
21:00 - 22:00 BST
(For a list of local time zones relative to GMT, please see
http://msdn.microsoft.com/chats/timezones.asp.)

Outlook Reminder:
http://msdn.microsoft.com/chats/outl...rs/VB_Oct7.vcs

Location:
http://msdn.microsoft.com/chats (then click the name of the chat to enter
the chat room)

For more information about Visual Basic .NET, see
http://msdn.microsoft.com/vbasic/
To see a list of upcoming chats or set a reminder for this chat, see
http://msdn.microsoft.com/chats.
For archives of previous chats, see
http://msdn.microsoft.com/chats/recent.asp.

Thanks!
Jason Cooke
VB.NET Team
========
This posting is provided "AS IS" with no warranties, and confers no rights. You assume all risk for your use.
(c) 2003 Microsoft Corporation. All rights reserved.
================================================== ===

Jul 21 '05 #4
> loaded with JavaScript and the normal .Net Headers are not there.

Hi Cor, What .NET headers?

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit

" System.Reflection Master "

==== Converting to 2002 ====
Remove inline declarations
"Cor" <no*@non.com> wrote in message
news:3f**********************@reader20.wxs.nl...
Hi Rohit,

As far as I can see Microsoft is not using .Net for the Microsoft Web.

There are some ASPX pages, but I doubt if it is dotnet, because they are
loaded with JavaScript and the normal .Net Headers are not there.

So you have to find out first what tool Microsoft uses.

Cor

Jul 21 '05 #5
Cor
"Tom Spink"
loaded with JavaScript and the normal .Net Headers are not there.


This are the normal .Net headers for a webform

<head>
<title>WebForm1</title>
<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
or
<meta name="CODE_LANGUAGE" Content="C#">
<meta name=vs_defaultClientScript content="JavaScript">
<meta name=vs_targetSchema
content="http://schemas.microsoft.com/intellisense/ie5">
</head>
That is in every aspx.webform page.
And of course an url in a asp.net webform ends normaly with aspx, like an
old asp page ends with asp

Cor


Jul 21 '05 #6
Take a look at good, old fashioned basic HTML Frames. These will let you
split the page into multiple resizable areas.

If memory serves, you should be able to create a frameset within VS.NET as a
page template.

--
Regards

Tim Stephenson MCSD.NET
Charted MCAD & MCSD.NET Early Achiever
"Rohit Sharma" <lt*************@hotmail.com> wrote in message
news:ua****************@TK2MSFTNGP10.phx.gbl...
Hi,

My app is ASP .NET VB web application.

I want to add a splitter control on it ....much like the msdn library. I
have a treeviw on the left side. How can I do it ? I have searched in all
the usual places (gotdonet.com/ asp.net etc) but no luck.

Cheers
Rohit

Jul 21 '05 #7

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

Similar topics

7
3289
by: John | last post by:
Hi, I have a group of controls in a panel on the right-hand side of a splitter and a treeview on the left-hand side. The only configuration that I can find to make the right-hand side resize...
3
2851
by: Andre Loker | last post by:
Hi! For my current application I'm looking for a four-way-(cross) splitter control (as often seen in 3D-editors). The .NET Splitter-class is (IIRC) only a two-way splitter. Does anyone know such...
1
22682
by: Krish | last post by:
This is my first try with C# windows gui devlopment, is it correct to say that gui development in C# is windows forms. I would like to create a form with two sections, 2 datagrids, I would like...
3
6010
by: MFRASER | last post by:
How do I move the splitter inside of code. if(TypeA) { this.pnlHXMLList.Visible = false; this.splTop.is.Top = 65; } else
4
8082
by: BBM | last post by:
I'm trying to set up a form with two panels divided by a Splitter control. I can make the Splitter work in the situations described in the documentation (Listbox or TreeView on left w/Dock set to...
0
1101
by: Atara | last post by:
I have a mainPanel filled with leftPanel, splitter, rightPanel. all is working fine. I want to add some pictureBox at the edges of the mainPanel (sort of creating a graphic border) 1. If I...
5
2311
by: Sam | last post by:
Hi, I have a panel docked to the bottom of my form. This panel can be expanded vertically by clicking on a button. When the user click on the button again, the panel is then collapsed. The panel...
2
3116
by: Istvan | last post by:
Hello ....Window.Forms.... Can somebody help me with Panels and Splitters ? I want to add three Panels to one Usercontrol , between them with two movable Splitter. First Row: 2...
2
2094
by: eric dexter | last post by:
I am trying to steal this code from the wxpython demo but it appears that mb comes from nowhere and I am having errors because of it import wx ...
1
6024
by: JDeats | last post by:
I have a simple WinForm with a WinForms splitter down the middle. I would like to make it so when the user clicks on a button inside the left portion of the screen (the panel to the splitters left)...
0
7205
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
7093
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...
1
7008
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...
0
7467
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5594
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4688
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3177
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3168
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
746
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.