User Profile

Collapse

Profile Sidebar

Collapse
shama1234
shama1234
Last Activity: Sep 8 '09, 12:23 PM
Joined: Sep 8 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Can u help me resolve any of the issues in the code

    Following is the source code

    Code:
    Private Sub ListImos()
        On Error GoTo ErrorHandler
        
        Dim lCount              As Long
        Dim sPict               As String
        Dim objMouse            As New CMouse
        Dim lvwItem             As ListItem
        
        objMouse.SetHourglass
          
        If m_objBookedUnit Is Nothing Then Set m_objBookedUnit = New CBookedUnit
    ...
    See more | Go to post
    Last edited by tlhintoq; Sep 8 '09, 09:22 AM. Reason: [CODE] ... your code here ... [/CODE] tags added

  • pls give me the VB .Net eqivalent code

    I have attached a VB6 source code
    pls let me know its VB.Net equvalent of this source code.
    I have upgraded it through Vbuc tool but after upgrading I have got EWIs.
    So I am also attaching that upgraded code.
    please help me in resolving the issues...
    See more | Go to post

  • shama1234
    started a topic Pls help me resolve this TO DO

    Pls help me resolve this TO DO

    Following is the code in VB

    Code:
      #If useMTS Then
            Set MyObjectContext = GetObjectContext()
        #End If
    and its Green code in VB.Net is


    Code:
    #If useMTS Then
    
    'UPGRADE_TODO: (1035) #If #EndIf block was not upgraded because the expression useMTS did not evaluate to True or was not evaluated. More Information: http://www.vbtonet.com/ewis/ewi1035.aspx
    ...
    See more | Go to post
    Last edited by tlhintoq; Sep 8 '09, 05:53 AM. Reason: [CODE] ... your code here ... [/CODE] tags added
No activity results to display
Show More
Working...