Click here to Skip to main content
15,908,618 members

Comments by amitnaik (Top 16 by date)

amitnaik 15-Jan-13 10:21am View    
onurag19, question is regarding excel (xls and xlsx) not XML. What u have written is for xml.
amitnaik 26-Dec-12 6:04am View    
I have some information but before that, what do want exactly? Do want to know, How messages are passed? or u want to track down messages which are sent?
But remember one thing UI Thread(foreground) is always different than background thread (other code which includes no UI control part).
amitnaik 20-Dec-12 11:05am View    
one more thing while closing do this close main form
U can use events of frmLicense. ( either by addhandler or using withevents keyword).

Private Sub frm_FormClosed(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosedEventArgs) Handles frm.FormClosed
Me.Close() 'Main form close
End Sub

wish u happy coding
amitnaik 13-Dec-12 0:37am View    
happy for u.anyway at the last solution does matter if user is satisfied.
amitnaik 12-Dec-12 8:35am View    
my vote is 4. because some don't understand question and file structure of OS and gives vote as 1.
Arun i got our problem, because already came across similar problem but solved that thing. but need more information about your code.specially opening file dialog and please check assembly/exe path.