vb6-migration

    1熱度

    2回答

    我最近將項目升級到了Visual Basic 2008,並且遇到以下錯誤,我無法識別,希望有人能幫到您: AxThreed.AxSSCommand is not defined AxActiveInput.AxSSDropDownEdit is not defined AxPVTEXT3DLib.AxPVText3D is not defined 任何想法這是什麼以及如何解決它?

    2熱度

    1回答

    將VB5遷移到VB6的最佳方式是什麼?哪個版本的Visual Studio有助於實現這一目標,以及在遷移之前我們需要注意的所有預防措施/注意事項。是否有可用的任何方法筆記在互聯網上可用

    2熱度

    1回答

    我有一個VB6屬性,我試圖轉換爲C#。這是因爲如下: Public Property Get NewEnum() As IUnknown 'this property allows you to enumerate 'this collection with the For...Each syntax Set NewEnum = m_coll.[_NewEnum]

    1熱度

    1回答

    我正在研究VB.Net項目,我需要將VB6.0代碼轉換爲VB.Net。在轉換過程中,我知道在VB6的GridView中有一個叫做BeforeUpdate的事件,它在VB.Net中不可用。所以請給我替代方案,可以這樣做BeforeUpdate。

    2熱度

    1回答

    我有一個VB6項目當我嘗試囤此,它拋出一些錯誤,如 The referenced component 'AxMSCommLib' could not be found. The referenced component 'AxOWC' could not be found. The referenced component 'ComctlLib' could not be found.

    0熱度

    1回答

    我有一個VB6項目當我嘗試它在.NET 4.0的升級,它顯示在引用一些錯誤(我知道這是顯而易見的),它們就像 The referenced component 'AxMSCommLib' could not be found. The referenced component 'AxOWC' could not be found. The referenced component 'Comc

    1熱度

    1回答

    以下VB.Net代碼在運行時發生故障,出現InvalidCastException錯誤。如果我將變量a1的類型從Object更改爲class A,那麼程序將執行OK。 我想解決此問題,而不更改以下示例代碼中的Test()函數。如果需要,我可以輕鬆更改Class A或Class B的定義。 Public Class A Public Shared Widening Operator CTy

    2熱度

    2回答

    我有一個VB 6源代碼,我在.NET中重寫它。 在某些地方,我發現日期轉換爲「mmddhhnn」格式。我不知道這裏的「nn」是什麼,如果我把它放在.NET中,那麼它不會將nn轉換成任何東西,而只是保持「nn」。它在.NET中等價於什麼?

    4熱度

    1回答

    有誰知道是否有可能讀取C#中的隨機訪問文件? 我試圖複製在C#中的以下功能(從舊VB6應用程序) - Open File For Random Shared As #100 Len = Len(Record) Get #100, DM, Record Close #100 Public DM As Long Public Record As DMrecord Public T

    1熱度

    2回答

    我是從VB6的轉換一些代碼,VB.Net,它包含了一些出現: - Private m_myobj As ObjectContext m_myobj = GetObjectContext() ' do stuff, then m_myobj.SetAbort() ' or m_myobj.SetComplete() 通過包括System.Data和System.Data.Entity