| Thread | Last Post | Replies |
|
| Why no path listboxes? | 13 Oct 2003 22:29 GMT | 3 |
Is there a good reason why the Drivelistbox, Dirlistbox and Filelistbox are not part of VBNet. Unless Im missing something they only seem to be part of the compatiblility VB namespace which suggests they wont be supported long term. Surely their usefulness justifies a place in the ...
|
| Icons in VB.NET | 10 Oct 2003 22:49 GMT | 1 |
I have implemented a COM object in .NET, and I simply want to load an icon resource and pass back an IPictureDisp to clients. What is the esiest way to do this? I had used LoadResPicture in VB, but I havent been able to
|
| msvb32.dll | 10 Oct 2003 18:39 GMT | 1 |
Aplication want msvb32.dll. I don't have it in my WINDOWS 2000 PROF. What I need make for download. BRGDS
|
| change Form name | 10 Oct 2003 09:17 GMT | 3 |
Why wont my app run when I change the name of the Form. I change name property in the properties window from Form1 to frmMain and I get an error when I try to run. It says the exe is missing in the bin folder and I must build the project and retry. I try to build and it says "Sub ...
|
| Upgrade Wizard Not Installed | 10 Oct 2003 02:52 GMT | 1 |
I am running Visual Studio.NET on Windows XP Pro. After a clean "Complete" install I try to open a VB 6.0 project and an error message pops up saying that "Visual Basic 6.0 Migration Tool is not installed on this computer". This
|
| Backcolor of TabControl | 09 Oct 2003 17:09 GMT | 1 |
I want to know if it's possible to set the backcolor or a TabControl (not the tabpage). Thank you. Anson
|
| Experiences | 09 Oct 2003 15:42 GMT | 3 |
I am curious what people/companies who have gone through the change from VB6 to VB.Net think about it now that they have gone through. I am not as interested in porting applications, as I am porting the programmers ;-) We are currently a VB6 house, and are looking at moving towards ...
|
| VB6 and VB.net on same machine | 08 Oct 2003 21:39 GMT | 3 |
Is OK to have VB6 and VB.net loaded on the same machine? I have to work on existing programs that are written in both versions. Thanks!
|
| ActiveX NNPT & MIME clients | 08 Oct 2003 19:17 GMT | 1 |
Right now I am failing to get the Distinct NNTP and mime development kits to work on dot.net (they work on VB6) My VB.net client programs are ready to roll if I can just find an ActiveX library to CONNECT to a Newsreader site
|
| No symbols loaded. | 07 Oct 2003 19:18 GMT | 2 |
I'm new to vb.net and could not brag about my vb6 accomplishents either. I've updated a project and spent days fixing syntax and so forth. It builds without fail. When started in any mode I get:
|
| Install vb.net | 07 Oct 2003 18:45 GMT | 4 |
I am trying to install visual studio net and i get following error message "Visual Basic .NET Standard - English: [2] ERROR: Error 1305.Error reading from file: d:\Program Files\Microsoft
|
| BitBlt | 07 Oct 2003 14:52 GMT | 1 |
How do I upgrade VB6 jobs the used BitBlt to run on VB.net? What do I use for the device contexts arguments?
|
| Upgrading VB6 with WMI to VB .NET | 07 Oct 2003 00:01 GMT | 3 |
I give below the working VB 6 code, followed by the converted VB .NET code. I've added the error message to the beginning of the VB .NET code. What do I need to do to get this VB 6 code converted to VB .NET? ----------------------------------------------------
|
| VB.Net set property to VB6 control not display correctly | 04 Oct 2003 03:58 GMT | 1 |
VB6 Control (MyControl): 'Contains a Label called Label1 '******************************************************************** Public Property Let Caption(ByVal New_Caption As String)
|
| Changes in DirectX functions | 04 Oct 2003 00:59 GMT | 2 |
I've been working on a Directx8 based game in vb for quite a while now, as a learning excercise and when I upgraded to .NET some of the DX funcitons changed. This is just one of them. The second paramater is asking
|