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
I\'m working on some legacy VB5/VB6 code and need to convert a \".bas\" file to vb.net. I found several options
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.
It was very practical to keep build number in VB6, as it auto-incremented that number every time that i \"compiled\" the program.
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
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
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?
Throughout our program, forms are opened like this: FormName.SomeValue = 10 FormName.ShowDialog() rather than the usual
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
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百