Click here to Skip to main content
15,884,176 members
Home / Discussions / C#
   

C#

 
AnswerRe: Slide bar Pin
Eduard Keilholz25-May-09 3:37
Eduard Keilholz25-May-09 3:37 
QuestionAccessing the right Registry entry for Internet Explorer in C# Pin
ramz_g25-May-09 1:05
ramz_g25-May-09 1:05 
AnswerRe: Accessing the right Registry entry for Internet Explorer in C# Pin
Rajesh R Subramanian25-May-09 4:03
professionalRajesh R Subramanian25-May-09 4:03 
QuestionXmlTextWriter and MemoryStream Pin
OriginalGriff25-May-09 1:05
mveOriginalGriff25-May-09 1:05 
Question7.1 Surround Sound Pin
Chris MacEwan25-May-09 0:51
Chris MacEwan25-May-09 0:51 
AnswerRe: 7.1 Surround Sound Pin
molesworth25-May-09 2:18
molesworth25-May-09 2:18 
Questionopen aspx page Pin
michaelgr125-May-09 0:50
michaelgr125-May-09 0:50 
AnswerRe: open aspx page Pin
padmanabhan N25-May-09 1:31
padmanabhan N25-May-09 1:31 
//in windows application there is no such thing as aspx page.
//in web application we can open a aspx page as,

Response.Redirect("Sample.aspx");
(or)
server.trasfer("Sample.aspx");

//you can open a form using windows appliaction like,

Form2 frm = new Form2();
frm.Show();

Padmanabhan

GeneralRe: open aspx page Pin
michaelgr125-May-09 1:32
michaelgr125-May-09 1:32 
AnswerRe: open aspx page Pin
Ramesh Swaminathan25-May-09 3:22
Ramesh Swaminathan25-May-09 3:22 
AnswerRe: open aspx page Pin
Vasudevan Deepak Kumar25-May-09 3:51
Vasudevan Deepak Kumar25-May-09 3:51 
QuestionWrong COM Port Number Pin
stancrm25-May-09 0:04
stancrm25-May-09 0:04 
AnswerRe: Wrong COM Port Number Pin
Moreno Airoldi25-May-09 3:56
Moreno Airoldi25-May-09 3:56 
GeneralRe: Wrong COM Port Number Pin
Rajesh Anuhya25-May-09 3:58
professionalRajesh Anuhya25-May-09 3:58 
GeneralRe: Wrong COM Port Number Pin
Dave Kreskowiak25-May-09 6:59
mveDave Kreskowiak25-May-09 6:59 
AnswerRe: Wrong COM Port Number Pin
Rajesh Anuhya25-May-09 3:56
professionalRajesh Anuhya25-May-09 3:56 
QuestionHow will I pass argument to Process Pin
Naveed72724-May-09 22:07
Naveed72724-May-09 22:07 
AnswerRe: How will I pass argument to Process Pin
S. Senthil Kumar24-May-09 22:38
S. Senthil Kumar24-May-09 22:38 
AnswerRe: How will I pass argument to Process Pin
Luc Pattyn24-May-09 23:56
sitebuilderLuc Pattyn24-May-09 23:56 
QuestionHow can I know the Internet Explorer Information using c#? Pin
svt gdwl24-May-09 21:23
svt gdwl24-May-09 21:23 
AnswerRe: How can I know the Internet Explorer Information using c#? Pin
Manas Bhardwaj24-May-09 23:17
professionalManas Bhardwaj24-May-09 23:17 
QuestionHow can I catch the keyboard events on browser (IE) using c#? Pin
svt gdwl24-May-09 20:58
svt gdwl24-May-09 20:58 
AnswerRe: How can I catch the keyboard events on browser (IE) using c#? Pin
stancrm24-May-09 21:18
stancrm24-May-09 21:18 
QuestionSearching drives and directories Pin
Rajdeep.NET is BACK24-May-09 20:10
Rajdeep.NET is BACK24-May-09 20:10 
AnswerRe: Searching drives and directories Pin
fly90424-May-09 20:23
fly90424-May-09 20:23 

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.