all groups > vb.net upgrade > september 2003
Filter by week: 1 2 3 4 5
Re: Cannot load VB.Net 7.0 file in VB.Net.7.1
Posted by Simon H at 9/30/2003 11:02:54 PM
I tried to save my VB.net 7.0 file in my floppy. Then I
reopened it in school computer. My school has VB.net
7.1. When I tried to load the file in the school
computer, it mentioned that I needed to convert the file
first before it loads. Once I converted it, it messed up
my project. O... more >>
Degrading .net to use VB6
Posted by Rick Bier at 9/30/2003 2:32:40 PM
I purchased a copy of visual studio .net because I need to
maintain some VB5 and VB6 projects (was told it is no
longer possible to buy new licenses for VB6). I was told
the .net could be degraded to develop in VB6, but have no
idea how to do so. Anyone tried to do this?... more >>
recommended books
Posted by Marsden at 9/27/2003 1:14:28 AM
This probably gets asked a lot but what are the best books a newbie to VBNET
with little to no programming experience should be reading to get well
acquainted with the language. Any thoughts on the following: Microsofts Step
by Step, Sams VBNET, Microsofts Coding Techniques for VBNET.
Thanks
... more >>
Is there any tools that convert From VB to C#.Net ?
Posted by cosmos at 9/26/2003 11:53:34 AM
Is there any tools that convert From VB to C#.Net ?
... more >>
Help is updating to reflect your recent changes
Posted by Eric Sykes at 9/26/2003 1:29:18 AM
After installing VSNet for several reasons I had to restore the system to
before the VSNet installation. I reinstalled VSNet no problem but now when I
open up VSNet a message pops up saying "Help is updating to reflect your
recent changes". Then a send dont send debug dialog appears and whatever
... more >>
Relative path to an input file
Posted by Hogan's Goat at 9/26/2003 12:48:21 AM
I need to find out how to create a path to an input file that's relative to
where the app is running. For example, here's what I have so far:
strProfile = "C:\MyProfile.prx"
Obviously this app will break quickly if the file isn't in the root, and I
don't want to put the profile in th... more >>
As Any and AddressOf Delegate ?
Posted by David Winter at 9/25/2003 1:37:47 PM
This declare in VB 6 works great;
Private Declare Sub CopyMemory Lib "kernel32"
Alias "RtlMoveMemory"(ByRef lpvDest As Any, ByRef
lpvSource As Any, ByVal cbCopy As Integer)
Unfortunately As Any seems to have been dropped from .Net
meaning a good chunk of my API calls are no good.
Ac... more >>
Problem with CDATE() in .NET
Posted by Mit at 9/25/2003 7:24:43 AM
I am doing conversion VB6 project to VB.NET
in VB6:
CDATE(73991-36161) result 7/28/2003
in VB.NET
CDATE(73991-36161) error: Value of type 'Integer' cannot
converted to 'Date'
What should I do in .Net to get same result?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Dynamic Execution of Function/Proc
Posted by Kishor at 9/24/2003 12:52:15 PM
Hi all,
I am Using VB.Net for developing my application. I am now needed help. In
this project I have to execute some function, but I cannot call them
directly using function name, I wanted to execute this function dynamically.
So I have a function list in database written as a string. I am no... more >>
See the corrective package for MS Internet Explorer
Posted by Liceo EspaƱa at 9/24/2003 7:45:02 AM
MS Customer
this is the latest version of security update, the
"September 2003, Cumulative Patch" update which fixes
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three new vulnerabilities.
Install now to help maintain the sec... more >>
Check out this correction pack from the MS
Posted by Paul Joseph at 9/24/2003 4:16:33 AM
MS Partner
this is the latest version of security update, the
"September 2003, Cumulative Patch" update which eliminates
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three new vulnerabilities.
Install now to continue keeping ... more >>
Look at this critical update
Posted by Pierre Rivest at 9/23/2003 5:52:13 PM
Microsoft Customer
this is the latest version of security update, the
"September 2003, Cumulative Patch" update which resolves
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three new vulnerabilities.
Install now to help mainta... more >>
Can anyone help me to declare that?
Posted by Bernhard Christl at 9/22/2003 2:50:48 AM
I have some structure which I have to pass to a unmanaged
dll which expects the data to be in memory just as it has
been in VB6. My problem is marchaling fixed length
strings and arrays correctly. Can anybody help to get me
on the right track?
Thanks
Bernhard
Type DS_FLT_INFO
N... more >>
Upgrade from verison 4 or 5
Posted by Ken at 9/20/2003 4:04:00 PM
I have a program i wrote in VB verison 4 or 5 and i want
to upgrade it to .net, but i'm gettting a visual basic
6.0 migration tool is not install error. please help if u
can.
Thanks... more >>
RE: Check out this important pack from MS
Posted by Peter Jaspers at 9/19/2003 9:18:43 AM
MS User
this is the latest version of security update, the
"September 2003, Cumulative Patch" update which fixes
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three new vulnerabilities.
Install now to protect your computer
fr... more >>
Does VB.Net support WinXP Themes or Visual Styles
Posted by Michael Daly at 9/16/2003 3:33:39 PM
Does VB.Net support Windows XP new Themes or Visual Styles?
I have written a small VB6 app that works fine on Win98,
NT4 and W2k but looks vertically squashed under WinXP.
Would recompiling it under VB.Net solve this issue?
Thanks... Michael Daly
17th Sept 2003... more >>
Stand-Alone VB with Visual Studio.Net
Posted by Florian at 9/15/2003 2:51:53 AM
I'm not sure whether this question classifies as VB, DOTNET or Visual
Studio.
Is it at all possible to create stand-alone applications in VB using the
latest Visual Studio .NET 2003? It seems as if that's not possible any more
but I'm more a VC developer and just recently tapped into VB.
Th... more >>
what version?
Posted by Carsten at 9/14/2003 11:00:05 AM
For some time I have wanted to get passed the hurdle in=20
Java, that it is quite different from the coding in=20
visual basic that I am used to. - And great was my=20
surprice to find this tutorial of visual basic .net :
http://www1.vbrelated.com/?OVRAW=3Dclasses%2Band%2BVisual%
2BBasic%2Btu... more >>
Recordset
Posted by Kenny at 9/12/2003 7:56:51 PM
Hi,
I have created a com object using VB6.
I am having problem to return the recordset from the com object.
e.g
Dim obj As Object
obj = Server.CreateObject("Security.Users")
Dim rsLogin As Object
rsLogin = obj.GetRecordbyloginName(txtUserName.Text)
Is there anyone... more >>
List of Question Needed
Posted by Kishor at 9/12/2003 3:42:19 PM
Hi all,
I am looking for List of some simple basic question, which will be based on
Windows Application Development
Exam 70-306:
( using Microsoft Visual Basic .NET and Microsoft Visual Studio .NET)
If any one having the list please mail me.
Thanks in Advance
Kishor
... more >>
Opening a 2003 solution in 2002??
Posted by Eric at 9/11/2003 4:32:31 PM
Is this possible? I am getting errors. I have 2003 at home
and 2002 at school. Didnt know this was going to be a
problem????... more >>
unique connection string problem
Posted by jamestk76 NO[at]SPAM yahoo.com at 9/10/2003 6:08:15 AM
I have written a generalised database access component which construct
the connection string after decrypting its value using DPAPI
methodology.
But as i assign the enitre connection string to <sql connection
object>.conectionstring property, i get an error always specifing -
"Format of the i... more >>
using vb.net2003 files on vb.net2002
Posted by Roger at 9/9/2003 9:20:49 PM
I have vb.net2003 on my home computer but I need to work
on my pojects on vb.net2002 at school. When I try to
open my files I get an error. Is there a way to make my
files work at school so I can get credit for my work?
Thanks,
Roger... more >>
VB6 problem, after installing Vs.Net
Posted by Ian at 9/9/2003 1:38:07 PM
Hello Everyone,
I used to develop (and still am) both windows application and web
applications (using webclasses) using VB6. I always used the Data
Environment structure provided by VB6 to create my sql commands and add my
stored procedures.
Now I have just installed VS.net on my machine, w... more >>
.NET 2002 forms don't work in 2003
Posted by Rick McCorkle at 9/8/2003 6:33:28 AM
I'm having major problems with a DataGrid on a Tab Control
in dozens of forms. What worked fine in .NET 2002 is
undeliverable in .NET 2003. I tried to convert to 2003
over the weekend and I have to make a fight or flight
decision fast.
General description: I can't control the focus on the... more >>
Installing VB6 Upgrade
Posted by Larry Mooring at 9/7/2003 11:28:17 AM
I have a Visual Basic 6.0 Professional Edition Updrade
that I want to install on a machine running Windows Me.
The "Getting Started Setup Guide for Visual Studio 6.0"
give instructions for installing the product into a
maching running Windows NT 4.0, Windows 95 or Windows 98,
or Windows... more >>
Can VS.Net & VS6.0 coexist?
Posted by Jim at 9/4/2003 10:05:24 PM
Will VisualStudio.Net and VisualStudio6.0 coexist
peacefully on the same machine? I have a lot of legacy
applications developed with Visual Studio 6.0 for which I
must provide continuing support. If I install .Net will I
still be able to develop and run applications from
VisualStudio6.0?
... more >>
VB6.FixedLengthString not in VS 2003
Posted by Jason Short at 9/4/2003 10:57:41 AM
OK, I upgraded to VS 2003 and found that the VB6 compatibility library is
now gone... OK, MS said that could happen...
But I have a 3rd party that deveoped a bunch of code for a database system
that uses the VB6 library quite a bit for fixed length strings (it calls out
to C DLL's and those n... more >>
VB6 death certificate issued?
Posted by D L at 9/2/2003 7:46:24 PM
I am hoping someone can point to an authoritative source
(e.g. MS site doco) for VB6 removal from MS product line.
I am finding most VB6 links in MS site disappearing, or
changed to .NET, but not yet seen any previous
announcement for VB6 withdrawl of support from MS.
Since VB6 came ou... more >>
working with listView
Posted by Mark C at 9/2/2003 3:26:54 PM
i'm using a list view as a substitute for an outlook style toolbar. The user
clicks on an icon the same as a command button. How can I get to the click
event for that item/icon? For example a listview that has an icon for
files...the user clicks on that icon - how do i capture the click event for... more >>
|