| Sucessfull Compilation but Build Fails with FATAL Error Please help (2 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Hi, I am new to this news group, hope to get prompt solution from you, gurus of VC. Well i had a project developed in VC 6.0, it uses Adobe Plugin Development SDK, I am trying to upgrade my project to VC .NET, below is the code snipplet from the project #if WIN PLATFORM // WIN ONLY #include afxwin.h extern "C" { #include "ASCalls.h" #include "AVCalls.h" #include "PDCalls.h" #include "CosCalls.h" #... |
|
| A question for expersts with the Upgrade from vb6 (4 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| 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 a new version in vb.net from the beginning. I have read books and articles about refactoring, and I have co... |
|
| Multiple instances problem (8 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| 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 |
|
| String(2, 0)? (4 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Hi, In VB6 we used to have the function String(2, 0), which gave a string with lenght 2, containing "0" in total "00". But what is the VB.NET equivalent of this? Anybody got any idea? Thansk a lot, Pieter |
|
| Active X Components in VB.Net (2 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| I am developing a project in VB.Net Pro 2003 for a PocketPC 2003 device which requires a MSComm and a MSWinSck control. Adding the ..windows\system32 \mscomm32.ocx and mswinsck.ocx creates items on the toolbox but they are greyed out and cannot be used. If I try to add the 'com' control to the toolbox I get a message that it cannot be added as it is not recognised as a com server. I even tried cre... |
|
| Conversion of number to string (2 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| 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? |
|
| Button MaskColor Property (3 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| 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 |
|
| How make label control accept a keyDown message! (2 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| 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 |
|
| msvb32.dll (3 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Does anyone know where I can find the file msvb32.dll. I would really appreciate help. Thanks Kevin : |
|
| Question about Panel size and position! (2 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Hi, all, I wanna know are there a method to set the panel visible size and virtual size? That's to say, I want to set the virtual size larger than the visible size of a panel? I look for this method in msdn, but I cann't make clear which is I need. Another question, when there are two control in a same panel control, one control A is in the coner of the top left, another B is located on the bounds... |
|
| dll / assembly (3 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Hi all ! Is it possible use a assembly(dll) created in .net in a vb6 application ? Thank's |
|
| Structure Confusion (7 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| 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: YourSystem MySystem If a structure element is a reference type, such as a String, Object, or array, the pointer to the... |
|
| VB6 not upgradable to VB.net 2003 (8 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| 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 simple) should be manually rewritten. Capacity of job necessary to improve upgraded projects prove thesis: "This... |
|
| Word Document using VB.net (3 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Hi, I used the following statement in VB6 and it works. WordDoc.ActiveDocument.TablesOfContent(1).UpdatePageNumbers () But now I need to upgrade to VB.Net. and it doesn't work. Can anyone help me with this. Thanks, Banta |
|
| How to make a viewtree editable! (3 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| 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 |
|
| Com Interop VB6 ScriptingContext (2 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| 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 from a .aspx Page. Can I pass the scripting context in a similar way I did with asp? Is it possible to write so... |
|
| Beware of scorpion53061(theft) (2 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| This individual is stealing other peoples code and claiming it as his own. The proof is when I asked him to explain his code he would not. For proof view these threads in dotnet.languages.vb Giving Back(Thank You) scorpion53061 Straighten This Out.... This is the forged code he won't explain: http://www.kjmsolutions.com/datasetarray.htm |
|
| MSCOMM in VB.net? (3 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Hello I used in VB the MSCOMM and now i changed to VB.net. Now i can't find how to send/receive data over the UART. Do someone how to do this? Thanks |
|
| vb.net 2002 vs vb.net 2003 (10 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| What are the difference? |
|
| thoughts on switching from vb6 to .net 2003 - (2 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| 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 progress significantly? I realize that I'll have to re code what I already have, but that shouldn't be too big ... |
|
| Question about ComboBox! (2 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| 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 |
|
| WebRequestFactory omitted in Release of Visual Studio .NET (4 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| 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 updated list of changes between Visual Studio Beta and Release versions? THX Olga |
|
| Upgrading from vb.net 2002 prof. to vb.net 2003 prof. (2 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| I am in the middle of a long and difficult process of translating a very large VB6 application to vb.net 2002. The conversion wizard was totally worthless for this task. Now vb.net 2003 is out. I have 3 questions. 1) Could I easily upgrade this half finished .net project from 2002 to 2003 seamlessly if I purchased the upgrade? 2) For projects that are unrelated to web development, are there any si... |
|
| unknown software exception 0xc00000fd with VBUpgrade (2 replies, VIP) |
| microsoft.public.dotnet.languages.vb.upgrade |
| Hello, I'm trying to upgrade my VB6 project do VB.NET 2002 but I keep getting an unknown software exception in the VBUpgrade program. I don't know whether it has something to do with the Type libraries included in the project, fact is the error occurs after scanning the last Type Library. So here are objects and references: Reference *\G{565783C6 CB41 11D1 8B02 00600806D9B6} #1.1#0#C:\WINNT\System... |
|
| Ambient.DisplayName (2 replies) |
| microsoft.public.dotnet.languages.vb.upgrade |
| 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 |
|