all groups > vb.net upgrade > april 2005
TreeView Migration Help!
Posted by Sarika at 4/29/2005 7:36:09 AM
Hi All,
I migrated my VB 6.0 application to VB.NET. The original application had a
tree view control whose elements could be dragged and dropped on a
picturebox element.
I am aware that the Drag drop functionality in .NET is different from that
in VB 6.0. However, I did not get any upgrade... more >>
Data control in VB6 - which one in VB.NET? how make upgrade work?
Posted by Liz Helmecke at 4/29/2005 12:00:00 AM
Hi Newsgroup,
how do I get the upgrade assistant for VB.NET to work with the data control
of VB6?
ideas?
many thanks
Liz
... more >>
kirk.man@iee.org
Posted by ZipDC at 4/28/2005 12:00:00 AM
June
The open source GSL library contains bessel functions for C. You can
doenload it from: ftp://ftp.gnu.org/gnu/gsl/gsl-1.6.tar.gz
The bessel functions can be included with 'gsl_sf_bessel.h'
The documentation is at:
http://www.gnu.org/software/gsl/manual/gsl-ref_7.html#SEC65
If you are... more >>
Source Code Libraries
Posted by Michael D. Ober at 4/26/2005 1:41:37 PM
In VB 6 the project files keep the source files in place. In VB 2005, the
source files are copied to the project directory. This means that I can't
fix a common library file in one project and have the fixes propagate to
other projects as in VB 6. How can I restore this functionality?
Thank... more >>
DrawLine Code Draws Box
Posted by Lila Godel at 4/14/2005 11:42:25 PM
I am migrating my VB6 GoldMine add-ons to VB.NET to allow for
enhancements. I have no problem getting text to print, but I cannot get the
4 PrintPage events that are needed to print a line to work.
I need a line that has a width of 5 that starts 3.797 inches from the top
edge of the paper, sta... more >>
Convert forms using Ocx to use there .NET framework version
Posted by jacqueline.azim-roman at 4/13/2005 12:21:11 PM
I am trying to port a big VB6 application : near 100 modules (ActiveX DLL)
hosting more than 500 VB Forms and 200 CrystalReport Reports.
We have writed 16 VB6 user controls hosted in an OCX dll and we want to
convert them to .NET.
Port of this controls to VB.NET is not a problem but conver... more >>
DBGrid upgrade - VB 6.0 to VB.NET
Posted by EGC at 4/12/2005 11:03:01 AM
I have a large project I have recently begun upgrading from VB 6 to VB.NET.
This project contains several DBGrid Controls and the problem I am having is
as follows:
This works fine in VB6 (my DBGrid Control is named dbgTest):
dbgTest.Columns.Add 2
'adds a third column to the grid with it... more >>
Code Advisor for Visual Basic 6: No default browser is defined.
Posted by Nathan Haywood at 4/11/2005 11:42:02 AM
Everytime I try to "View FixIt Report" in Code Advisor, it tells me that "No
default browser is defined." I've tried Set Program Access and Defaults,
checking IE's advanced settings under Options, even installing/uninstalling
Firefox... no luck. What is Code Advisor trying to do? Is there an I... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
.NET Reliable??
Posted by Kevin at 4/7/2005 12:00:00 AM
Have a data application written in VB6 and has worked flawlessly for years.
Am trying to keep myself upto date and slowly converting it to VB.NET via
Visual Studio 2002.
Not at all impressed with the ADO.NET as has screwed up data because a
checkbox could not deal with a Null when creating a ... more >>
SQL Error
Posted by RTT at 4/1/2005 11:59:37 AM
I keep receiving an SQL error. Not everytime but frequently. Does anyone
know what to problem could be? This is the error i recieve:
Timeout expired. The timeout period elapsed prior to obtaining a connection
from the pool. This may have occurred because all pooled connections were in
use and ... more >>
|