all groups > vb.net upgrade > july 2003 > threads for july 15 - 21, 2003
Filter by week: 1 2 3 4 5
VB.net and DirectX
Posted by Tim H at 7/19/2003 11:45:20 AM
I am looking for some good documentation on using DirectX
with VB.net. I have been programming in VB 6 for about 3
years now, and for the past year I have been developing a
game designer's toolkit for VB 6/DirectX 7+. The toolkit is
completed for the VB 6 platform, but before I was going to
rel... more >>
VB.NETis a cruel joke by Bill Gates!!!
Posted by Richard B at 7/18/2003 12:22:09 PM
If he's not joking, then how could a simple, effective VB6 code like
this::
With Image1
If .Width > Screen.Width Then
.Stretch = True
Proportion! = Screen.Width / .Width
.Width = .Width * Proportion!
frmImage.Width = .Width
.Height = Int(... more >>
Opinions, please
Posted by Andy Shaw at 7/17/2003 5:12:14 PM
We're finally starting to look at moving our application suite from VB6 to
..Net. I have my own opinions on the scale of the process, but I'd be
interested to hear what people here think as well.
To give you some background, we have one EXE, a container, that initialises
services and dynamical... more >>
VB .NET DLL Used in VB 6.0
Posted by Veda at 7/17/2003 8:46:50 AM
I created a vb .net dll that is a proxy class for a web
service. I am trying to add a reference to this dll in a
vb 6.0 project. I get the message "Can't add a reference
to the specified file." I can add a reference to this dll
in vb .net, but not vb 6. Does anyone know why I can not
u... more >>
Visual Basic .NET Data Entry Screen Print
Posted by debrob24 NO[at]SPAM optonline.net at 7/16/2003 12:04:15 PM
I would like to create a Visual Basic.NET windows data entry form
which would print the data the user just entered in a full page
(without displaying a cursor). The page should print on a letter size
(8.5 * 11) page that sufficiently allows information to be displayed
towards the bottom of the ... more >>
CoolBar
Posted by Kishor at 7/16/2003 11:44:41 AM
Hi,
I am having one application which was developed in VB6, I am using CoolBar
in that application. while upgrading this application in to vb.net ,I found
..net net created interop of coolbar. I dont want to use this AxCoolbar. is
there any equivalent control in vb.net?
Please Let me know its ... more >>
Connecting to ODBC sources
Posted by Charles Sherman at 7/15/2003 7:21:29 PM
I just upgraded to the VB.Net standalone version and have
tried to create a connection string string to an ODBC
alias and a SQL Server database but keep getting an
meesage saying I can only connect to the MSDE or an Access
database.
Is that all I'm able to connect to using VB.Net or could... more >>
|