| Thread | Last Post | Replies |
|
| How to FTP via VPN to sites with real adresses on different IP's ? | 30 Nov 2004 03:10 GMT | 4 |
I am using Windows 2003 Server. The VPN works fine, but I want to FTP through the VPN so the connection is encrypted. The problem is each of my IIS sites has a real Internet address specified, w.x.y.z. So when the VPN comes up using a private IP, I can't connect to any of the FTP ...
|
| .Net compantibility and performance issues on win98 | 27 Nov 2004 17:43 GMT | 3 |
I am coding in vb.6 and now planning to upgrade to vb.net. But some of my clients are still using windows 98. I am looking for some documentation or links to sites on Performance and compatibility issues of Visual studio .net on windows 98
|
| OleCreatePictureIndirect marshalling error in VB6 to .NET 1.1 Upgr | 22 Nov 2004 06:19 GMT | 2 |
I have a VB6 project which uses a call r = OleCreatePictureIndirect(Pic, IID_IDispatch, 1, IPic) to the function Private Declare Function OleCreatePictureIndirect _
|
| Code ADvisor | 21 Nov 2004 17:00 GMT | 11 |
Earlier this year I reported tat I could not get Code Advisor to work. Today, being a masochist, I re-installed Code Advisor and got the same error: "Errors were encountered while attempting to remove and then add 'Fixit'
|
| Line Input to StreamReader.ReadLine | 19 Nov 2004 11:04 GMT | 1 |
In VB 6.0 I could do this Line Input #lFreeFile, sKey, sValue and the line of text would be parsed int o sKey and sValue based on the position of a "," in the line regardless of the length of sKey takes
|
| Upgrade Wizard Crashes after 15+ hours | 17 Nov 2004 21:32 GMT | 2 |
I just started a new job where I will be either porting a legacy .25 MLOC VB.6 app to VB.Net, or redesigning from scratch and reimplementing. Frankly, the latter option is probably the one that needs to be done, as the existing app has evolved over the past 8 years from VB3 and ...
|
| Upgrading VB 5.0 Application to VB.NET | 17 Nov 2004 20:48 GMT | 1 |
From VB.NET, I try to open a project developed in VB 5.0. The Visual Basic Upgrade Wixard fails on page 5 of 5 with the following message. "It is recommended you install VB6.0, with all reference components, and ensure the application compiles and runs before upgrading." If I had ...
|
| Application Version in VB.Net | 17 Nov 2004 15:56 GMT | 2 |
In VB6, it was very easy to obtain the Version Number (Major, Minor, and Build) of the Application at run time, by using App.Major, App.Minor, and App.Revision. But VB.Net does not support this. How can I get these values in VB.Net?
|
| Data access class | 13 Nov 2004 19:08 GMT | 2 |
Hi everyone. As the moment to develop my very first .NET application closes in, I notice I am quite not ready to develop my first database access class on my own... Is there any sample component or application from which I could get inspiration, guidance and even some lines of ...
|
| vb6 upgrade to VB.NET Use of ActiveForm | 12 Nov 2004 23:21 GMT | 1 |
I am having problems converting a VB6 application to VB .NET, particularly the following code causes problems: Visual Basic Code (VB6 SP4): Private Sub mnuCOPpppECDC_Csub_Click(Index As Integer)
|
| HOW TO: Upgrade VB 6.0 mswinsck.ocx and mscomm32.ocx to VB.NET | 12 Nov 2004 18:56 GMT | 2 |
Hi, All I have a predeveloped communications testing software using VB 6.0 components Winsock and MSComm. Now, I am trying to upgrade it to VB.NET using Upgrade Wizard. Everything is fine to me except these two components which
|
| FileOpenDialogue1 Cancel | 10 Nov 2004 13:49 GMT | 1 |
In VB6 I could used the CancelError property to trap for the cancel button being pressed. In vb.net I can't see this proprty any more. I just use the
|
| HELP | 09 Nov 2004 01:18 GMT | 2 |
I have written help files for VB6 programs with contect sensitive help and they work just fine and dandy. does it all work the same way in vb.net?
|
| Visual Studio Crash | 02 Nov 2004 06:02 GMT | 1 |
I have migrated a VB6 application to VB.NET. While I haven't got all the kinks worked out, it is able to compile and partially run. It consists of a main from that has a lot of controls that are hidden/shown depending on application state. When trying to view the
|