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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|