all groups > vb.net upgrade > november 2003 > threads for november 1 - 7, 2003
Filter by week: 1 2 3 4 5
How do you maintain VB6 like Binary Compatibility in .net?
Posted by David Laub at 11/7/2003 2:36:07 PM
How do you maintain VB6 like Binary Compatibility in .net?
... more >>
PDC - why no mention of the Upgrade Wizard?
Posted by Richard K Bethell at 11/6/2003 2:38:46 PM
All the reporting I've heard from the PDC seems to suggest longtime VB
developers got ignored again - no mention was made in the keynotes about the
upgrade wizard as we might see it in Whidbey. And yet, much was made of the
C++ migration (a compiler switch) and even Java.
In the meantime, no g... more >>
WebRequestFactory omitted in Release of Visual Studio .NET
Posted by Olga Karpushin at 11/6/2003 4:55:56 AM
Hello all
~~~~~~~~~
I found a sample that works on "Visual Studio .NET beta"
that include the class WebRequestFactory.
This class is omitted in the final version of Visual
Studio .NET.
Two questions:
1. What is the equivalent of this class in the release
version?
2. Is there an upd... more >>
NO native HUGE FILE support with FilePut and FileGet
Posted by Rembrand at 11/5/2003 11:46:36 PM
Hi there fellows
I always program my own database engine. I had hoped that
the FilePut, FilePutObject and its relatives FileGet and
FileGetObject would be able to address more than 2GB.
I'm thinking of 16GB files which I can address on a byte
and strings array level.
I do NOT want to us... more >>
Save Graphics to bitmap
Posted by Danilo at 11/5/2003 10:07:07 AM
Hi,
I need to save a graphics context in Bitmap
How i do it?
Thank Danilo
... more >>
Converting RTF2HTML
Posted by Asbjørn at 11/4/2003 9:49:06 AM
Hi.
I'm trying to convert Brady Hegberg's great RTF2HTML[1] VB 6.0
module to C#. I've managed to convert the VB code to VB.NET,
which gave me the following code:
Option Strict On
Option Explicit On
Option Compare Binary
Public Class RtfToHtml
'Version 3.03
'Copyright Brady Hegberg... more >>
Structure Confusion
Posted by Darrell Wesley at 11/4/2003 6:06:55 AM
IN the help file for VB.net under the heading "Structure
Variables" it states:
You can also assign one variable to another if both are of
the same structure type. This copies all the elements of
one structure to the corresponding elements in the other,
as in the following example:
YourSy... more >>
Launch Word problem
Posted by Howard Kaikow at 11/3/2003 3:27:26 PM
I wrote a quickie example in VB 6 showing how to launch Word via the shell
and via automation.
I then tried upgrading to VB .NET 2003 using Office 2003.
Also used VB .NET 2002 with Office XP.
Result was an unhandled exception of type
System.Runtime.InteropServices.COMException.
Furthe... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Draw image in memory
Posted by Danilo at 11/3/2003 10:32:50 AM
Hi,
I need draw a image in memory with the method Like drawrectange,drawstring,
ecc.. next i want put this image in a form Graphics.
thanks
... more >>
VB.Net 2003 Standard edition limitations
Posted by TW Scannell at 11/2/2003 7:59:27 PM
I bought the standard version in July or so and finaly got around to playing
with it. The webpage says it will talk to SQL Server, but it won't. MS sems
to have blocked that out. I bought it to learn how to use VB.net and most of
my work envolves SQL server. Is there some registry value I could t... more >>
How make label control accept a keyDown message!
Posted by mynfred at 11/2/2003 6:40:59 PM
hi,
I want to delete a label cotrol when I delele key. But
I found that lable cann't accept keyDown message?How can I
do to implement this function?
thx!
Best Regards,
Mynfred... more >>
Using .NET Framework 1.1 with VS 2002
Posted by Allen Bruce Anderson at 11/2/2003 5:59:46 PM
How do I go about using version 1.1 of the .NET Framework with Visual Studio
2002? I have all of the .NET Framework 1.1 installed on my machine,
including the SDK, but the About... box in VS 2002 displays version 1.0 of
the .NET Framework being used rather than 1.1.
Any help is greatly apprec... more >>
To upgrade or not...
Posted by Sir Itchy at 11/2/2003 5:23:34 PM
I'm sure this has been asked before...
I'm in the middle of a large application in VB6 and I'm beginning to get
nervous, should I continue or switch to .NET?
Any pearls out there?
Thanks
... more >>
TO LEARN PROGRAMMING
Posted by GUSTAVO V. P. at 11/1/2003 3:32:09 PM
Hello, my name is Gustavo and I want to know:
What one needs to be a good programmer of computers?
Which your advice are to be a good programmer?
How is the logic acquired?
Is it true that people that are good in mathematics are made easier the
programming of Computers, for the logic?
Is it V... more >>
|