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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|