Click here to Skip to main content
15,898,373 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
QuestionRe: from c pointer function to good object design Pin
led mike5-Sep-08 4:29
led mike5-Sep-08 4:29 
AnswerRe: from c pointer function to good object design Pin
mp3butcher5-Sep-08 4:55
mp3butcher5-Sep-08 4:55 
Questionloading images and text Pin
netJP12L1-Sep-08 19:03
netJP12L1-Sep-08 19:03 
AnswerRe: loading images and text Pin
Pete O'Hanlon1-Sep-08 23:00
mvePete O'Hanlon1-Sep-08 23:00 
AnswerRe: loading images and text Pin
alex.barylski15-Sep-08 18:40
alex.barylski15-Sep-08 18:40 
GeneralRe: loading images and text Pin
netJP12L16-Sep-08 4:59
netJP12L16-Sep-08 4:59 
GeneralRe: loading images and text Pin
Pete O'Hanlon16-Sep-08 12:07
mvePete O'Hanlon16-Sep-08 12:07 
QuestionFather class in how to use the special sub-category of type Pin
huangrongchuan31-Aug-08 21:56
huangrongchuan31-Aug-08 21:56 
Father class in how to use the special sub-category of type (such as sub-class form on a table on the TableAdapter), the father of the current thinking is kind of like adding traversal of all the things (such as traversing the form of succession All controls), the need to find, it will need to transform the type to use it. But now they can not find this object into the type of need. Thanks a lot.
Code is as follows:
/ / Father traverse sub-class category on the form for the control and use it
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);
)
)
QuestionPhone Number Internationalization Pin
k_dasaprakash31-Aug-08 3:21
k_dasaprakash31-Aug-08 3:21 
AnswerRe: Phone Number Internationalization Pin
Paul Conrad31-Aug-08 5:40
professionalPaul Conrad31-Aug-08 5:40 
AnswerRe: Phone Number Internationalization Pin
Pete O'Hanlon31-Aug-08 8:40
mvePete O'Hanlon31-Aug-08 8:40 
AnswerRe: Phone Number Internationalization Pin
Ray Cassick31-Aug-08 14:33
Ray Cassick31-Aug-08 14:33 
AnswerRe: Phone Number Internationalization [modified] Pin
txjudo18-Nov-08 2:32
txjudo18-Nov-08 2:32 
Questiongive me a solusion Pin
simonsinxer30-Aug-08 1:47
simonsinxer30-Aug-08 1:47 
AnswerRe: give me a solusion Pin
Paul Conrad2-Sep-08 19:11
professionalPaul Conrad2-Sep-08 19:11 
QuestionLINQ Pin
Bassam Saoud29-Aug-08 11:53
Bassam Saoud29-Aug-08 11:53 
AnswerRe: LINQ Pin
Mark Churchill30-Aug-08 4:37
Mark Churchill30-Aug-08 4:37 
AnswerRe: LINQ Pin
Pete O'Hanlon30-Aug-08 9:24
mvePete O'Hanlon30-Aug-08 9:24 
GeneralRe: LINQ Pin
Bassam Saoud2-Sep-08 5:49
Bassam Saoud2-Sep-08 5:49 
GeneralRe: LINQ Pin
Pete O'Hanlon2-Sep-08 8:02
mvePete O'Hanlon2-Sep-08 8:02 
GeneralRe: LINQ Pin
Bassam Saoud2-Sep-08 8:43
Bassam Saoud2-Sep-08 8:43 
GeneralRe: LINQ Pin
Pete O'Hanlon2-Sep-08 8:52
mvePete O'Hanlon2-Sep-08 8:52 
GeneralRe: LINQ Pin
Bassam Saoud2-Sep-08 10:33
Bassam Saoud2-Sep-08 10:33 
QuestionClass data members Pin
CodingYoshi20-Aug-08 11:14
CodingYoshi20-Aug-08 11:14 
AnswerRe: Class data members Pin
Pete O'Hanlon20-Aug-08 11:26
mvePete O'Hanlon20-Aug-08 11:26 

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.