Click here to Skip to main content
16,005,236 members
Home / Discussions / C#
   

C#

 
Questionwindow handle error Pin
madhan_mss22-May-07 20:56
madhan_mss22-May-07 20:56 
AnswerRe: window handle error Pin
Colin Angus Mackay22-May-07 22:21
Colin Angus Mackay22-May-07 22:21 
AnswerRe: window handle error Pin
Dave Kreskowiak23-May-07 7:14
mveDave Kreskowiak23-May-07 7:14 
Questionhi , How many Tables can a Data Set hold? Pin
CodeVarma22-May-07 20:12
CodeVarma22-May-07 20:12 
AnswerRe: hi , How many Tables can a Data Set hold? Pin
N a v a n e e t h22-May-07 22:45
N a v a n e e t h22-May-07 22:45 
AnswerRe: hi , How many Tables can a Data Set hold? Pin
Dave Kreskowiak23-May-07 7:10
mveDave Kreskowiak23-May-07 7:10 
Questionhow to check internet connectivity status through C# Windows application Pin
pashitech22-May-07 19:41
pashitech22-May-07 19:41 
AnswerRe: how to check internet connectivity status through C# Windows application Pin
Sandeep Akhare22-May-07 20:56
Sandeep Akhare22-May-07 20:56 
You can use axWebBrowser1 object from COM component or search for browserobject Also play with it you will definatly find ant method to Check connectivity
<br />
string URL="http://www.someaName.com/ccp/index.jsp?pg_name=ccpmapp/individuals/savings/page/retirement_money_market";<br />
			object oMissing = null;                 <br />
<br />
			HTMLDocumentClass objects=new HTMLDocumentClass();<br />
<br />
			axWebBrowser1.Navigate(URL,ref oMissing,ref oMissing,ref oMissing,ref oMissing);<br />
			<br />
			while(axWebBrowser1.Busy)<br />
<br />
			{<br />
<br />
				Application.DoEvents();<br />
<br />
			}<br />
<br />


Thanks and Regards
Sandeep

If If you look at what you do not have in life, you don't have anything,
If you look at what you have in life, you have everything... "




AnswerRe: how to check internet connectivity status through C# Windows application Pin
Muammar©22-May-07 23:35
Muammar©22-May-07 23:35 
AnswerRe: how to check internet connectivity status through C# Windows application Pin
Giorgi Dalakishvili23-May-07 5:29
mentorGiorgi Dalakishvili23-May-07 5:29 
QuestionDay Planner (Remainder) Sample Project Pin
Exelioindia22-May-07 19:38
Exelioindia22-May-07 19:38 
AnswerRe: Day Planner (Remainder) Sample Project Pin
Christian Graus22-May-07 19:51
protectorChristian Graus22-May-07 19:51 
GeneralRe: Day Planner (Remainder) Sample Project Pin
Exelioindia22-May-07 19:56
Exelioindia22-May-07 19:56 
GeneralRe: Day Planner (Remainder) Sample Project Pin
Expert Coming22-May-07 19:59
Expert Coming22-May-07 19:59 
GeneralRe: Day Planner (Remainder) Sample Project Pin
Exelioindia22-May-07 20:28
Exelioindia22-May-07 20:28 
GeneralRe: Day Planner (Remainder) Sample Project Pin
Christian Graus22-May-07 20:39
protectorChristian Graus22-May-07 20:39 
AnswerRe: Day Planner (Remainder) Sample Project Pin
Expert Coming22-May-07 19:54
Expert Coming22-May-07 19:54 
QuestionEmail Attachment using Webbrowser Pin
maazfarooqui22-May-07 18:50
maazfarooqui22-May-07 18:50 
QuestionGetting new line in XML? Pin
chand1022-May-07 18:11
chand1022-May-07 18:11 
AnswerRe: Getting new line in XML? Pin
Christian Graus22-May-07 19:54
protectorChristian Graus22-May-07 19:54 
Questiondatetime comparison please help Pin
tyutr22-May-07 16:35
tyutr22-May-07 16:35 
AnswerRe: datetime comparison please help Pin
tyutr23-May-07 10:08
tyutr23-May-07 10:08 
QuestionError in Connection to DataBase Pin
Alireza383922-May-07 15:19
Alireza383922-May-07 15:19 
AnswerRe: Error in Connection to DataBase Pin
Expert Coming22-May-07 15:35
Expert Coming22-May-07 15:35 
GeneralRe: Error in Connection to DataBase Pin
Alireza383922-May-07 15:40
Alireza383922-May-07 15:40 

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.