all groups > vb.net upgrade > november 2003
Filter by week: 1 2 3 4 5
Multiple instances problem
Posted by Jonathan Boivin at 11/27/2003 6:37:44 PM
Hi !
In VB6 I managed how to load multiple instances of the same form. (I built
an agenda which I need to load multiple times)
Unfortunately, I can't figure out how to get it working on VB.NET.
Is there someone which could help ?
Thanks
Jo
... more >>
Upgrading VB.Net Architect 2002
Posted by lee.ottaway NO[at]SPAM nuesoft.co.uk at 11/26/2003 4:09:18 AM
I have a copy of Visual Studio Architect 2002 but really only use the
VB.Net software that came with it. However, I would like to upgrade
VB.Net to the 2003 version. I do not use most of the features of the
Architect software and shudder to think of the upgrade price for
Visual Studio .Net Arc... more >>
Ambient.DisplayName
Posted by AlanDavis at 11/26/2003 3:11:07 AM
Commonly my VB6 usercontrols use Ambient.DisplayName to
find their instance names on the parent form for default
labelling etc.
Can anyone tell me the VB.Net equivalent?
Thanks in advance.
Alan Davis ... more >>
How to get Key Trap From other running(focused) application.....Something like TSR
Posted by Hitesh Jain at 11/26/2003 12:42:00 AM
Hi,
can anyone mail me simple program how to trap a key event in vb.net ( =
When other application are in focus).=20
Mean Some thing like TSR ( rem in DOS).=20
So the Key event come to my application first, then it should goes to =
other application.
So I can make a Keylogger software.
Warm... more >>
Error upgrading VB6 project to VB.NET
Posted by Graeme Neath at 11/24/2003 4:29:00 PM
I'm having some problems upgrading a project from VB6 Professional to VB.NET
2003 Professional.
When I start the upgrade wizard it starts to convert the code, but then
stops with what appears to be a dialog generated by a component that we use
'CCRPUpDown' with the error:
Run-time error... more >>
Visual Basic .NET Standard Edition
Posted by mx5rabbitoes NO[at]SPAM yahoo.com.au at 11/24/2003 1:20:34 PM
I cannot afford VS Professional..so am looking at VB NET Standard.
I know that I can't create "class libraries" -
1)do they mean I can't add classes to my projects? ASP Net or VB? or even a module?
2)Does this mean you can't compile a code behind dll in an ASP Net application?
3) Can I s... more >>
VB.NET 2003 Standard Edtion Limitations
Posted by TW Scannell at 11/22/2003 7:08:51 PM
OK, I am trying to create a new Web project, I have already created 2
projects WebApplication1 and WebApplication2. VB.NET refuses to allow me to
create another new Web Project. Is this yet another of the undocumented
limitations of VB.Net Standard edtion?
... more >>
Unable to print .. Pls help
Posted by omavlana NO[at]SPAM rediffmail.com at 11/20/2003 8:19:50 PM
Hi,
I am using printdocument, printpreview controls for printing a report
in VB.NET.
I am getting the required report and able to view multiple pages in
print preview control.
But, When I print the report.. though It has many pages, It is always
printing last one page only.
Pls help t... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Arrays and VB:NET
Posted by Victor at 11/20/2003 11:20:12 AM
Hi!
this m=Array("1","2","3","4")
in VB.NET ?????
in VB6 =Array
in VB.NET??
Thank
Victor... more >>
A question about size unit!
Posted by Mynfred at 11/19/2003 1:33:46 AM
A question about size unit!
Hi, all,
I want to draw a ruler on my form, and I want to display
it in mm unit, my code as following, but it doesn't work
well, can anyone point my fault or give me some advice.thx!
-----------------------------------------------------------
----------------... more >>
Bug / Probem With Causes Validation & Form Close
Posted by suchit.malhotra NO[at]SPAM mind-infotech.com at 11/18/2003 11:44:57 PM
My Problem is something like this.
Create a sample windows application, having 2 textboxes & a command
button
Set the forms controlbox property to True
Write validation event for the 2 textboxes
Private Sub TextBox1_Validating(ByVal sender As Object, ByVal e As
System.ComponentModel.Cance... more >>
Using CommonDialog in Word/Excel 97 after installing Visual Basic .NET
Posted by Tom Fritchey at 11/18/2003 2:26:49 PM
I need to use the CommonDialog (comdlg32.ocx) component
within Word/Excel 97, but after migrating to Visual
Basic .NET the program denies me access to this tool,
saying it doesn't detect Visual Basic 6. How can I re-
license this under .NET?
Thanks,
-Tom... more >>
Question on VB6 Upgrade -> Form and Control Event procedures
Posted by zcsessions NO[at]SPAM visionair.com at 11/17/2003 11:10:45 AM
I am in the process of upgrading from VB6 as a development tool to VB
..NET. When I upgraded my first project with the upgrade wizard, every
event procedure for a ComboBox Click event had an upgrade warning that
pointed to the help text topic "Event may fire when form is
initialized". The help t... more >>
Button MaskColor Property
Posted by Maher K. Al-Jendasi at 11/17/2003 12:19:10 AM
Hello All,
Is there any equivelent to VB 6.0 button control
MaskColor property in .NET button??
Thanks in advance
Maher K. Al-Jendasi
maher@fr.fm... more >>
A question for expersts with the Upgrade from vb6
Posted by Juanma Cervera at 11/15/2003 12:04:03 PM
Hello everybody,
I know that not very much people thinks that the upgrade of the vb6
application is the way to go.
But I have a big business application, with many customers, continuously
developing new functionality, and I can't afford to stop the development
with vb6, and begin again, with... more >>
How to make a viewtree editable!
Posted by mynfred at 11/13/2003 6:46:24 PM
Hi, all,
Is there a way to make the viewtree can editted, that's
to say, when right click the tree node, can display a menu
to reset the node content, moreover, Is there any way to
add a icon for each node?
thanks in advance!
mynfred... more >>
Newbie:File I/O question
Posted by Sir Itchy at 11/13/2003 4:29:01 PM
My current VB6 App uses the following (broad) outline to write data to a
disk datafile
====================================
'User Defined Type
Type UTDCustomer
Name as String * 30
Address1 as String * 30
.
.
ZIPCODE as String * 20
End Type
'Create it
DIM CUSTOME... more >>
Printing-Codes Conversion from VB 6.0 to VB.NET
Posted by Samuel Lee at 11/12/2003 5:09:44 PM
Could anyone convert the following vb 6.0 codes into vb.net version?
'************************************************************************
'** Button to print a sales receipt - spool print data to receipt printer
'************************************************************************
P... more >>
.exe throws exception from local, but not network drive
Posted by frostalicious at 11/11/2003 10:43:37 PM
Used VB.NET (on my client PC) to convert VB6 executable
to .NET executable. Placed the .exe file on a network drive
on my server. From client, ran .NET Wizards "Trust an
Assembly" to make the .exe (on the network drive, on the
server) "Full Trust." From the client, double-click on the
..exe ... more >>
Question about ComboBox!
Posted by leslie at 11/11/2003 10:38:03 PM
Hi,
Is there a method to forbidden displaying the listbox
of the comboBox? In other words, when click the comboBox,
don't display the drapDown list!
Any advice is appreciated!
Thanks in advance.
leslie... more >>
Question about ComboBox!
Posted by leslie at 11/11/2003 10:37:56 PM
Hi,
Is there a method to forbidden displaying the listbox
of the comboBox? In other words, when click the comboBox,
don't display the drapDown list!
Any advice is appreciated!
Thanks in advance.
leslie... more >>
Com Interop VB6 ScriptingContext
Posted by Beat at 11/11/2003 1:15:26 PM
I want to migrate a Application from ASP and VB6 to .NET
The main Part of the appication resides in a large DLL
written in VB accessing Request, Response and Session
Object of the ASP-Page. It returns also a string back to
the calling ASP-Page.
In a first step, I want to call the VB6.DLL... more >>
Conversion of number to string
Posted by Darrell Wesley at 11/10/2003 11:08:41 AM
I recently ran into the need to convert a number to a
string. Which is the best method to use CStr(number) or
CType(number,string)?
Which is the prefered vb.net way?... more >>
thoughts on switching from vb6 to .net 2003 -
Posted by PanamaAU at 11/10/2003 8:06:13 AM
I am an advanced VB6 programmer and my main client is the
gov't; which has required us to stick with VB6.
I have a new project that will be rather large for a
commercial client and I'm just 3 weeks into it and am
considering starting over w/.net 2004.
Is the learning curve going to delay... more >>
VB6 not upgradable to VB.net 2003
Posted by Adam at 11/9/2003 6:00:45 AM
All VB6 projects are basically not upgradable to VB.net
2003. Even very simple projects cannot be upgraded,
because of mess introduced by upgrade wizzard. Majority
(but not all) of String (or Integer) variables
declarations are changed to Object etc. Practically whole
project (even very si... more >>
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 >>
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 >>
|