Click here to Skip to main content
15,922,533 members
Home / Discussions / C#
   

C#

 
AnswerRe: ConfigurationManager - writing to App.config Pin
FJJCENTU19-Nov-09 11:46
FJJCENTU19-Nov-09 11:46 
GeneralRe: ConfigurationManager - writing to App.config Pin
BDJones19-Nov-09 12:17
BDJones19-Nov-09 12:17 
QuestionFind all websites relevant to search word(s) that are at top of search list Pin
ASPnoob19-Nov-09 11:07
ASPnoob19-Nov-09 11:07 
AnswerRe: Find all websites relevant to search word(s) that are at top of search list Pin
Abhishek Sur19-Nov-09 11:19
professionalAbhishek Sur19-Nov-09 11:19 
QuestionGet arrival confirmation of sent mails using System.Net Mail SMTPCLIENT Pin
FJJCENTU19-Nov-09 11:03
FJJCENTU19-Nov-09 11:03 
AnswerRe: Get arrival confirmation of sent mails using System.Net Mail SMTPCLIENT Pin
Abhishek Sur19-Nov-09 11:22
professionalAbhishek Sur19-Nov-09 11:22 
GeneralRe: Get arrival confirmation of sent mails using System.Net Mail SMTPCLIENT Pin
Dave Kreskowiak19-Nov-09 15:29
mveDave Kreskowiak19-Nov-09 15:29 
GeneralRe: Get arrival confirmation of sent mails using System.Net Mail SMTPCLIENT Pin
Abhishek Sur19-Nov-09 20:35
professionalAbhishek Sur19-Nov-09 20:35 
GeneralRe: Get arrival confirmation of sent mails using System.Net Mail SMTPCLIENT Pin
Dave Kreskowiak20-Nov-09 2:16
mveDave Kreskowiak20-Nov-09 2:16 
Question"no overload for ... matches delegate..." Pin
bbranded19-Nov-09 10:53
bbranded19-Nov-09 10:53 
AnswerRe: "no overload for ... matches delegate..." Pin
Gideon Engelberth19-Nov-09 11:02
Gideon Engelberth19-Nov-09 11:02 
GeneralRe: "no overload for ... matches delegate..." Pin
bbranded20-Nov-09 5:39
bbranded20-Nov-09 5:39 
AnswerRe: "no overload for ... matches delegate..." Pin
Shameel19-Nov-09 17:58
professionalShameel19-Nov-09 17:58 
QuestionTreeview Pin
farokhian19-Nov-09 9:18
farokhian19-Nov-09 9:18 
AnswerRe: Treeview Pin
Christian Graus19-Nov-09 12:25
protectorChristian Graus19-Nov-09 12:25 
AnswerRe: Treeview Pin
Shameel19-Nov-09 18:10
professionalShameel19-Nov-09 18:10 
Questionwhen i have to use and when i shld not use generics ? Pin
md_azy19-Nov-09 8:05
md_azy19-Nov-09 8:05 
AnswerRe: when i have to use and when i shld not use generics ? Pin
Abhishek Sur19-Nov-09 8:36
professionalAbhishek Sur19-Nov-09 8:36 
AnswerRe: when i have to use and when i shld not use generics ? Pin
Pete O'Hanlon19-Nov-09 9:00
mvePete O'Hanlon19-Nov-09 9:00 
AnswerRe: when i have to use and when i shld not use generics ? Pin
PIEBALDconsult19-Nov-09 10:34
mvePIEBALDconsult19-Nov-09 10:34 
AnswerRe: when i have to use and when i shld not use generics ? Pin
Shameel19-Nov-09 18:18
professionalShameel19-Nov-09 18:18 
QuestionNeed help with DataGridView combobox Editing please Pin
Grimtaz19-Nov-09 8:00
Grimtaz19-Nov-09 8:00 
QuestionVisual Studio only displaying HTML instead of Design View Pin
W4Rl0CK4719-Nov-09 6:59
W4Rl0CK4719-Nov-09 6:59 
AnswerRe: Visual Studio only displaying HTML instead of Design View Pin
Sir Dot Net19-Nov-09 7:39
Sir Dot Net19-Nov-09 7:39 
AnswerRe: Visual Studio only displaying HTML instead of Design View Pin
Shameel19-Nov-09 18:03
professionalShameel19-Nov-09 18:03 
There's no HTML for Windows Forms application, the design view is constructed from the designer generated C# code in the .designer.cs file. Are you referring to WPF application ? If that is the case, you are seeing XAML and not HTML.

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.