| Thread | Last Post | Replies |
|
| ASP.Net | 24 Feb 2004 13:30 GMT | 1 |
Is anyone tried the ASP.net Data bind control? Will you use it for implementation? Is it good? Please advise. Thanks
|
| This newsgroup | 22 Feb 2004 00:14 GMT | 2 |
I've seen no new postings here for a few daze. I access the group directly from the MSFT news server.
 Signature http://www.standards.com/; See Howard Kaikow's web site.
|
| Error handling doesn't work when I ugrade to VB .NET 2003 | 21 Feb 2004 20:15 GMT | 31 |
In a VB newsgroup, I've described an apparent problem with VB 6. I've been able to replicate and demonstrate the problem. See the revised http://www.standards.com/temporary/OutOfStackSpace.html. I am now trying to determine whether the same behavior is seen with VB .NET.
|
| PrintFrom substitute for VB.NET | 19 Feb 2004 21:04 GMT | 1 |
Hi, I'm looking for a way to print a form from vb.net, instead of PrintForm (which, alas, is no longer supported). Any "generic" solutions out there? TIA, Eli
|
| VB60 to .net Kill Function fails | 19 Feb 2004 21:03 GMT | 3 |
I just migrated a project to VB.NET from 6.0. Made many code changes as required and it works fine except in one place now I am trying to download a file from the FTP server and work with it. The first time it donwloads it works fine but the second time when it comes back the kill ...
|
| Please help me with forms! | 15 Feb 2004 18:26 GMT | 1 |
I just got VS.NET. This is going to be a long road! I'm trying to reproduce one of my VB6 MDI apps. Adding new instances of MDI children was pretty easy. But I have a few forms, used as dialogs, that I only want 1 instance
|
| QueryPerformanceFrequency and QueryPerformance counter, different in VB .NET than in V B6 | 12 Feb 2004 14:27 GMT | 2 |
MSFT KB article 172338 gives an example of how to use the Query* API to use a high resolution timer. Alas, such code fails when upgraded to VB.NET because VB .NET does not seem to like to pass the Currency data type of VB 6 to the API the same way as
|
| Public and Friend Properties | 05 Feb 2004 15:06 GMT | 2 |
In our VB6 application we have a lot (>300) of (large) classes where various properties are marked as Public Get and Friend Let/Set. This is so that the DLL can load the objects and set the properties but they become readonly to the outside world. The upgrade wizard converts these ...
|
| referencing an activeX control | 05 Feb 2004 14:00 GMT | 2 |
I my VB6 application that I am converting to VB.NET I was passing a reference to an ActiveX control to another object in order to embed one in the other. I.e. Set Node.ActiveXObject = advFiltersGrid.object
|
| Font Name change at run time | 05 Feb 2004 09:57 GMT | 1 |
I have a text box control TB. I want to change its font at run time to "Courier". TB.Font = New Font(????) Can someone help me in the required syntax. Regards
|
| error "does not have the same signature as delegate" | 05 Feb 2004 04:11 GMT | 3 |
I am trying to create a delegate for an upgrade but I am now getting this error: Method 'Public Function CamEventCallbackFunc(eventID As Integer, pData As Integer, DataSize As Integer, Context As Integer) As Integer' does not have
|
| Help upgrading addressOf | 04 Feb 2004 23:14 GMT | 2 |
I am trying to convert from vb6 to vb.net and I have an issue with the addressOf function. Below is the code any help would be greatly appreciated. Thanks in advance. code erroring here
|
| multiple developers | 04 Feb 2004 10:13 GMT | 2 |
We are just getting starting developing with .NET. We typically have a screen that calls one or more screens. 1) Do we need to set up all of these screens under one solution or can we have multiple solutions that tie
|
| VB.NET application run on web | 03 Feb 2004 02:38 GMT | 3 |
Hi i need to run my VB.NET application on my browser. If you know hoy ia can this, please send me e-mail with explcations. If you can, I need clear explanation because I am newbie in VB.NET Thanks a lot
|
| is this a bug? | 02 Feb 2004 22:05 GMT | 1 |
I try to convert VB6 user control and I have problem if I have following: Option Explicit #Const DebugPrint = False Dim lcboWidth_Const As Long
|