all groups > vb.net upgrade > july 2003 > threads for july 1 - 7, 2003
Filter by week: 1 2 3 4 5
Handling System._ComObject
Posted by Varun Singal at 7/7/2003 7:35:03 PM
Hi
I am calling .NET components from my Classical ASPs.
For this I strong named my assemblies, then registered them in the resistry
( using RegAsm), and put them in GAC (using GacUtil) .
Everything worked fine and my ASPs were able to call and use them.
The problem comes when my ASP code as... more >>
VB 6 OR VB.Net?
Posted by Raj at 7/7/2003 2:11:02 PM
As a lead developer at one of my clients I have a reccommendation to make
for them - choose between VB 6 and VB.Net. The client is a small shop having
Access 2000/ Sql Server 2000 databases and a few applications developed
using Access Basic, VBA, etc.
Personally I have considerable experience d... more >>
Upgradation : Control Array
Posted by Snig at 7/7/2003 1:51:50 PM
Hi Guys
I'm upgrading a VB6 Application.
Its having a number Control Arrays in each form.
Although the Upgradation Wizard has upgrated these arrays referencing
Ax...Array assemblies, should I change the logic such that the new VB.NET
application doesn't use the control arrays ? This may l... more >>
Problem with running .Net COM object from VB6 project
Posted by Evgueni Zoldin at 7/7/2003 1:19:13 PM
Hi ALL,
On my PC installed together Visual Studio 6 and Visual Studio .Net. I've
created COM component in VB.Net and use it in project in VB6. On that PC
project runs OK. I've created Installation package in Visual Studio
Installer 1.1
The package is distibuted on another computer under Win2... more >>
set focus on the whole row of datagrid when combobox selected item
Posted by kongkong99 NO[at]SPAM yahoo.com at 7/7/2003 2:55:10 AM
i have a combo box and a datagrid. i want my datagrid to focus on the
whole row of datagrid when my combobox selected the particular item.
But, seems that the coding i've writen below can only focus on one
cell of the selected item.
can anybody pls help me??
thanks a lot.
Private Sub c... more >>
how to access textfields of a form in Classes!
Posted by lonely! at 7/5/2003 12:59:34 AM
HI!
i am developing a project in vb.net. my project is on
a hospital. so i made a module and its functionality is
just to insert data in the Database(SQL SERVER). then i
made a function insertdata in a INSERTION class. and in
this function i call the insert function.now i want to
acce... more >>
Owais Anwer
Posted by owais_anwar NO[at]SPAM hotmail.com at 7/4/2003 5:44:20 AM
I developed an application which is using a file watcher class to
moniter change in txt file it's working fine but problem is that it
stops working by itself....I want this application to be work
continously to monitor files but i dont know why it stops...
Any body can help regarding that matter... more >>
textwidth
Posted by Boris at 7/3/2003 11:42:01 AM
How i can get the length of a string(in pixels) in vb.net
In vb6 I used picture.textwidth("foo").
I tried to use API call to GetTextExtentPoint32()
but failed getting hDc,using GetDC call.
Where is a problem?? ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Calling functions embedded in ActiveMDIChild form
Posted by John Lee at 7/3/2003 11:31:51 AM
Does anybody know how to call the function embedded in the ActiveMDIChild
form?
Dim variable1 as integer
variable1 = 1450
Me.ActiveMDIChild.function1(variable1)
raises error.
Any help would be appreciated.
Thank you.
... more >>
How can I run a VBnet apps without instaling framework on a pc
Posted by bib at 7/3/2003 4:22:59 AM
Hi all,
do you know if there is a way to deploy a VBnet apps
without instaling framework on all machines?
Thanks
Bib... more >>
MS dropping Support for VB6
Posted by Jan D at 7/2/2003 3:15:16 PM
Hi.
The company I'm working for is about to migrate to .NET and I'm
participating in the projectgroup responsible for this. One of the
argumements for going .NET, we were told, is that MS is not supporting
VB6 anymore within a couple of years. Does anyone now if this is a true
,and if - a lin... more >>
File Attributes????????????
Posted by Dyan at 7/1/2003 12:39:10 PM
I need to be able to get the attributes of a file given
the file path/name. There was an API that returned a
value that represented all of the flags (archive, read-
only, etc) that you could use to get each individual
attribute. I've been trying to find ANYTHING that will
return a given a... more >>
dll declaration problem
Posted by Chad at 7/1/2003 4:13:56 AM
hi, I am upgrading from vb6 to .net.
the prog, which opens an avi file by calling the
avifil32.dll works ok in vb6 but not in .net. Anyone have
any ideas? below are the code cutout from vb6 and .net
the lngresult returns -2170023xxxx?? in vb.net.
Something I missed out?
------vb6----
C... more >>
|