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.languages.vb.controls     803 threads
page nr.:



Vertical Scroll   (2 messages)   Date: Sun, 19 Aug 2007 23:57:02 -0700
I have a communication program using the SerialPort control. The application performs the serial read in sPort_DataReceived thread and data is displayed in a RichTextBox using the callback/invoke routine. The Vertical ...

Container for Images   (5 messages)   Date: Mon, 13 Aug 2007 02:10:46 -0400
I need to display a set of images, much like how a listbox displays text. Can anyone suggest a control that will do this for me? I've never worked with images like this before so I appologize for my ignorance. Thanks, Bernie ...

DataGridView Possible Bug?   (4 messages)   Date: Tue, 7 Aug 2007 02:08:00 -0700
I have what looks like a bug using the DataGridView: I am populating a DataView and then setting the DataGridView to display this as the source. I then want to add two unbound columns to add some derived information: ...

Adding controls at running time   (2 messages)   Date: Tue, 07 Aug 2007 00:28:56 -0700
hello i'have a question, i'm already development an app that read images from a directory (i dont know in advance how many images will be) an i'm thinking in show them up on a ControlTab an adding many tabs as images i have ...

How do I access SelectionStart+SelectionLength properties & mouse click event   (1 messages)   Date: Mon, 6 Aug 2007 12:31:13 +1000
Hi all, I'm planning to use the WebBrowser control that ships with VB2005 (VS8.0) as a display for HTML with text edited by the user, but HTML output controlled by my application. In order to do this, I need to identify ...

Love Taboo Forum Now Open to the Public! 5% Off   (1 messages)   Date: Mon, 30 Jul 2007 17:40:49 -0700
Hi Folks, Is anyone sick of the junk bb's online? I found a new bb that is amazing to say the least. They have all kinds of adult topics that you can post to once you register. They give you all kinds of posting options ...

AXWindowsMediaPlayer monitor time   (1 messages)   Date: Sun, 29 Jul 2007 07:27:03 -0000
Hi at all. How can I monitor the time in a AXWindowsMediaPlayer control? For example, I play a mediafile and I like to start a sub when wmp.Ctlcontrols.currentPositionString matches to "01:00" Thanks for any help. sr ...

Rotate screen   (1 messages)   Date: Fri, 20 Jul 2007 22:01:02 -0500
Can the screen, or at least a form, be rotated to 90 degrees in vbexpress 2005? ...

comboBox Events question   (2 messages)   Date: Fri, 20 Jul 2007 15:51:19 -0600
OK, whats the best event to trap in this situation: 1. dataBound controls to strongly typed dataset 2. comboBox on a Tab Control 3. Populate values on another Tab Page based on the selection from step 2. If I select ...

Multiple AddHandler for multiple Controls on a form   (9 messages)   Date: Fri, 20 Jul 2007 11:21:04 +0200
Hello all, We have a bit of a problem. We have a form where we have to add controls dynamically during runtime. That part is quite simple. Now, we have to add a ButtonClick event for each of the controls. That's where ...

Radiobutton with button on the right   (3 messages)   Date: Wed, 18 Jul 2007 13:03:18 -0700
hello it seems a stupid question but i can't find the answer anywhere, viz. how do i make the button of my radiobutton appear on the right of my text? so in stead of O Radiobutton I want Radiobutton O TIA Sledge ...

CheckedListBox Mouse Help   (1 messages)   Date: Tue, 17 Jul 2007 20:34:12 -0500
Hello, I have a CheckedListBox, I can click on each line and make the checkbox active. I would like to be able to click and hold on a line and then move the mouse up or down and check/uncheck those lines too. Please email ...

Menus in an MDI application   (1 messages)   Date: Tue, 17 Jul 2007 18:07:44 -0700
Hi everyone: I am relatively new to VB.NET, but had used VB 6.0 for several years. I have created an MDI application with one parent and one child forms. They each contain their own menus. The MDI has 2 menu items ...

Report document   (1 messages)   Date: Mon, 16 Jul 2007 14:42:00 -0700
Hi, I am using CrystalDecisions.CrystalReports.Engine.ReportDocument in vb.net 2005 to print invoice. in which i need to send the output to left output tray instead of standrad output. i am not able to see any property ...

dataGridView values   (2 messages)   Date: Fri, 13 Jul 2007 19:45:56 -0600
All I want to know is the value of a particular field in a dataGridView when I double-click on a row. ...

Retrieving the ValueMember of a combobox.   (1 messages)   Date: Thu, 12 Jul 2007 18:21:51 +0200
Hello, The datasource of a combobox and the datasource of a datagridview are one and the same bindingsource. The combobox has a DropDown DropDownStyle, in order to be able to enter data manually in the textbox of the ...

DateTimePicker   (3 messages)   Date: Wed, 11 Jul 2007 00:32:12 +0200
Hello, Is it possible to open a DateTimePicker control when it gets the focus? Thanks and greetings, Michel ...

Using CheckedListBox on data entry forms   (1 messages)   Date: Tue, 10 Jul 2007 18:28:47 +0100
I have attempted to re-create the MS Access NorthWind Traders Order entry form in VB2005 as a project. I thought it would be a good idea to use a CheckedListBox to display the Shippers much like the CheckBoxes used in ...

Check for existing value in Combobox list   (1 messages)   Date: Tue, 10 Jul 2007 18:27:31 +0100
I have a textbox and a combobox on a toolstrip. The user enters either an ID in the textbox or selects a name from the combobox. When the user selects a name from the combobox the textbox is filled in automatically by ...

FileSystemWatcher control in VBE 2005   (1 messages)   Date: Thu, 5 Jul 2007 07:17:17 -0400
does anyone know why the changed event occurs twice in a row when a file is changed using this control? joe ... ...


page nr.:
Google
 
Web dotnetnewsgroup.com


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