| "Disable" form to repaint it (VIP replies) |
| microsoft.public.dotnet.languages.csharp |
| Hi I have one question. How I can "disable" my form ? I want to change controls' setting on my form but I don't want repaint my form while I'm changing controls. Can I set off my repainting for form when I'm changing my controls ? Next I repaint my form when my controls' setting was updated. Thank's for all Boniek |
|
| ...."Items" couldnot be initialized in IE controls (VIP replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| Dear all... I have dot net RC3 installed in my machine... I downloaded the latest web controls from the microsoft site and then followed the exact procedure which everyone has been prescribing on this list... Now i get this error ...."Items" couldnot be initialized I guess it icould be because the controls I have downloaded are for V1 and not for RC3 version.. If this is correct, where can I downl... |
|
| ? - AutoEventWireup="true" - What is this really doing? (VIP replies) |
| microsoft.public.dotnet.framework.aspnet |
| I have a user control that builds a treeview dynamically in the Page Load event. Also, I have the AutoEventWireup property set to true (i.e., %@ Control AutoEventWireup "true" % ). Then, when I 'run' the application, I get two treeviews instead of one. I'm thinking this is because of the AutoEventWireup property being set to true. 1. Am I correct? If so, if the AutoEventWireup property is true, wh... |
|
| ~ character (VIP replies) |
| microsoft.public.dotnet.framework.aspnet |
| i have seen examples where the ~ character is used in the web.config file when storing directories. eg: ~/files/data.xml what does that character mean? |
|
| a better TreeNode class... tell me what you think (VIP replies) |
| microsoft.public.dotnet.framework.windowsforms |
| I'm working on a project with a couple of TreeView controls and I've realized that once you desire true node context menus that its incredibly difficult to achieve... For instance, I first tried to tie into the AfterSelect event, which has a reference to the newly selected node as part of the Event args passed in, however... its actually too LATE for a context menu to be displayed! So, I began to ... |
|
| A general Census of opinion: Is SP2 Ok now? (VIP replies) |
| microsoft.public.dotnet.framework.compactframework |
| I know that this may spark an artgument, and this is not what I want; however I am wondering whether to upgrade to SP2 of the CF or not. I have seen many threads discussing perceived problems; some have been resolved and others have not, but in general: Is service pack 2 stable enough to use now or should it be avoided? Cheers. |
|
| AddHandler and dynamic context menus (VIP replies) |
| microsoft.public.dotnet.languages.vb.controls |
| I have a TreeView that I wish to build dynamic context menus for. So I have a function which examines the SelectedNode and builds the appropriate menus in the AfterSelect event of the TreeView. I direct the Click event of each MenuItem to one of two routines using the AddHandler mi.Click, AddressOf MyMenuRoutine. This all works fine; however I never call RemoveHandler for the MenuItems. Will the g... |
|
| Adding an item to a Checked List Box (VIP replies) |
| microsoft.public.dotnet.languages.vb |
| Hello, I am trying to add an item to a checked list box, like: clbList.Items.add("Hello",true) I get an error back: Run time exception thrown: System.ArgumentOutOfRangeException Specified argument was out of the range of valid values. Parameter name: ' 1' is not a valid value for index. This doesn't make a lot of sense? Any ideas why this happens? Regards Simon Jefferies Tools Programmer, Headfirs... |
|
| adding childnode in non expandable nodes (VIP replies) |
| microsoft.public.dotnet.framework.windowsforms |
| Hi Friends, I am working with treeview control and its working fine with except when I am trying to add child node in non expandable node and i call the method newnode.ensurevisible. it does not add to the node. Also if i see the quick watch of child node, I can see the nullreferenceexception and it does either raise the exception. please help me guys if you guys come accros the same problem. than... |
|
| adding controls to a listbar group (VIP replies) |
| microsoft.public.dotnet.languages.vb |
| Hi, I can add a treeview control to a group call "Projects" of a listbar as follows: Dim TreeView As ListBarGroup ListBar1.Groups.Add("Projects") TreeView.ChildControl Me.projecttree However I wish to add another control to the same group. by going treeview.childcontrol me.mycontrol, It just overwrites the first called projecttree with the second control, How do I get 2 controls in the same group.... |
|
| Adding designer support to a custom tree control (VIP replies) |
| microsoft.public.dotnet.languages.csharp |
| Hey all... I posted this in the vs.net ide group too, but people are not answering, so I figured that it might be more appropriate here. I'm not sure if I'm adding a designer to my code properly. I'm only adding it to the tree node, where each custom tree node is then added to a normal tree control. I'm trying to get an add in to interact with the property window in VS.Net. Basically, I created a ... |
|
| adding nodes to treeviews (VIP replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| This must be a very simple one, but anyway: I'm populating a TreeView control in VB.NET , and would like to use a key for each node, the same way as we did in VB6. It seems that this property has gone from the TreeNode. Any ideas? Cheers Rik |
|
| Allow user to resize a control (VIP replies) |
| microsoft.public.dotnet.framework.windowsforms.controls |
| Hi How can I allow my user to resize the controls that are displayed on a form. I have a TreeView control and a ListVIew control. TIA |
|
| Alpha icons in listbox (VIP replies) |
| microsoft.public.dotnet.framework.windowsforms |
| Ok, didn't see anything in existing threads, so here goes. I have an ImageList loaded with 32 bit Alpha Icons. When I display the icons in either a TreeView or ListView, the Alpha is lost and replaced with BLACK. (actually, you can see the black in the ImageList as well). How might I get around this? (I tried the fix posted on msdn, but it only fixes icons on a button, and doesn't deal with ImageL... |
|
| ANN: SP2 is live! (VIP replies) |
| microsoft.public.dotnet.framework.compactframework |
| Greetings, I am happy to announce that Service Pack 2 (SP2) of the .NET Compact Framework is now available for download at the following locations. ..NET Compact Framework 1.0 SP2 Redistributable (Re release) http://www.microsoft.com/downloads/details.aspx?FamilyId 359EA6DA FC5D 41CC AC04 7BB50A134556&displaylang en ..NET Compact Framework 1.0 SP2 Developer Redistributable (Re release) http://www.... |
|
| Announcing the Release of the V1 Microsoft IE Web Controls (VIP replies) |
| ASPFriends.com 'aspngwebcontrols' list |
| The Microsoft IE Web Controls are now available free of charge for ASP.NET Version 1.0. You can review and download them immediately from the online ASP.NET server control gallery site at: http://www.asp.net (just click the "Control Gallery" tab at the top of the http://www.asp.net site, and then select the "IE Web Controls" subsection within the gallery). 20 Each of the controls released works wi... |
|
| Any control that has same functionality as IE to display XML (VIP replies) |
| microsoft.public.dotnet.languages.csharp |
| Hi, Is there any control (free) that has same functionality as IE to display the XML document without having to create a physical file? if using Webbrowser control (ActiveX control) I have to create a xml file and then use .Navigate(url) ... Thanks! John |
|
| Anyone knows how to do this with VB6? (VIP replies) |
| microsoft.public.dotnet.languages.vb |
| I would like to create a tree list with VB6, the list is not fixed. The size of it depends of the items and children of the items. It looks like this: [ ] Item 1 [ ] Item 2 [ ] Item 2 Sub Item 1 [ ] Item 2 Sub Item 2 [ ] Item 2 Sub Item 2 Sub Item 1 [ ] Item 2 Sub Item 2 Sub Item 1 Sub Item 1 [ ] Item 2 Sub Item 2 Sub Item 2 [ ] Item 3 The [ ] is a checkbox which allows user to pick the item on th... |
|
| Best Practices for File Access (VIP replies) |
| microsoft.public.dotnet.framework.aspnet |
| I am trying to do File Access for an ASP.NET project and am having some difficulty. I was wondering if a document on Best Practice for File Access exists somewhere. Scenerios I am looking to solve. 1) Attach an XML file to a WebControl TreeView 2) Anonymous access for pictures a) That exist in the virtual directory b) Exist on another disk partition 3) Restricted access for read/write based on per... |
|
| Biggest problem to upgrade to VB.NET (VIP replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| What is the biggest problem you have faced in migrating a application from VB 6 to VB .NET ? You are welcome to share your experiences. Thanks |
|
| binding TreeView to XML file (VIP replies) |
| microsoft.public.dotnet.framework.windowsforms.databinding |
| Hi, Is there anyway to bind a XML doc to the windowsforms.TreeView? I have read the Microsoft KB 317597, "HOW TO: Populate a TreeView Control with XML Data...", but this article talks about how to populate the TreeView manually using node from the XML doc instead of making use of the "databinding" features in .NET like binding a text to a text control so I don't need to deal with the changes in no... |
|
| break statement (VIP replies) |
| microsoft.public.dotnet.framework |
| How could I break out of the while loop within the for/if loop below while (intCurCategory intTotalCategories) { for (intPageIter 0;intPageIter ITEMS PER PAGE;intPageIter ) { if (intPagesDisplayed ITEMS PER PAGE) break; //trying to break out of the while loop here! intPagesDisplayed } } |
|
| Bug ? RealProxy - Delegate - Async - Message.InternalGetArgs ? (VIP replies) |
| microsoft.public.dotnet.framework.remoting |
| Hi , Is this a bug ? If not , can any one tell me how to resolve it please ? namespace Test { using System; using System.Runtime.Remoting; using System.Runtime.Remoting.Messaging; using R System.Runtime.Remoting; class MyMbr : MarshalByRefObject { public void Handler(object sender,EventArgs args) { Console.WriteLine("sender:" sender); } } class MyProxy : R.Proxies.RealProxy { MyMbr server new MyMb... |
|
| Bug ? RemotingServices.Connect to a interface .. (VIP replies) |
| microsoft.public.dotnet.framework.remoting |
| namespace Test { using System; using R System.Runtime.Remoting; class GlobalEntryPoint { static void Main(string[] args) { ICloneable c (ICloneable)R.RemotingServices.Connect(typeof(ICloneable),"tcp://someserve r:123/c.rem"); Console.WriteLine( c is IComparable ); IComparable cp (IComparable)c; } } } output : True no exceptions ! mygod .. Thanks. Lostinet (MS .NET MVP) lostinetweb@hotmail.com Need... |
|
| Bug in TreeView (VIP replies) |
| microsoft.public.dotnet.framework.compactframework |
| Hello, I am running into an error in the TreeView control and look for a workaround. Has anyone an idea? I used VB.NET for my program. The Bug: * System.Windows.Forms.TreeView after calling .Clear the property ..SelectedNode is still set When clearing the TreeView the SelectedNode is still set to a node. * System.Windows.Forms.TreeView.SelectedNode cannot be set The SelectedNode property cannot be... |
|