all groups > vb.net > february 2005 > threads for saturday february 19
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
Where to download the activelistview control
Posted by vincentgoh75 NO[at]SPAM hotmail-dot-com.no-spam.invalid at 2/19/2005 11:41:29 PM
Anyone know where can I download the activelistview control, the file
name is activelistview.dll? And is there any demo project for this
control to be downloaded?
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED... more >>
dll replacing
Posted by krishna at 2/19/2005 9:47:47 PM
Hi,
I have used one dll in my application.i.e for adding two
numbers of kind integers i have created the setup file and
i gave to one person.now he asked me to send one more time
it should accept intergers as well as float.According my
knowledge i would like to replace the existing dll by
... more >>
changing the color of the entire row in datagrid when a cell in the row has value greater than zero
Posted by hemant_pkl NO[at]SPAM yahoo.com at 2/19/2005 9:41:23 PM
hello everybody,
I am having a datagrid which has data regarding customers. it has a
penalty column, and i want to show the entire record of the customer
in red whose penalty is greater than zero.
i have looked into the other messages which guide to override the
paint procedure of the datag... more >>
How to close a project (?)
Posted by Eduardo78 at 2/19/2005 6:05:02 PM
I have seen several times when I close a vb application, even though it seems
to be closed when I go to the task manager the process of that EXE is still
running. How do I make sure that my app will close completely.
Thanks,... more >>
!! DOWNLOAD THE MOST POPULAR 2005's CRACKED SOFTWARE(CAD/CAE
Posted by crackprosoft NO[at]SPAM yahoo-dot-com.no-spam.invalid at 2/19/2005 1:54:24 PM
Our Team provide CRACKED engineering and technical software at this
topics:
=> Civil and Structural
=> Survey , GIS , Rock , Soil and Water
=> Architectural
=> CAD-CAM
=> FEA , CFD and CAE
=> Electrical , Electronic , Control and Power
=> Chemical
=> Industrial and Control Project
=> HVAC ... more >>
Repeater
Posted by Arsalan at 2/19/2005 11:44:36 AM
Is it possible to add repeater control ? The same way you can display bound
textbox and other controls repeatedly in MS Access??
... more >>
Dynamic creation of controls in vb.net code
Posted by Henry at 2/19/2005 9:59:02 AM
Hi,
I have to create a variable amount of controls with events for a windows
form in my vb code.
Private WithEvents T_Label As Label
Private WithEvents T_ButtonDo As Button
I create the controls in a loop in load event of the form:
For i = 0 to NumberOfControls
... more >>
Would like to know how to set the default botton on a msgbox to no
Posted by Eduardo78 at 2/19/2005 7:49:03 AM
I have been trying to change the default accept botton from a VB app.
messagebox to No or Cansel instead of yes or ok, which are the default accept
bottons.
thanks for any suggestions.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Checking for Characters
Posted by Playa at 2/19/2005 7:21:03 AM
I have a textbox and I only want the user to enter numbers. When the user
clicks the calculate event I want to check to make sure only numbers are
entered and if there is characters i want to display a message box. New to
this language and have no idea how to code that. Can anyone help?
... more >>
Can you Disable a DataGrid column?
Posted by PAUL GROSSMAN at 2/19/2005 5:00:18 AM
Hello everyone.
I am working with a DataGrid using VB .Net (Windows Forms). I want to
make one of the columns un-editable. I was able to do that by setting
the .dsName.Tables("TblName").Columns("ColName").ReadOnly = True
That made it so you can't change the value in the column, but yo... more >>
Executing another application from one vb.net application
Posted by kd at 2/19/2005 1:05:02 AM
Hi All,
Would anybody be able to post me the command used in vb.net to execute an
application from within the current application?
Thanks.
kd... more >>
|