vb6-migration
webBrowser failure. Migration VB6 to VB.Net. ExecWB and QueryStatusMethod failure
I want to migrate an application from VB6.0 to VB.net. I migrate it myself and get an error on this two lines. The error says \"ExecWB is not a member of System.Windows.Forms.WebBrowse开发者_如何学Cr\[详细]
2023-04-13 08:25 分类:问答how to put search functionality in dataGridView in vb.NET
How can I select a single cell fr开发者_JAVA百科om selected row in datagridView and after selecting that I want to put simple search functionality (like we have in our windows folders-typing any chara[详细]
2023-04-07 16:24 分类:问答Is there a VB.NET equivalent of the VB6 Support.TabLayout Method?
I\'m currently tidying up some converted VB6->VB.Net code at work, but I\'m trying to find the .Net equivalent of the Support.TabLayout Method without much luck:[详细]
2023-04-03 22:52 分类:问答Building VB6 Projects in TFS 2010 - correct approach?
I\'ve been fiddling with setting up automated builds for our old VB6 COM components. I have successfully installed the MSSCCI pr开发者_如何学Pythonovider for TFS 2010 and can successfully check in a[详细]
2023-04-03 06:02 分类:问答Problem with calling a managed DLL from VB 6 code
I have ported VB6 code to VB.Net using the Visual Studio 2008 conversion wizard. The ported code compiles correctly.[详细]
2023-03-29 14:11 分类:问答Is .NET Timer more reliable than VB6 Timer
In the good old days of VB6 you could not rely on the timer control to fire at exactly the specified interval. If your program was doing some intense processing the Timer_Tick event i开发者_JAVA百科s[详细]
2023-03-29 13:26 分类:问答How do I migrate CanPropertyChange("Text") from VB6 to VB.NET?
I want to upgrade 开发者_如何学Goan ActiveX control from VB6 to VB.NET. I\'m having trouble upgrading this code:[详细]
2023-03-28 13:05 分类:问答Octal value throws compiler error but constant does not and they are the same values
This is one of those, why does it happen kind of questions.I need to take an Int32 value and \"OR\" it with the minimum value of its type (as a resulting of porting a 10 year old VBA application).[详细]
2023-03-28 06:14 分类:问答This Code works VB but gives exception in VB.NET, Why?
Aim to achieve : I want to change the SourceData of the Pivot table. I want to change it from \'C:\\[file.xlsx]SheetName\'!RangeName to \'SheetName\'!RangeName[详细]
2023-03-26 11:04 分类:问答Can I make a function COM Only? (Opposite of <Runtime.InteropServices.ComVisible(False)> )
I have some functions in my VB.NET DLL which I can \'hide\' from my VB6 app by using the following: <Runtime.InteropServices.ComVisible(False)> _[详细]
2023-03-23 18:52 分类:问答