Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
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
November 2007
December 2007
January 2008
February 2008


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 >>



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 >>


DevelopmentNow Blog