Click here to Skip to main content
15,903,760 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to return? Pin
Keith Barrow23-Nov-10 6:28
professionalKeith Barrow23-Nov-10 6:28 
AnswerRe: how to return? Pin
Smithers-Jones23-Nov-10 6:40
Smithers-Jones23-Nov-10 6:40 
Questionhow to output this from mysql? Pin
Jassim Rahma23-Nov-10 4:10
Jassim Rahma23-Nov-10 4:10 
AnswerRe: how to output this from mysql? Pin
Not Active23-Nov-10 4:14
mentorNot Active23-Nov-10 4:14 
AnswerRe: how to output this from mysql? [modified] Pin
fjdiewornncalwe23-Nov-10 4:15
professionalfjdiewornncalwe23-Nov-10 4:15 
QuestionAppointment alerts - server or pc Pin
Jassim Rahma23-Nov-10 3:56
Jassim Rahma23-Nov-10 3:56 
AnswerRe: Appointment alerts - server or pc Pin
Dave Kreskowiak23-Nov-10 4:28
mveDave Kreskowiak23-Nov-10 4:28 
GeneralRe: Appointment alerts - server or pc Pin
Jassim Rahma24-Nov-10 3:04
Jassim Rahma24-Nov-10 3:04 
GeneralRe: Appointment alerts - server or pc Pin
Dave Kreskowiak24-Nov-10 9:06
mveDave Kreskowiak24-Nov-10 9:06 
QuestionH/W Pin
om_metab23-Nov-10 3:05
om_metab23-Nov-10 3:05 
AnswerRe: H/W Pin
OriginalGriff23-Nov-10 3:15
mveOriginalGriff23-Nov-10 3:15 
GeneralRe: H/W Pin
Bernhard Hiller23-Nov-10 23:45
Bernhard Hiller23-Nov-10 23:45 
GeneralRe: H/W Pin
om_metab27-Nov-10 19:07
om_metab27-Nov-10 19:07 
AnswerRe: H/W Pin
Pete O'Hanlon23-Nov-10 3:25
mvePete O'Hanlon23-Nov-10 3:25 
GeneralRe: H/W Pin
Keith Barrow23-Nov-10 6:18
professionalKeith Barrow23-Nov-10 6:18 
AnswerRe: H/W Pin
Richard MacCutchan23-Nov-10 3:26
mveRichard MacCutchan23-Nov-10 3:26 
AnswerRe: H/W Pin
Keith Barrow23-Nov-10 6:27
professionalKeith Barrow23-Nov-10 6:27 
Question64 - Bit IIS Pin
satsumatable23-Nov-10 3:02
satsumatable23-Nov-10 3:02 
AnswerRe: 64 - Bit IIS Pin
Dave Kreskowiak23-Nov-10 4:24
mveDave Kreskowiak23-Nov-10 4:24 
Questionfinal project Pin
om_metab23-Nov-10 1:04
om_metab23-Nov-10 1:04 
AnswerRe: final project PinPopular
Pete O'Hanlon23-Nov-10 1:29
mvePete O'Hanlon23-Nov-10 1:29 
GeneralRe: final project Pin
om_metab13-Dec-11 23:49
om_metab13-Dec-11 23:49 
AnswerRe: final project Pin
PIEBALDconsult23-Nov-10 2:27
mvePIEBALDconsult23-Nov-10 2:27 
Be sure to use a layered approach, e.g. don't put data access in the UI.

Consider using WCF as the data transport so clients can be written for other frameworks.

When I wrote one a few years back, I used a RichTextBox to allow the user to enter the message and was pleasantly surprised to find that the RTB supported dragging and dropping various content (Visio files, sound files, etc.). Thumbs Up | :thumbsup:
GeneralRe: final project Pin
PIEBALDconsult23-Nov-10 17:57
mvePIEBALDconsult23-Nov-10 17:57 
AnswerRe: final project Pin
#realJSOP23-Nov-10 7:04
professional#realJSOP23-Nov-10 7:04 

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.