| Thread | Last Post | Replies |
|
| Combobox exception | 30 Mar 2005 20:59 GMT | 2 |
I upgraded a VB 6.0 application to VB.NET. My .NET application crashes at this statement with the error code that follows. Private Sub ReadData
|
| MSFLXGRD woes | 30 Mar 2005 16:13 GMT | 1 |
We upgraded from VS6 to VS7 and now apps that use MSFLXGRD crash at runtime. I have followed the instructions to install the license info in the registry. Note this is not a design time problem but a runtime crash.
|
| Err.raise in VB.NET?? | 30 Mar 2005 09:10 GMT | 2 |
In VB6 I gave the client programmer (mostly myself) the option to catch errors in 2 ways : So when using the class function OpenDatabase, you can ... 1) Handle errors in the errorhandler of the client
|
| to create a DLL file in VB.net to use in | 26 Mar 2005 18:12 GMT | 1 |
(Type your message h I developing a 3 - tire Application in ASP.net and i want to create a DLL file in VB.net which used as a bussiness logic. so send me a replay how to create a DLL file in VB.net so it will be implemented in ASP.net appplication --------------------------------
|
| progress bar, vbModal | 26 Mar 2005 13:11 GMT | 1 |
I want to show a progress bar,on a form, that is modal in nature, but as it appears i need to close it to continue the execution of the application. Could anyone please suggest me a solution to continue the execution without closing the dialog form? the application is in VB 6.o.
|
| "Unexpected Error" running Upgrade Wizard | 24 Mar 2005 19:51 GMT | 1 |
In the process of upgrading a series of VB6 projects to VB.Net, I have encountered an "Unexpected Error". Just after selecting the project file to convert & pressing "Next" I am given the following message in a pop-up dialog:
|
| VB6 and .Net on the same machine?? | 24 Mar 2005 19:45 GMT | 2 |
I've got a VB6 development machine (Win 2000) and was wondering if VB.net could be installed and reside on the same machine without causeing any problems??
|
| Reserved words in VB.NET | 24 Mar 2005 19:09 GMT | 1 |
In the process of running a fairly large VB6 project through the converter, several class names and a few properties that were fine in VB6 turn out to be reserved words in .NET and are disallowed (e.g. Command, Switch, Format, TypeName). The converter renamed these to ...
|
| ASP.NET Module Public Variable scope. | 24 Mar 2005 04:06 GMT | 1 |
(When running ASP.NET server side application, Public Variables declared in module modVARIABLES (Public ID as Int32) stay ONE COPY(static) for ALL simultaneous users of the program, versus what I want - Seen by All forms within my program, but each user has his own set of global ...
|
| vb6 to .net | 18 Mar 2005 10:15 GMT | 2 |
Hi, how do i convert the following vb6 codes to .net? Nibble is variable declared as Byte InputString = "" Open CurInputFileName For Binary Shared As #1
|
| Start learing VB.Net from VFP | 12 Mar 2005 16:39 GMT | 1 |
I'd like to ask: 1. Where are the best to start learing VB.Net, currently I am using Visual Foxpro as my depelopment tools 2. How to generate menu at run time, the menu it self is stored at
|
| Mixing VB6 & VB.NET in one application | 11 Mar 2005 20:12 GMT | 1 |
Our application is written in VB6 and it's hundreds of thousands of lines of code. With only a few developers we are taking our time converting and doing one piece at a time. To that end we have taken to creating our new screens and modules in VB.NET
|
| How do I get this to work | 10 Mar 2005 19:10 GMT | 4 |
I have this statment in VB6 how do I make it work in Dot net program. Dim oForm as Form If rs.Fields("OpenFM").Value = "F" Then strSqlFName = "SELECT * from tblmenudesc where tblmenudesc.menuid=" &
|
| Why Upgrade to .NET? | 10 Mar 2005 01:47 GMT | 2 |
I get every thing I want out of 6.0! So why should I upgrade?
 Signature Current Designer of Pokemon Database 2005 for Windows
|
| vb6 does not support ie6 | 05 Mar 2005 17:20 GMT | 1 |
can anyone help me? I have a program tha was developed in vb6 and it used mail access via outlook express 5 (msoe.dll). now Iam using a system with winxp sp2 and vb6 does not recognize msoe.dll anymore. does anyone have this dll in it's older version?
|