473,569 Members | 2,759 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 7686
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.Reflecti on 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="Micros oft Visual Studio .NET 7.1">
<meta name="CODE_LANG UAGE" content="Visual Basic .NET 7.1">
or
<meta name="CODE_LANG UAGE" Content="C#">
<meta name=vs_default ClientScript content="JavaSc ript">
<meta name=vs_targetS chema
content="http://schemas.microso ft.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******** ********@TK2MSF TNGP10.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
3295
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 correctly is: lhsTreeview - Dock = Fill, Anchor = Top,Left splitter - Dock = Right rhsPanel - Dock = Right, Anchor = Top,Left
3
2854
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 a four-way-splitter control? Regards, Andre Loker
1
22685
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 to have a splitter that will allow me to hide the datagrid either the one on top half or the one on the bottom half. I am going thru this, but...
3
6015
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
8088
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 Left, Panel on right of form w/ Dock set to Fill, Splitter between them set w/ Dock set to Left. Works as advertised. But... if I change to have...
0
1110
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 now calls splitter.bringToFront (because I donot want the pictures to hide it), canitcause to problems in the mainForm 'docking order' ?
5
2314
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 has a horizontal splitter, which the user can use to resize the panel when it is expanded. I would like to save the height of the panel when the user...
2
3121
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 Columns ( 2 panels, with 1 splitter between them)
2
2096
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 #--------------------------------------------------------------------------- class MySplitter(wx.SplitterWindow): def __init__(self, parent, ID, log): ...
1
6049
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) that portion of the form is reduced in size by about 90% (I want to shrink this area of the of the form). The splitter doesn't appear to have...
0
7698
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7612
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7970
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6284
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5513
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5219
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3653
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3640
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2113
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.