Groups | Blog | Home


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 > march 2007 > threads for saturday march 3

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

Binary To ASCII?
Posted by pbd22 at 3/3/2007 11:07:17 PM
Hi. I want to know the size of a file (prior to FTP) in ASCII Mode. The reason is that I want to know how bit the file is going to be once it reaches the FTP server and there is a size difference between binary and ascii mode (100 or so bytes). So, how do I get the size of the file in ASCII...more >>


referring to imagelists
Posted by Doug Glancy at 3/3/2007 9:52:41 PM
How can I refer to the imagelists in a form? Something along the lines of: dim imglist as Imagelist For Each imglist in Me.Imagelists <----- except this doesn't exist Thanks in advance, Doug ...more >>

Problem with using VB6 control in VB2005 (0/1)
Posted by Kevin at 3/3/2007 8:56:22 PM
I've got a print control written in VB6 that I use for easy printing reports in VB2005. It works great except for one thing. When I display the print options dialog, the VB6 OptionButton controls appear black (see attached pictures). Has anyone else encountered this problem or know how to fix ...more >>

Column does not allow nulls when saving
Posted by John at 3/3/2007 6:05:02 PM
Hi I have a vb.net winform data app with sql server 2005 backend. The ID field in the tblClients table is an 'int' identity column that does not allow nulls. The problem is that when I try to save the record using the below code; Me.Validate() Me.CompaniesBindingSource.EndEdit() Me.Com...more >>

Referencing external forms
Posted by pipbailey NO[at]SPAM gmail.com at 3/3/2007 5:15:08 PM
I have a VB.net EXE application (VS05). It is really just an empty MDI container for lots of forms that are also VB.net forms, but are in other external DLL assemblies (some VS03 others VS05). I have built two such external assemblies and loading the forms in my EXE container is easy. I just ref...more >>

"Data Dictionary" for database updates
Posted by joe.kimbler NO[at]SPAM gmail.com at 3/3/2007 3:58:06 PM
What is the best way to handle updates in databases with each release of a software package? I used to work on an accounting package in FoxPro that had a "Data Dictionary" and as your code required changes to the database per release, you'd update the Data Dictionary. When you wanted to creat...more >>

Developing Stand Alone Apps in VB
Posted by David S. Zuza at 3/3/2007 3:49:09 PM
Does anybody know if it is possible to develop stand alone vb2005 apps that require no install and could be run from a flash drive or cd? If so I am trying to figure it out. thanx in advance. ...more >>

Parameter Passing from VB .NET to a DLL function (in C++/CLI)
Posted by vijay.gandhi NO[at]SPAM gmail.com at 3/3/2007 3:42:36 PM
Hello, I have created a function in C++/CLI which was exported as a .DLL to be used in VB .NET. I have been having some problems (I think it has to do with the right syntax) with parameter passing across the languages. Can somebody help me please. Details are given below: The function Compu...more >>



VB 2005 dll in VB 6.0
Posted by IVK at 3/3/2007 11:57:36 AM
Hello, I am looking to develop a project in VB which must be integrated with VB 6.0 which is already existing. If I develop the new project in VB 2005 will I be able to add the DLL's of VB 2005 project in VB 6.0 project. If this is not possible can anyone help me out in suggesting a developm...more >>

graphics.drawstring
Posted by billsahiker NO[at]SPAM yahoo.com at 3/3/2007 6:35:37 AM
There is a code example in the MS Training Kit for the Framework 2.0 test that does not seem to work. The example has just three lines of code, but does not indicate where to put the code, so I put it in the form.load event and it generates a blank screen, but is supposed to display "Hello Wor...more >>

which famework will be used
Posted by Jack Russell at 3/3/2007 12:00:00 AM
If I have a machine with all 3 versions of the framework (1 , 2 and 3) am I right in thinking that .net 2003 will choose to use version 1? Certainly that is what environment.version seems to show. Thanks...more >>

Application form size
Posted by John at 3/3/2007 12:00:00 AM
Hi I am just wondering what should be the size of forms these days for a winform app to cover general user population, 800x600 or larger? Thanks Regards ...more >>


DevelopmentNow Blog