Archived Months
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
all groups > vb.net controls > may 2004 > threads for may 1 - 7, 2004

Filter by week: 1 2 3 4 5

Working DataGrid TableStyle not working on another DataGrid
Posted by psibertrip at 5/7/2004 10:31:25 PM
I am having difficulty getting Tablestyles to work on a datagrid. I have 2 datasets, 1 filled and the other not. The first contains customer, stock and order history information and has the Customers table tied to a datagrid, while the second is to be kept empty to accept new order items and is ...more >>


ENTER KEY PRESSING IN COMBOBOX
Posted by msnews.microsoft.com at 5/7/2004 8:56:23 PM
Hello. Tell me please, how can I disable beep on "Enter" key press in ComboBox? I try to do so on key press event: ------------------------------- If e.KeyChar = vbCr Then e.Handled = True ' Do somethimg End If ------------------------------- It works fine for TextBox control, but i...more >>

format func problem
Posted by Mtcc at 5/7/2004 5:54:42 PM
i have this code: format("02/02/2004","M/d/yy") why i get string -->"M/d/yy" instead date value? ...more >>

Rich TextBox Control
Posted by Scott M. at 5/7/2004 3:09:09 PM
When I add the MS RichTextBoxControl 6.0 to my toolbox and then add it to a web form, all I see is a small square on the form. There is no textbox control there. What am I missing? I do have the .ocx file registered on my machine. ...more >>

ListView truncates data?
Posted by John Rugo at 5/7/2004 2:33:56 PM
Hi All, I have a Comments field in SQL Server VarChar(4000). When viewing the data in a Listview it appears to be truncated. Is there a known limitation to column length with a VB.NET Listview Control? If I bring this data into a text box it is all there. Thanks, John. ...more >>

Resize event for ListView columns?
Posted by John C Fiala at 5/6/2004 7:13:07 PM
Hi. Is there any way to detect when a column in a Listview has been resized? There doesn't seem to be any, but I thought I'd ask. Thanks! John Fiala ...more >>

tabcontrol + auto resize
Posted by Won Lee at 5/6/2004 11:18:04 AM
Hello, How do I make the TabControl and the ListView in the TabControl auto-resize if the user changes the size of the windows form? VB.net Thanks. ...more >>

Combobox displaymember and valuemember and user input
Posted by Mtcc at 5/5/2004 1:12:45 PM
Combobox have displaymember and valuemember. I try to run the MSDN example: ======================================== Imports System.Windows.Forms Imports System.Drawing Imports System.Collections Public Class USState Private myShortName As String Private myLongName As S...more >>



disable right-click in web browser control
Posted by Greg Picot at 5/5/2004 12:30:52 PM
Does anybody have a code snippet to disable the right-click in the MS web browser control for vb.net? I have been struggling with this and have only been able to find C# code. ...more >>

Enter Key
Posted by msnews.microsoft.com at 5/5/2004 12:10:11 PM
How can I disable a beep when I press Enter on TexBox (in VB.NET) I'm trying this but it don't work: I do it in KeyDown event If e.KeyCode = Windows.Forms.Keys.Enter Then ' Do something ... e.Handled = True End If ----------------------------------------------------------------...more >>

FIELD NULL VALUE
Posted by msnews.microsoft.com at 5/5/2004 12:06:21 PM
Hello. How can I check if DataSet field value is Null? ...more >>

Screen height
Posted by msnews.microsoft.com at 5/3/2004 11:52:03 PM
How can I get screen height? ...more >>

Table cell
Posted by Tony at 5/3/2004 8:53:38 PM
How can I add an image button to a cell in a table? Thanks ...more >>

Panel Question
Posted by Tony at 5/3/2004 4:42:02 PM
xp pro, vs 2002, web forms I'm using some panel controls and I'm having a hard time formatting text in it. I want to reduce the space between lines. Thanks ...more >>

Flashing TreeView Control on Web Page
Posted by Mark Travis at 5/3/2004 2:15:11 PM
Hi all, I have inserted a TreeView control on to a web page. When ever javascript changes the appearance of the page (such as expanding an IFrame), the tree view flashes and flashes alot. Does anyone know how to stop the flashing from occurring. Thanks in advance Mark Travis ...more >>

Panel with inset lines?
Posted by Tom at 5/3/2004 10:43:16 AM
Is there any way to make the panel's border and INSET line? I.E. like the groupbox's default border? And no, I have to use a panel and not a groupbox... I am sure I probably have to do my own drawing for this (i.e. ownerdrawn) but I am not sure how to do this so the line can show up being inse...more >>

INPUT MASK FOR TEXTBOX IN WINDOWS FORM
Posted by msnews.microsoft.com at 5/3/2004 10:37:59 AM
Hello. How can I set input mask for TextBox in Windows Form? For example I want to mask (format) TextBox for inputing phone number like (999) 999-99-99. The TextBox must first show something like this: (___) ___-__-__ Or is there any free component for this? How can I do this? ...more >>

Application Data Folder
Posted by steve b at 5/3/2004 10:01:49 AM
Hi, Anyone know how to get the user's application data folder ...more >>

Adding Controls
Posted by Ross M. Greenberg at 5/2/2004 10:55:35 AM
I must be even dumber than I look. I'm a new VS user. I'm having a helluva time trying to add the Mabry FTP control to a new VB project. I added references to the project and added it to the component toolbox. But when I goto actually use it, I get an FTP1 under the design grid and no contr...more >>

playing sounds
Posted by Stephen Martinelli at 5/1/2004 5:38:36 PM
I need to be able to play a wav file at certain points in the program. I do not want to bring up the entire media player... just play the wav file. There seems to be little information on this....anyone point me in the right direction? Steve ...more >>

Simple Programming Query
Posted by divpip NO[at]SPAM hotmail.com at 5/1/2004 6:42:12 AM
I am trying to move an image around a screen using the mouse buttons with help from this group already, ive come as far as . . . If e.KeyCode = Keys.Left Then Me.Beaker.Location.X = Beaker.Location.X - 10 ElseIf e.KeyCode = Keys.Right Then Me.Beaker.L...more >>

Radio-Button Rounded Buttons
Posted by Tolle Meus at 5/1/2004 3:56:19 AM
Hi, i have tried many searches on Google - but i didn't find any suggestion about creating own Circle-like buttons (Rounded Button or Radio.Buttons). I have tried to use .Region and "System.Drawing.Drawing2D.GraphicsPath" to assign a region for a Button but I couldn't create a shadowfor these...more >>


DevelopmentNow Blog