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 > october 2007 > threads for friday october 12

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 29 30 31

VB 2005 Type conversion
Posted by JimmyX via DotNetMonster.com at 10/12/2007 11:58:01 PM
Does anyone know why I get an error message when I use the following code (it works with VB6): Dim J as integer If J And (2^0) then goto ........ I get an message that implicit conversions from Double to Long are not allowed. What is the proper VB2005 way to implement this statement. I d...more >>


transparent icon
Posted by keith.hutchison at 10/12/2007 8:24:01 PM
G'day Any tips on how to make a transparent icon for a vb.net application. I'm using Visual Studio 2005. Thanks...more >>

Using VS 2008 Beta 2 to generate classes usable by VBA - How?
Posted by Dave at 10/12/2007 3:26:50 PM
So far, I have done all of my programming for PowerPoint addins in VBA. I have created one small class in Perl, which my addin code accesses through a .dll which is registered using regsvr32. I would like to take advantage of some of the functionality provided by vb.net and I would like to en...more >>

Network Stream Read Timeout = -1?
Posted by Al G at 10/12/2007 2:31:03 PM
Does anyone know what a -1 means as a Network stream read timeout? Console.WriteLine("Timeout= {0}", stream.ReadTimeout) returns a -1 Thanks Al G ...more >>

DataGrid SUCKS!
Posted by Tom Holmes Jr. at 10/12/2007 11:27:04 AM
Does anyone else have an issue with the datagrid? My complaints are: 1) it is much harder to change the column style, row style, or cell style without going through a lot of hoops. 2) bind datagrid tables have to involve a dataset, datatable adapter, and a binding source ... 3) I have ...more >>

RaiseEvent not firing...
Posted by hzgt9b at 10/12/2007 9:00:36 AM
Using VS2005, VB.NET, I am developing a windows app. The application opens a couple of forms. While the forms are open I want to raise some events, such as logging errors - but I call RaiseEvent, nothing happens. Below are some code snippets that show what I am doing. Can someone straighten me ...more >>

updating projects
Posted by dusty at 10/12/2007 8:57:01 AM
I currently have two sites, one is development site and the other is a live site. The two are pretty much identical. The only difference I have run across is the message being displayed when a user enters incorrect credentials to enter the site. On the live site "not Likely" is the message ...more >>

Getting Data From / Adding Data To Access DB Table
Posted by ags5406 at 10/12/2007 8:54:14 AM
I've looked at lots of solutions for this but I must say that I'm thoroughly confused. VB2005... Let's say I've created a table in an access database called Table1 that has two columns and three records. So the table looks like... A 1 B 2 C 3 I want to get the data from that table...more >>



multiple references to only 1 object???
Posted by Pieter at 10/12/2007 12:00:00 AM
Hi, I've implemented some type of cache, to be able to point with multiple references to the same object. Although, this 1-object-stuff is broken if I do a refresh from the DataBase. For instance I declare 2 objects: dim MyA as clsCompany dim MyB as clsCompany And now I ask them from ...more >>

Simulate Move command in control box
Posted by kurt sune at 10/12/2007 12:00:00 AM
In a captionless form, is it possible to do some coding in order to achieve the same result as the Move menu command located in the control box on a window? /k ...more >>


DevelopmentNow Blog