Click here to Skip to main content
15,917,328 members
Home / Discussions / C#
   

C#

 
AnswerRe: Datagrid problem while loading XML data Pin
J a a n s9-Nov-08 20:31
professionalJ a a n s9-Nov-08 20:31 
GeneralRe: Datagrid problem while loading XML data Pin
Giorgi Dalakishvili9-Nov-08 20:38
mentorGiorgi Dalakishvili9-Nov-08 20:38 
GeneralRe: Datagrid problem while loading XML data Pin
DJ2459-Nov-08 21:25
DJ2459-Nov-08 21:25 
Questionmove a form Pin
prasadbuddhika9-Nov-08 19:43
prasadbuddhika9-Nov-08 19:43 
AnswerRe: move a form Pin
Giorgi Dalakishvili9-Nov-08 19:48
mentorGiorgi Dalakishvili9-Nov-08 19:48 
AnswerRe: move a form Pin
AhsanS9-Nov-08 20:03
AhsanS9-Nov-08 20:03 
GeneralRe: move a form Pin
prasadbuddhika9-Nov-08 23:25
prasadbuddhika9-Nov-08 23:25 
AnswerRe: move a form Pin
#realJSOP9-Nov-08 23:51
professional#realJSOP9-Nov-08 23:51 
QuestionDoes anybody face any type of issues with Logging and Instrumentation Application Block? please share. Pin
Member 23244839-Nov-08 18:56
Member 23244839-Nov-08 18:56 
AnswerRe: Does anybody face any type of issues with Logging and Instrumentation Application Block? please share. Pin
AhsanS9-Nov-08 20:04
AhsanS9-Nov-08 20:04 
QuestionThumnails in C# Pin
Member 14902599-Nov-08 18:18
Member 14902599-Nov-08 18:18 
AnswerRe: Thumnails in C# Pin
Guffa9-Nov-08 19:18
Guffa9-Nov-08 19:18 
AnswerRe: Thumnails in C# Pin
N a v a n e e t h9-Nov-08 19:54
N a v a n e e t h9-Nov-08 19:54 
GeneralRe: Thumnails in C# Pin
Guffa9-Nov-08 23:23
Guffa9-Nov-08 23:23 
GeneralRe: Thumnails in C# Pin
N a v a n e e t h10-Nov-08 0:51
N a v a n e e t h10-Nov-08 0:51 
Questionpartial class Pin
netJP12L9-Nov-08 17:48
netJP12L9-Nov-08 17:48 
Hi guys, msndn says that "The WebBrowser control cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code. " http://msdn.microsoft.com/en-us/library/8skskf63.aspx[^]">

Does it mean that I cannot instiante webbrowser control as shown below.

public partial class lralHTMLEditor : UserControl
{

public lralHTMLEditor()
{
WebBrowser webbrowser1 = new WebBrowser();
}
}
AnswerRe: partial class Pin
User 66589-Nov-08 19:11
User 66589-Nov-08 19:11 
AnswerRe: partial class Pin
Dave Kreskowiak10-Nov-08 3:29
mveDave Kreskowiak10-Nov-08 3:29 
QuestionThe process cannot access the file because it is being used by another process!! Pin
farid_colombia9-Nov-08 11:52
farid_colombia9-Nov-08 11:52 
AnswerRe: The process cannot access the file because it is being used by another process!! Pin
Mark Salsbery9-Nov-08 11:59
Mark Salsbery9-Nov-08 11:59 
GeneralRe: The process cannot access the file because it is being used by another process!! Pin
farid_colombia9-Nov-08 13:33
farid_colombia9-Nov-08 13:33 
GeneralRe: The process cannot access the file because it is being used by another process!! Pin
Mark Salsbery9-Nov-08 14:13
Mark Salsbery9-Nov-08 14:13 
GeneralRe: The process cannot access the file because it is being used by another process!! Pin
farid_colombia9-Nov-08 15:39
farid_colombia9-Nov-08 15:39 
GeneralRe: The process cannot access the file because it is being used by another process!! Pin
Mark Salsbery9-Nov-08 17:25
Mark Salsbery9-Nov-08 17:25 
GeneralRe: The process cannot access the file because it is being used by another process!! Pin
farid_colombia9-Nov-08 17:36
farid_colombia9-Nov-08 17:36 

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.