hi, thanks for your reply but sorry to say that this is not solution to my problem. also i have critical problem for that issue, kindly if you have any solution to my problem, i shall be greatful to you all. Neo
Here's an example: http://www.csharphelp.com/archives4/archive620.html[^] Make sure the control on the parent form has an appropriate access modifier. Alternatively expose the relevant control properties by creating public properties in the Parent Form.
hi, thanks for your reply, actually my problem is that i have fetched an html of a whole page now i wan to extract .pdf links. i think now you have understand my problem. if you can help me then most wellcome. :)
Thanks , But I am using Sockets and dont want to use Remoting. So what If I put my assembly in GAC and App A and App B access it from there ? would not it be shared among these 2 applications ? and If I put singlton patteren on Class X to create only object then shoudl't App A and App B get same object ? OR even if u put assembly in GAC , everny App creates its own instance of assembly ? Thanks
PLease put the code in the section Can u tell what do u mean by catalog zone ? Thanks and Regards **Sandeep** If you want something you never had, do something you have never done!
Whenever you are calling a child form from MDI call it like myChild frm1; //myChild is the ID of your child form frm1 = new frm1(); frm1.ShowDialog(this); now when you want to access control of MDI from myChild try this ((myMDI)(this.Owner)).Label1.Text = "Hi"; // myMDI is your MDI form -- modified at 1:37 Friday 30th March, 2007
Tirtha "A man can ride on your back only when it is bent....."