Click here to Skip to main content
15,903,175 members
Home / Discussions / C#
   

C#

 
Questionhandling browser events from windows application Pin
mihir raut20-May-08 1:37
mihir raut20-May-08 1:37 
Questioncalling C++ method from C# .net? Pin
cristi_alonso20-May-08 1:36
cristi_alonso20-May-08 1:36 
AnswerRe: calling C++ method from C# .net? Pin
Laddie20-May-08 2:56
Laddie20-May-08 2:56 
GeneralRe: calling C++ method from C# .net? Pin
cristi_alonso20-May-08 18:03
cristi_alonso20-May-08 18:03 
QuestionProblem with CustomEventHandling. Pin
hdv21220-May-08 1:13
hdv21220-May-08 1:13 
AnswerRe: Problem with CustomEventHandling. Pin
buchstaben20-May-08 1:28
buchstaben20-May-08 1:28 
GeneralRe: Problem with CustomEventHandling. Pin
hdv21220-May-08 2:20
hdv21220-May-08 2:20 
Questionbrowser component Pin
asma_panjabi20-May-08 0:42
asma_panjabi20-May-08 0:42 
Hi I am using browser component in my application which is in C#.net 1.1 Windows application

private AxSHDocVw.AxWebBrowser axWebBrowser1;

and i have set all the properties for it
it gives me error as

an error has occured in the script on this page.
Line: 1
Char: 1
Error: Object Expected
Code: 0
URL: http://in.msn.com/default.aspx?froo=www

do you want to continue running scripts on this page?
yes no


I have navigated by

string str1 = ComboAddress.Text;
object tmp = (object)str1;
object null_obj_str = "";
System.Object null_obj = 0;

axWebBrowser1.Navigate2(ref tmp , ref null_obj, ref null_obj, ref null_obj_str, ref null_obj_str);

how do i go about with this problem and i want allow popups also?
can any 1 help?
GeneralRe: browser component Pin
buchstaben20-May-08 1:26
buchstaben20-May-08 1:26 
QuestionWhy the exception "Could not save; currently locked by another user" raise? Pin
nicolus19-May-08 23:56
nicolus19-May-08 23:56 
AnswerRe: Why the exception "Could not save; currently locked by another user" raise? Pin
Christian Graus20-May-08 0:06
protectorChristian Graus20-May-08 0:06 
GeneralRe: Why the exception "Could not save; currently locked by another user" raise? Pin
nicolus20-May-08 1:08
nicolus20-May-08 1:08 
AnswerRe: Why the exception "Could not save; currently locked by another user" raise? Pin
Nouman Bhatti20-May-08 0:14
Nouman Bhatti20-May-08 0:14 
QuestionClient Installation problems.. Pin
ptr2void19-May-08 23:40
ptr2void19-May-08 23:40 
AnswerRe: Client Installation problems.. Pin
Christian Graus20-May-08 0:12
protectorChristian Graus20-May-08 0:12 
AnswerRe: Client Installation problems.. Pin
Nouman Bhatti20-May-08 0:13
Nouman Bhatti20-May-08 0:13 
GeneralRe: Client Installation problems.. Pin
ptr2void20-May-08 2:17
ptr2void20-May-08 2:17 
GeneralRe: Client Installation problems.. Pin
Nouman Bhatti20-May-08 5:06
Nouman Bhatti20-May-08 5:06 
AnswerRe: Client Installation problems.. Pin
Christian Wikander20-May-08 3:14
Christian Wikander20-May-08 3:14 
QuestionRegular expressio to replace \n to html break tag Pin
Exelioindia19-May-08 23:32
Exelioindia19-May-08 23:32 
AnswerRe: Regular expressio to replace \n to html break tag Pin
Christian Graus20-May-08 0:04
protectorChristian Graus20-May-08 0:04 
GeneralRe: Regular expressio to replace \n to html break tag Pin
Anthony Mushrow20-May-08 0:09
professionalAnthony Mushrow20-May-08 0:09 
GeneralRe: Regular expressio to replace \n to html break tag Pin
Christian Graus20-May-08 0:11
protectorChristian Graus20-May-08 0:11 
GeneralRe: Regular expressio to replace \n to html break tag Pin
Exelioindia20-May-08 1:34
Exelioindia20-May-08 1:34 
AnswerRe: Regular expressio to replace \n to html break tag Pin
Anthony Mushrow20-May-08 0:05
professionalAnthony Mushrow20-May-08 0:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.