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 > july 2005 > threads for july 22 - 28, 2005

Filter by week: 1 2 3 4 5

AddHandler Removal
Posted by Bill S. at 7/28/2005 11:54:33 AM
Hi, Is it possible to remove an event handler once it's installed with AddHandler? Below is the event I added and it works fine. Later in my code I want to remove it. I tried using this statement: (AddHandler mOwner.CmdFirst.Click, Nothing) to remove it, but this does not work. Help! AddHa...more >>


DataGridBoolColumn Class
Posted by at 7/28/2005 12:00:00 AM
Dear all, I have a question about check box in datagrid. How can set the checkbox is readonly in datagrid.?.. here is the code: Dim tGrn As DataTable Dim Colgrn As DataColumn Dim Grndataset As New DataSet Colgrn = New DataColumn Colgrn.DataType = System.Type.GetType("System.Bool...more >>

Add treeview node "manually" as string with PathSeparator as divider in the string
Posted by Mikael Jansson at 7/27/2005 9:40:29 PM
Hi, Is it possible to add a treenode to a treeview by using a string that has the PathSeparator as divider in the string? hereis a psedocode (maybe stupid format or coding but I hope you understand what I mean) treeview.pathSeparator = "." [treeview add node] = "1.2.6.1.2.2.4.4.2.1" [tre...more >>

Form in a form
Posted by Jerry at 7/27/2005 9:46:56 AM
Thanks George, this works they way I imagined it. However now I have the problem of exchanging variables in the "subforms". Here's what I have: 1 parantform (mdi) childform in the parant which is the main form and several "subforms" as controls on the childform Each subform has inputs...more >>

NewBie help
Posted by trialproduct2004 NO[at]SPAM yahoo.com at 7/26/2005 3:46:04 AM
Hi all I am developing application which is providing compression of files. I want to know is there any method or dll in .net which is allowing me to compress file through code and to uncompress file. Microsoft has provided tool in C++ that is cabinet SDK. Is there any equivanent tool in .net. ...more >>

Generate a .CSV file
Posted by Gaffar at 7/26/2005 12:00:00 AM
Hi In my form (windows from) 've several text boxes,lable controls and drop down boxes and a button. when i click on this button then the entered in all the textboxes and = data=20 presented on label and dropdown boxes must be saved into a textfile and = the textfile must be converted to the...more >>

Slower and Slower
Posted by George Shubin at 7/25/2005 9:21:40 AM
Has anyone experienced significant slowdown in the apps the longer they run? I have a VB.Net app the runs fairly "snappy" for about 10 minutes of constant use, then a significant drop-off begins until it becomes unresponsive. Another head-scratcher is if the app is simply started and left a...more >>

Data grid Column hide
Posted by sureshsmani at 7/23/2005 8:51:45 AM
How can I hide a column in the datagrid. I have to do it in runtime. Suresh. ...more >>



Help, I need a spinner control
Posted by Lou at 7/22/2005 8:25:58 AM
Where can I get or how can I make a spinner control. -Lou ...more >>

Controlling ListView Selection programatically
Posted by Jon Masterson at 7/22/2005 12:00:00 AM
Hi All I am working on converting an application from using a listbox to a list view so that I can have multiple columns showing different parameters. With the listbox I can use listbox.SelectedIndex to set the current selected item - there does not appear to be a simple way to do this iwit h...more >>

How draw 3D buttons by code?
Posted by JohnLid at 7/22/2005 12:00:00 AM
Hi, I want to draw 3D buttons by code nice like this one: http://www.download.com/AquaButton-Control/3000-10253_4-10414398.html?tag=lst-0-1 The code may be anyone of .NET languages. Please help me out. Thanks in advance. John Lid ...more >>


DevelopmentNow Blog