all groups > vb.net controls > november 2004 > threads for november 15 - 21, 2004
Filter by week: 1 2 3 4 5
Why does button text disappear when I change the button size on toolbar button?
Posted by Larry Woods at 11/21/2004 7:48:54 AM
I change the size of a button on a toolbar and the button text disappears!
The button is still there and can be clicked. Also, e.button.text in the
click procedure still shows that the text is defined. It just doesn't
display.
Why?
TIA,
Larry Woods
... more >>
Event question
Posted by Richard L Rosenheim at 11/21/2004 3:53:32 AM
This is probably not my best phrased question, but here it goes...
I have an user control I'm writing that allows the programmer to drop
additional controls on the control. I have some code in the user control's
DragDrop event. When a control is dropped on my user control, the DragDrop
event... more >>
Populate a ListBox with Subdirectories
Posted by Ben Scaithe at 11/20/2004 5:24:46 PM
I'm new to VB.Net, and I'm trying to put a list of all of the folders (no
files) in F:\REPORTS\ inside a listbox on a form. The idea is to have the
user select a folder from the list, then hit a button to print all of the
items within that folder. I'm not having much luck on my own on this, so
... more >>
How do you reference row values in a hierarchial datagrid table
Posted by Larry Woods at 11/20/2004 9:23:17 AM
I have a parent-child datagrid. I want to select a row in the dropdown
child "subgrid." How is the "subgrid" referenced?
TIA,
Larry Woods
... more >>
Dropdownlist in ASP.Net
Posted by Kerry King at 11/19/2004 10:37:35 AM
I have added a DropDownList on a ASPX form.
cboUserID.DataSource = Global.SessionData.Tables("Users")
cboUserID.DataMember = "Users"
cboUserID.DataTextField = "User_ID"
cboUserID.DataValueField = "ID"
cboUserID.DataBind()
cboUserID.SelectedIndex = 0
-----------------------------... more >>
OCR
Posted by yoshitha at 11/19/2004 9:33:45 AM
Hi ,
I've to ocr a document(image file) through vb.net .Can anyone tell me
how to ocr a document ,which control i've to use and also which Dlls or com
componenets i've to use in my application
Thanx in advance
Yoshtiha
... more >>
Disable events
Posted by dave mann at 11/18/2004 2:01:16 PM
Hi,
Does anyone know if there is there an easy way of programmatically disabling
an event?
I want to enable drag-and-drop on a listbox using the listbox_MouseDown
event but also under certain circumstances allow a listbox_DoubleClick
event.
The Mouse_Down event will supercede the DoubleClick e... more >>
Problem in developing newsreader in vb.net
Posted by .net at 11/17/2004 7:15:18 PM
Hello,
I am developing a Newsreader in vb.net and i am
getting a problem in posting article to newserver
for a particular set of newsgroups. i developin g
this newsreader using nntp commands.I need
vb.net code for posting a article . I getting a
problem in defining a article format... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Windows forms datagrid doubleclick
Posted by bill at 11/17/2004 3:25:29 PM
Users need to doubleclick a populated windows forms datagrid to select the
row and initiate an action.
This works OK if they doubleclick the row header or even the line between
two cells, but the datagrid doubleclick event doesn't seem to fire when the
user doubleclicks on a cell.
How can I... more >>
Any drawbacks to third-party controls?
Posted by dbuchanan52 NO[at]SPAM hotmail.com at 11/17/2004 10:47:49 AM
What should I consider before incorporating third-party components in
my applications?
I'm sure users and promoters can give many advantages, but has anyone
encountered drawbacks?... more >>
DataGrid Help Needed
Posted by vikas_cool242002 NO[at]SPAM yahoo.com at 11/17/2004 12:14:52 AM
Hi all,
I have two column in database table and I want to show it as a
one column in datagrid. i.e. datagrid column = table column 1 + table
column 2.
How it is possible?
Thanks and Regards,
Vikas Rijhwani... more >>
Controlling display location of common dialogs
Posted by Bill Cernansky at 11/15/2004 5:44:45 PM
I've been searching for days for an answer this question, including
usenet, the web, and through various books in my Safari subscription.
I'm desperate now, because all that searching turned up jack squat and
the deadline's approaching.
I need to be able to control the location of OpenFileDial... more >>
Looking for DatePicker for Pocket PC 2003
Posted by TonyScarpelli at 11/15/2004 7:44:02 AM
I am using Visual Studio .NET 2003, and programming in VB.
I was able to create a date picker for one of my PPC 2000 applications using
eMbedded VB3, but when I look through the controls for the 2003 VB
application there seems to be no Calendar or Date Picker.
Does anyone know if there is ... more >>
|