DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
Current group : microsoft.public.dotnet.framework.windowsforms.controls     2377 threads
page nr.:



User Control con caracteristicas de DataGridView   (1 messages)   Date: Thu, 23 Aug 2007 06:04:43 -0700
Hola. Me encargaron hacer un user control Es un user control al cual por defecto tiene los botones Adicionar, Modificar, Eliminar, Consultar, Buscar, Imprimir, Salir. Este user control tiene una propiedad donde se pude ...

Setting WebBrowser.DocumentText - interprets as plaintext?   (1 messages)   Date: Wed, 22 Aug 2007 21:33:36 -0700
Hello, I have an odd problem that only occurs on one machine, running IE 6.0 (latest SP etc.) and Windows Server 2000, .NET 2.0 SP1, whereby setting the DocumentText property sometimes causes the text to be interpreted ...

[Usercontrol] CollectionBase   (1 messages)   Date: Wed, 22 Aug 2007 22:32:21 +0200
Hello I've made my own ToolBarNavigator usercontrol, It have a lot of buttons and other stuff. Also having dropdownbutton's for Phones, Emails and WebSites. The item for Phone, Email and Websites i'll have a CallItem class ...

Combobox does not hide selection   (2 messages)   Date: Wed, 22 Aug 2007 19:21:52 +0300
I added a lot of myComboBox controls to form. Every combobox shows all its content selected. Selection is removed only when I tab off from the control. How to hide selection initially? There is not HideSelection property ...

Custom control: MouseMove event continually generated under Vista   (2 messages)   Date: Wed, 22 Aug 2007 14:14:10 -0000
Hi, My PropertyGrid component works fine under XP but has an issue under Vista. When the mouse is over the grid, the CPU raises to 100%. Actually, under Vista, I realized that the OnMouseMove handler is continually called ...

How to Show only Year in C# using DayTimePicker   (2 messages)   Date: Wed, 22 Aug 2007 14:33:29 +0530
Hi Everyone, How to show only year on UI using VS DayTimePicker in C#. Looking forward for your response. Thanks Sandy ...

Can add new data to DataGridView but can't save it!   (1 messages)   Date: Tue, 21 Aug 2007 07:32:55 -0700
WINDOWS FORM> We are migrating an app from VS2003 using DataGrid to VS2005 using DataGridView. Naturally, all our DataGrid helper classes are now redundant. This is more or less my first exposure to this technology - I've ...

How to use other controls in listview cells, such as button and combobox?   (7 messages)   Date: Tue, 21 Aug 2007 01:53:09 -0000
Visual Studio's Properties windows is an example. ...

Filtering Properties Out   (2 messages)   Date: Mon, 20 Aug 2007 13:12:18 -0700
I have created a custom control where I have applied a new custom category to all properties I would like users to set. All other properties I want to filter out. For example, I have derived a CustomTextBox from TextBox ...

DataGridView Tool Tips   (3 messages)   Date: Mon, 20 Aug 2007 11:40:28 -0400
I have a DataGridView control with no tooltips set in the designer - I searched the source code to be sure there were no tooltip statements. All tooltips in the column definitions are blank. 1.) Column headers which ...

Controls for Relational (Hierachial) Data   (2 messages)   Date: Mon, 20 Aug 2007 06:12:09 -0700
Is there an off the shelf control for showing relational data with ease similar to that for a DataGridView when showing one table? -- David Jones Software Developer (Embeddded Systems) Victorian Partnership of Advanced ...

.NET-BroadcastEventWindow Application Error   (4 messages)   Date: Fri, 17 Aug 2007 10:22:02 -0700
Hi, We are experiencing a problem with a windows forms control hosted in IE. Everytime I close the IE window we get this error: --------------------------- ..NET-BroadcastEventWindow.2.0.0.0.218f99c.0: iexplore.exe ...

MonthCalendar.SelectionEnd different return results in XP and Vista   (1 messages)   Date: Fri, 17 Aug 2007 18:45:03 +0400
I have a program in wich i use MonthCalendar control and it behaves realy strange. In Windows XP MonthCalendar.SelectionEnd returns the same result as MonthCalendar.SelectionStart, ie (12.12.2007 00:00) In Windows Vista ...

Avoid treenode to "selected color"   (3 messages)   Date: Fri, 17 Aug 2007 14:01:48 +0200
Hi, Anyone know if it's possible to avoid the selected node in a treeview to loose it's "selected color" when the treeview looses focus? Thanks D. ...

Usercontrol application name   (2 messages)   Date: Fri, 17 Aug 2007 10:55:30 +0200
Hello Is it possible to get the application name the usercontrol is placed into. I'am building a usercontrol that have the possibillity to save properties, the xml file is stored in the "Application Data\Company Name" ...

vnc server control out there ?   (1 messages)   Date: Fri, 17 Aug 2007 03:33:13 -0000
I am hoping to find a nice VNC server control. Something that would enable me to write something like the RealVNC Server app. Any ideas ??? ...

Visible part of a Control inside a parent scrollablecontrol   (1 messages)   Date: Thu, 16 Aug 2007 17:48:38 -0700
I'm working with a control(a scrollablecontrol type) that is contained within another scrollablecontrol(panel). The control itself isn't scrolling but the panel is. I want to be able to get, within the control itself ...

Creating a menu for DataGrid   (1 messages)   Date: Thu, 16 Aug 2007 16:13:16 -0500
Hello, This might be an elementary question, but I'm unable to find the solution. I've seen some applications in Win Forms using a menu above a DataGrid with such functions as delete column, add column, and so forth. ...

Showing a panel and only its controls (in the designer)   (2 messages)   Date: Thu, 16 Aug 2007 19:06:46 -0000
I am new to using the visual designer and I am having difficulty with a simple task but can't find the answer. I am using VS 2005. I have a form with two panels that overlay one another. I intend to control which panel ...

capturing DOM events in webbrowser control   (1 messages)   Date: Thu, 16 Aug 2007 02:15:22 -0700
Hi, I am creating a win app that hosts a web browser control in C#. The web browser renders some local html page. I need to capture the events on that page. I know this can be done with DOM. But how to I handle DOM events ...


page nr.:
Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us