hi friends!
-
hello, I'm a visual c++ programmer, i wanted some information about .net technology and how should i start with it and where to finish it,and how much time does it take,I study almost 8hours a day, Best regards, khodadad pakdaman.
-
hello, I'm a visual c++ programmer, i wanted some information about .net technology and how should i start with it and where to finish it,and how much time does it take,I study almost 8hours a day, Best regards, khodadad pakdaman.
-
hello, I'm a visual c++ programmer, i wanted some information about .net technology and how should i start with it and where to finish it,and how much time does it take,I study almost 8hours a day, Best regards, khodadad pakdaman.
It's all up to you my friend in how many hours you grasp a particular topic. If you nee books regarding .Net i can help you on it.By the way i am working on C# if u have any query you may ask i'll give you the answers if they are in my knowledge.Best Of Luck ;) fahad.ashraf.ali@gmail.com Fahad
-
It's all up to you my friend in how many hours you grasp a particular topic. If you nee books regarding .Net i can help you on it.By the way i am working on C# if u have any query you may ask i'll give you the answers if they are in my knowledge.Best Of Luck ;) fahad.ashraf.ali@gmail.com Fahad
Hi... You mentioned that your working on c# and i'm currently strugling on this language. Can you help me? I'm trying to convert this code from vb to c#: Private Shared mFormDefInstance As frmBillingAll Private Shared mInitializingDefInstance As Boolean Public Shared Property defInstance() As frmBillingAll Get If mFormDefInstance Is Nothing OrElse mFormDefInstance.IsDisposed Then mInitializingDefInstance = True mFormDefInstance = New frmBillingAll mInitializingDefInstance = False End If defInstance = mFormDefInstance End Get Set(ByVal Value As frmBillingAll) mFormDefInstance = Value End Set End Property Here's my convertion Private static frmFloatDialog floatDialog = new frmFloatDialog(); Private static bool mInitializingDefInstance; Public static Property defInstance() As frmBillingAll --> I dont know how to convert this thing... Get If mFormDefInstance Is Nothing OrElse mFormDefInstance.IsDisposed Then mInitializingDefInstance = True mFormDefInstance = New frmBillingAll mInitializingDefInstance = False End If defInstance = mFormDefInstance End Get Set(ByVal Value As frmBillingAll) mFormDefInstance = Value End Set End Property I could convert some of it but I think I done it wrongly... Do you have an idea on how to call other MDIchild by another MDIchild? I tried using formName.show() but its not working. Please advice... thankz....
-
hello, I'm a visual c++ programmer, i wanted some information about .net technology and how should i start with it and where to finish it,and how much time does it take,I study almost 8hours a day, Best regards, khodadad pakdaman.
kh.pakdaman wrote:
hi friends!
It would be better to put in a useful subject line. For example: "Need advice for studying C#"