What about injecting into values that don't need quotes around them?
Upcoming FREE developer events: * Developer Day Scotland Recent blog posts: * Follow up on hiring a software developer * The Value of Smaller Methods My website | blog
Its no virus. There's a small bar between the web page being viewed and the bottom of the Address bar, or whatever toolbar is lowest. Grab that bar and drag it down as far a it will go. You'll find your Menu Bar behind one of the other toolbars.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007
hi, the third party is running under local service account (same as w3w ) and i set full control for this account for exe as well as for web app, i don't have much idea about remoting but i will try to it, Thankx, Ritesh
Hi, After some R&D i think i figured out the solution...........it all has do to with IE 6.0 's trusted site's security setting.I just set "Automatic Promting for file download" setting to enable and it works fine. Regards, Ritesh
in the Form1 , write this, attached to the Command1 button : Sub Command1_Click() Form2.Show End Sub in the Form2, write this : Private Sub Form_Load() Unload Form1 End Sub aprx