Click here to Skip to main content
16,012,223 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Securing DLL's Pin
Greg Olmstead9-Sep-08 9:21
Greg Olmstead9-Sep-08 9:21 
QuestionProblem with encoding strings when exporting data to xml Pin
Oshtri Deka3-Sep-08 22:19
professionalOshtri Deka3-Sep-08 22:19 
QuestionWebBrowser component - avoid loading pictures Pin
Jan Donat2-Sep-08 2:47
Jan Donat2-Sep-08 2:47 
AnswerRe: WebBrowser component - avoid loading pictures Pin
Pete O'Hanlon2-Sep-08 3:37
mvePete O'Hanlon2-Sep-08 3:37 
GeneralRe: WebBrowser component - avoid loading pictures Pin
Jan Donat2-Sep-08 23:21
Jan Donat2-Sep-08 23:21 
Questionsending Structures over network - C#, .NET Pin
belagizi1-Sep-08 9:02
belagizi1-Sep-08 9:02 
AnswerRe: sending Structures over network - C#, .NET [modified] Pin
Mark Salsbery2-Sep-08 7:52
Mark Salsbery2-Sep-08 7:52 
QuestionFather class in how to use the special sub-category of type [modified] Pin
huangrongchuan31-Aug-08 22:03
huangrongchuan31-Aug-08 22:03 
Father class how to use the special sub-category type (such as sub-class form the TableAdapter of a table), the current idea is adding traversal of all the things on the form(such as traversing all controls on the form), if found what I need, I want to transform the type and use it as the class I want. But now i can not change the object I found into the type I needed. Thanks a lot.
Code is as follows:
private void findcontrol (Control.ControlCollection controls)
(
foreach (Control ctrl in controls) / / This traversal of a similar type of controls or components
(
if (ctrl.GetType (). Name == "customers TableAdapter") / / form on a table, the TableAdapter
(
/ / Ctrl-type into the TableAdapter customers to use
/ / Cases, TableAdapter.Update (customers DataTable);
/ / Ctrl like to, as with customers TableAdapter
)
findcontrol (ctrl.Controls);
)
)

modified on Monday, September 1, 2008 9:01 PM

AnswerDon't Cross Post Pin
Paul Conrad1-Sep-08 13:02
professionalPaul Conrad1-Sep-08 13:02 
GeneralRe: Don't Cross Post Pin
huangrongchuan1-Sep-08 15:58
huangrongchuan1-Sep-08 15:58 
QuestionGetting Base Score for Vista with .NET Pin
Last Attacker31-Aug-08 21:02
Last Attacker31-Aug-08 21:02 
QuestionGetting a sound to trigger an event in .net Pin
shark_scott30-Aug-08 13:47
shark_scott30-Aug-08 13:47 
QuestionChange default framework version that is used Pin
Winkles29-Aug-08 19:38
Winkles29-Aug-08 19:38 
AnswerRe: Change default framework version that is used Pin
Scott Dorman30-Aug-08 3:55
professionalScott Dorman30-Aug-08 3:55 
GeneralRe: Change default framework version that is used Pin
Winkles31-Aug-08 18:18
Winkles31-Aug-08 18:18 
GeneralRe: Change default framework version that is used Pin
Scott Dorman31-Aug-08 18:54
professionalScott Dorman31-Aug-08 18:54 
GeneralRe: Change default framework version that is used Pin
Winkles1-Sep-08 7:47
Winkles1-Sep-08 7:47 
GeneralRe: Change default framework version that is used Pin
Scott Dorman2-Sep-08 4:20
professionalScott Dorman2-Sep-08 4:20 
AnswerRe: Change default framework version that is used Pin
Thomas Stockwell30-Aug-08 14:37
professionalThomas Stockwell30-Aug-08 14:37 
QuestionOdd graphical problem with custom column/cell/control for DataGridView Pin
Gregory Gadow29-Aug-08 11:37
Gregory Gadow29-Aug-08 11:37 
QuestionMissing Framework files. Pin
Ray Clanan29-Aug-08 4:16
Ray Clanan29-Aug-08 4:16 
AnswerRe: Missing Framework files. Pin
Tony Richards30-Aug-08 0:31
Tony Richards30-Aug-08 0:31 
GeneralRe: Missing Framework files. Pin
Ray Clanan1-Sep-08 17:24
Ray Clanan1-Sep-08 17:24 
Questionany thing in .net with name team Pin
indian14328-Aug-08 23:52
indian14328-Aug-08 23:52 
AnswerRe: any thing in .net with name team Pin
Ray Clanan29-Aug-08 4:20
Ray Clanan29-Aug-08 4:20 

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.