Is there a way to switch of the functionality that keeps the task list up to date while I'm writing code? Sometimes I find it very handy, but sometimes it just slows me down. So I'd like to switch it off when it annoys me and switch it back on when I'm happy for it to go check.Any ide...
Hi, I know how to get table columns with getoledbschematable and how to get the columns and type for a specific table but i need to know if a column have a identity type (incremental) please how can i get this information--Posted using Wimdows.net NntpNews Component - Posted from .NET's Lar...
Hi,I am new to XML and so is MS Visual Studio.I was trying to use Visual Studio to build a XSD, but it always give me an error saying that my identity constraint is not declare. Here is my code:<?xml version="1.0" ?><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" ...
Hi,Does anyone know an easy way to identify the exceptions that a class canpotentially throw.I was looking for a list of the exceptions that the Hashtable class canpotentially provide, however the documentation on the Hashtable doesntprovide a list. I find that a bit silly given that its pretty...
If we want to allow certain users to access some menus or some buttons on the web page while denying other users access to those menus or buttons. What s the right way to do that. For example, when a user who doesn t have the right to click on a certain button, should get a message “U can t execute...
I am trying to create a custom form designer, I am using the following code which works fine.DesignSurface surface = new DesignSurface(typeof(UserControl));ServiceContainer sc = new ServiceContainer(surface);Control c = surface.View as Control;c.Click += new EventHandler(c_Click);if (c != null){ c.D...
Hi, I know how to get table columns with getoledbschematable and how to get the columns and type for a specific table but i need to know if a column have a identity type (incremental) please how can i get this information--Posted using Wimdows.net NntpNews Component - Posted from .NET's Lar...
I'm having a problem retrieving data from our SQL server.Here's the scenerio:SQL Server 2000 running on Windows 2000ASP.NET/IIS 6 (in IIS 6 process mode) running on Win2k3the client is WinXP/IE 6All of the machines are in one Active Directory Domain. The useraccount is set to allow del...
I need to identify specific instances of a Winforms control at design andruntime. For example, If you have three checkboxes I need some kind ofidentifier I can store away to access the controls individually. In VB 6,I was able to use the Name property ( i.e CheckBox1, CheckBox2, CheckBox3)which h...
I am an experienced VB 3-6 developer moving to .NET.In VB 6 i could go through the form controls collection ,find all the menu items and using security information set-up I could enable/dissable menu items based on their name.DOT NOT has appeared to complicate this no end.1. menuitem & toolbatbu...
I need a way to identify on what domain or workgroup a particular computer belongs. Does anyone know of an easy way to do this? I'm just identifying computers via the System.Net.NetworkInformation.Ping class, so if there's maybe a more efficient system that's already implemented through the ...
Hi -Is is possible in java or vb script to identify and pull data from adynamically built HTML table on a web page?I have a situation where file names are listed to the user in a tableformat. In the first column of the table is a check box. I want to allowthe Users to click on the check boxes of t...
Hi,In my application i need to find out the foreign key column and table nameif primary key column name specified. I am dealing with single primary keytable. if there is any way to find out plz do reply.with best wishessayana...
Hi all,I have an aspx page that was working brilliantly earlier today, and I wentin to change something tiny - the maxlength of a textbox. - and all of asudden, the next time I try to access this file after build, the followingerrorappeared:"Object reference not set to an instance of an object."...