vb6-migration
how to script copying documents
given a list of documents and their path in an access database what script do i need to 开发者_如何转开发copy all these documents from their path to a local folder without writing out each individual[详细]
2023-02-15 10:39 分类:问答Porting a .bas file to vb.net
I\'m working on some legacy VB5/VB6 code and need to convert a \".bas\" file to vb.net. I found several options[详细]
2023-02-12 15:02 分类:问答Upgrade VB6 to .net NewIndex & OLE1
I am trying to get my conversion fixed from a VB开发者_Go百科6 application over to a VB.net 2010 application. Everything went well but for a few sleeted listbox NewIndex and OLE control.[详细]
2023-02-08 19:13 分类:问答How can i set an windows forms project to auto increment the version number, like it was in VB 6?
It was very practical to keep build number in VB6, as it auto-incremented that number every time that i \"compiled\" the program.[详细]
2023-02-08 03:48 分类:问答vb6 windows application migration to silverlight/wcf web application
we have existing vb6 win application for gaming industry. There are mainly 3 big modules. For 1st module/part, I converted vb6 code to vb.net library. I used that vb.net library in wcf duplex service[详细]
2023-02-07 10:46 分类:问答How to deal with *many* context menus
I\'m re-writing in C# (with Winforms) an old VB6 app that uses a sin开发者_如何学编程gle context menu with multiple Items that change their Caption, Visible, and Enabled traits based on a monolithic f[详细]
2023-02-06 21:31 分类:问答VB6 Julian Date String to Date Object
Is there a function in Visual Basic 6 that can be used to convert a julian date string (99001-1st of Jan 1999) to a Date objec开发者_StackOverflow中文版t?[详细]
2023-02-05 10:56 分类:问答Forms retaining values after closing
Throughout our program, forms are opened like this: FormName.SomeValue = 10 FormName.ShowDialog() rather than the usual[详细]
2023-02-03 00:46 分类:问答Declare Attribute in VB.NET
In my VB 6.0 code, I declare have the following line: Attribute VB_Name = \"MyFile\" However, in VB.NET, I get the error \"expecting declaration\".Isn\'t this a declaration statement?Is there a goo[详细]
2023-02-01 01:48 分类:问答How to find out if a VB6 control is indexed (control array) in .NET
I working on a VB.NET project to manipulate a VB6 form using COM Interop. Some of the controls on my VB6 form are indexed and some not, so calling ctl.Index fails on those that have no ind开发者_JAVA百[详细]
2023-01-30 17:10 分类:问答