all groups > vb.net > february 2007 > threads for saturday february 10
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
EnableVisualStyles for one control
Posted by Samuel at 2/10/2007 11:11:45 PM
I generally want the EnableVisualStyles to be set to True, my question is
whether it is possible to set it to False for 1 control or anything lese
that will have similar effect
Thank you,
Samuel
... more >>
Custom DataGridViewTextBoxCell refreshing...
Posted by Kevin at 2/10/2007 9:39:59 PM
I've created a custom class that inherits from the
DataGridViewTextBoxColumn and DataGridViewTextBoxCell. The cell is
databound to a text field that contains the path to a JPG image. The
JPG image is displayed in the cell if the picture is present on the
harddrive using Protected Overloads Overr... more >>
Double.TryParse
Posted by Steffan A. Cline at 2/10/2007 9:06:30 PM
When using this as indicated and trying to set it to accept multiple
formats, it bombs out with the error:
Overload resolution failed because no accessible 'TryParse' accepts this
number of arguments
The code looks like this:
ok = Decimal.TryParse(tbIll.Text, _
... more >>
Font Bold
Posted by Lou at 2/10/2007 6:05:11 PM
Why is font bold a read only property.
I create a new label control and want to set the font properties.
How do I set the font properties of a newly created label control?
lbl = New Label
lbl.Font.Bold=True
... more >>
Word Document
Posted by craig at 2/10/2007 3:42:00 PM
I am trying to insert text into a Word document and then apply a style to the
paragraph I just wrote. My problem is that the range stays set to the entire
document and I can't figure out how to reset it to the end of the document so
whatever style I apply applies to just the last paragraph I w... more >>
Sending Email out without using SMTP?
Posted by trevisc at 2/10/2007 12:24:21 PM
Good afternoon everyone.
I'm currently trying to build an automated invoice system that
collects dynamic data and automatically sends out invoices. In my
test database I have 23 companies that i'm trying to send out.
I am currently using Web.Mail.MailMessage with my cable internet SMTP
as ... more >>
Acrobat ActiveX Error
Posted by Khan at 2/10/2007 12:10:14 PM
Hi,
I'm using acrobat reader contorl in my vb.net application to
display pdf files. I'm using version 8.0 of acrobat, but if i run my
application on other machine which has different version of acrobat
reader (let's say version 5.0) it is giving me an error.
If the acrobat version is same ... more >>
Reading File Properties for Shortcuts in VB
Posted by gwest NO[at]SPAM shaw.ca at 2/10/2007 10:51:12 AM
I'm trying to read the properties on Windows Shortcuts such as the
'Target:', 'Run" and 'Target Type:'. DSOFile doesn't give access to
these attributes (is it just for OLE files?). Anyone know how I can
do this?
Thanks!
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
New to OOP
Posted by Kat at 2/10/2007 10:13:43 AM
I have created a class for a list of products, not too difficult actually!
I've created properties for product name, size, etc. However, each product
may have one or more categories they fit in to, such as a toothpaste may go
into grocery items and it may go under drugstore items. Do I crea... more >>
Password encryption and binding
Posted by Earl at 2/10/2007 2:03:15 AM
I'm adding password encryption to the Employees form. I have a
strongly-typed dataset being used as the datasource for the
EmployeesBindingSource, and the Employees table set as the datamember. All
controls on the form are bound to the EmployeesBindingSource. Except for the
password ...
I... more >>
|