Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
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
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > dotnet windows forms > november 2003 > threads for monday november 17

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

ListView ImageList Problem
Posted by James Zhuo at 11/17/2003 8:11:48 PM
Hi I've been encountering a rather weird problem when using listview. I am using visual studio 2002 with framework 1.1. What i am trying to do is to display an appropriate icon as i load some data into a listview. The icon comes from a imagelist called ImageListPrivilege. The full i...more >>

different color in the datagrid
Posted by james ou at 11/17/2003 7:38:30 PM
hi, everybody, Can I set different color in different column(not header) in the datagrid? thanks...more >>

App.config and Colors
Posted by Ralf Hermanns at 11/17/2003 6:26:07 PM
Hello. The forms designer allows you to set some properties of a control, like visible, to dynamic. The actual value is then taken from the app.config file. I wonder if there is a way to specify colors this way, for panels or captions or the form's background. What I would like to do is ...more >>

Help - How to disable TabStop in a DataGrid column
Posted by Bob Libby at 11/17/2003 3:24:30 PM
I'm trying to skip the ItemDescription column when the user tabs off the ItemNumber column in the following code. The DataGridTextBoxColumn.TabStop property doesn't seem to have any effect. The code uses a DataGrid called dataGrid1. Any help would be appreciated. Thanks, ...more >>

Shortcut
Posted by Andres at 11/17/2003 2:29:52 PM
I am development an application in C# and i want to know this: How can i create a new sortcut for a file having the path of that file. Thanks....more >>

Menu on windows forms not refreshing.
Posted by mary jones at 11/17/2003 2:16:03 PM
Hi: When I try to refresh Windows forms which contains a menu doesn't refresh the menu. this is what my code looks like: if( DialogResult.OK == MessageBox.Show( "Please UnZip the file: " + fileName + " , and then press ok", "Some Text Advisor", MessageBoxButtons.OKCancel )) { this.Par...more >>

Leave event in C#????????????????
Posted by brosembob NO[at]SPAM yahoo.com at 11/17/2003 12:45:23 PM
Hi there, I have a Windows form with a couple of text boxes on it. I'm trying to use Leave event to capture user's input. It works fine between text boxes. The problem arises when user clicks on any menu controls on the form, the Leave event would not get fired. Any idea why and how to go aroun...more >>

Layout design question
Posted by Matthew E Creegan at 11/17/2003 10:55:47 AM
Does anyone have a suggestion on how to mimic the scrolling behavior of the code editor pane in VS.net (with line numbers turned on)? That is, both scrollbars visible, scrolling horizontally moves content but not line numbers, and scrolling vertically moves both in synch. Any ideas greatly ap...more >>



change variable using reflection
Posted by Conny Hell at 11/17/2003 9:55:24 AM
Hi! I would like to access and change the value of a variable through reflection. IMHO this is the way I can do it having the variables-name in a string. If the decleration is done class-wide I can do what I want. ------------------------- public class Test { private string ChangeTh...more >>

docking and panels
Posted by Eric Newton at 11/17/2003 9:34:55 AM
I have a form with a panel that is docked to the bottom, with a checkbox and button in it. In addition, I have a Datagrid (which is the main focus of the form) that is docked as "Fill", however, the Datagrid fills out underneath the panel. How do I properly do this so that the Datagrid doesn...more >>

I need to save am XML file using vb.net.
Posted by Elena at 11/17/2003 9:07:52 AM
> Hello, > I need to save am XML file using vb.net. > The file sould contain a hierarchy (from 3 tables). > it should look something like this: > Company > Division > Subdivision > Subdivision > Division > Company > Division > Subdivision > Divisio...more >>

Try Catch does not work
Posted by Tore Gylver at 11/17/2003 7:55:58 AM
In one of my windows forms I have the following visual basic code: Dim FRM As New FormOrderQuit(SetOrderID) Try FRM.Show() Catch Myexception As System.ApplicationException MsgBox(Myexception.Message) FRM.Close() End Try...more >>

RichTextBox - CanUndo
Posted by Chumith Siriwardana at 11/17/2003 7:24:26 AM
Hello All, Has any one of you used RichTextBox - CanUndo, RichTextBox- Undo method and property? I tried to use it as described in MSDN helped but I found for any of Cut, Copy and Paste operations CanUndo never become true and so I can't call Undo operation. If any one of you hased used th...more >>

Custom Control (design time resizing) problems
Posted by Luke at 11/17/2003 6:37:06 AM
I am designing a variant of the Tab Control. Basically it is a Wizard Control. Essentially made up of two classes namely WizardControl and WizardPage. My problem is that I am trying to get an effect like the TabPages have when you are in designer mode. Where the TabPage cannot be resized or mov...more >>

RichTextBox control vs. MS Word
Posted by Philip J. fry at 11/17/2003 5:15:38 AM
Hi All! I have a very simple Rich Text File which displays differently in RichTextBox control [loaded by LoadFile ("test.rtf", RichTextBoxStreamType.RichText)], and MS Word. Is it possible to get the same appearance as in MS Word? In the case that someone would like to try, I put the ...more >>

Getting the Tag Property for each child treenode
Posted by Charles at 11/17/2003 4:02:21 AM
Hello, I guess I just maybe missing something here. How do you get the tag property for each child node? What I have is a collection that I want to get additional information from to put in a listview control, by using a key value. Currently what I have is (in the treeview's AfterSel...more >>

Button MaskColor Property
Posted by Maher K. Al-Jendasi at 11/17/2003 3:43:32 AM
Hello All, Is there any equivelent to VB 6.0 button control MaskColor property in .NET button?? Thanks in advance Maher K. Al-Jendasi maher@fr.fm ...more >>


DevelopmentNow Blog