| Thread | Last Post | Replies |
|
| how to convert VB6 project without VB6 | 29 Aug 2003 17:45 GMT | 2 |
We have VB.NET 2002 but need to work on some code a client developed in VB6. We've been unable to upgrade their VB6 project due to some missing components (DAO350.DLL & MSCOMM32.OCX), and the Upgrade Wizard recommends that we install VB6 first before upgrading. Unfortunately,
|
| Help progress bar | 26 Aug 2003 18:51 GMT | 3 |
io ho crato una progress bar e vorrei mandarla a ripetizione quando carica, ma non so come si fa ptresti aiutarmi??? schweb@libero.it I have a progress bar and I don't say how I can run this bar all times not
|
| Ubgrading projects | 26 Aug 2003 18:37 GMT | 2 |
Is there a better way to upgrade my VB6 projects to VB.Net than the default method included in the program. Any help here would be greatly appreciated.
|
| help me!! is very simple | 26 Aug 2003 18:26 GMT | 2 |
I have a problem... I don't know how my application can run (not open) any more application, for example I must programme a button.
:-) thanks for your help. |
| Does anyone miss MSFlexGrid in .NET | 26 Aug 2003 17:26 GMT | 1 |
One of my biggest obstacles in moving to VB.NET is the lack of MSFlexGrid. DBGrid boasts superiority, but I find it horrific to work with. Has anyone found a solution? Any Advice?
|
| Code Advisor in VB.NET | 25 Aug 2003 16:35 GMT | 1 |
I tried out the code advisor for VB6 and it was great. It opened my eyes to a lot of bad coding practices I had been getting away with because VB6 would work around it and not generate an error. eg. for years I thought that Dim x, y, z as Integer meant that all three
|
| Upgrading DSR Files. | 25 Aug 2003 12:34 GMT | 2 |
Hi, I am VB6 programmer. I am trying to upgrade an application from VB6 to VB.NET. My problem is that I cannot upgrade Crystal report files, which are DSR FILES.
|
| Upgrade failure | 21 Aug 2003 22:53 GMT | 4 |
I am upgrading a VB6 application to VB.net and it is failing. I get the following message: *********** Upgrade failed:Exception occured: The referenced component
|
| Using ListView | 21 Aug 2003 21:48 GMT | 1 |
How can I clear out the items in a list view? I tried the .clear method and it wipes out the columns, headers, everything. I just want to clear out the rows and repopulate it with a new set of data. Columns and headers stay the same.
|
| Conversion issue - controls in top left corner | 20 Aug 2003 22:48 GMT | 2 |
We recently converted an application from VB6 to VB.NET using the wizard that comes with VB.NET. The wizard causes all the controls to shift to the top left corner. I manually put them back to where they should be, but when I compile the program, they shift back to the top left ...
|
| Ignoring errors with Try-Catch | 20 Aug 2003 22:15 GMT | 2 |
I'm converting some code from VB6 to VB.NET that is setup to ignore a specific error. In my code, I have an On Error GoTo statement and an error handler that does a Resume Next if I get a certain error. How do I do this
|
| Problem with ActiveX.dll imported in ASP.NET. Some proerties are modified(garbage collected I think) | 20 Aug 2003 22:10 GMT | 1 |
I'm calling a VB6 ActiveX.dll from ASP.NET. The problem is that I set some properties, like FilePath="c:\myfile.txt" for example, and later the values are set to "". I think this may be because of the GC. I can set these properties again, so that means that the instance of
|
| Can't send mail since upgrade to VS2003 | 19 Aug 2003 17:37 GMT | 1 |
I have a simple command line program that sends mail. I upgraded from VS.NET to VS.NET2003. Now when my program runs, I get an error "Could not access 'CDO.Message' object." Is there a better way to send mail in 2003?
|
| Line continuation characters and the upgrade wizard | 18 Aug 2003 21:25 GMT | 1 |
Does the upgrade wizard import line continuation characters? I've searched the knowledge base to no avail. I ran the .NET 2003 upgrade wizard on a vb6 dll project and ALL line continuation characters were removed. Thanks for
|
| DataTable into file | 18 Aug 2003 13:46 GMT | 1 |
I have a question. Is it possible to save DataTable into file? I am working with DataTable and this piece of information is very usefull to me. Thank you for all responses. Robert Zabrocki.
|