Click here to Skip to main content
15,913,773 members
Home / Discussions / C#
   

C#

 
GeneralRe: USB Programming Pin
Giorgi Dalakishvili17-Feb-08 21:58
mentorGiorgi Dalakishvili17-Feb-08 21:58 
Generalsharepoint Pin
justintimberlake17-Feb-08 21:02
justintimberlake17-Feb-08 21:02 
QuestionHow can a custom property get it's values form a database? Pin
maryam.saboor17-Feb-08 20:40
professionalmaryam.saboor17-Feb-08 20:40 
AnswerRe: How can a custom property get it's values form a database? Pin
Christian Graus17-Feb-08 21:38
protectorChristian Graus17-Feb-08 21:38 
GeneralRe: How can a custom property get it's values form a database? Pin
maryam.saboor17-Feb-08 23:13
professionalmaryam.saboor17-Feb-08 23:13 
GeneralRe: How can a custom property get it's values form a database? Pin
Luc Pattyn18-Feb-08 1:13
sitebuilderLuc Pattyn18-Feb-08 1:13 
GeneralRe: How can a custom property get it's values form a database? Pin
maryam.saboor18-Feb-08 1:29
professionalmaryam.saboor18-Feb-08 1:29 
GeneralRe: How can a custom property get it's values form a database? Pin
Luc Pattyn18-Feb-08 1:39
sitebuilderLuc Pattyn18-Feb-08 1:39 
I haven't done any of this myself but AFAIK constructors and event handlers get
executed when in Design Mode too, so with the right code you should be able to
populate things.

If you don't know how to do it directly from file/database to property, split the
problem in two halfs: from file/database to list or StringCollection, then from there
to othe property.

BTW that's a general trick: if a problem seems unsurmountable, split it in a few
smaller problems... It often works, but there are no guarantees.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

This month's tips:
- before you ask a question here, search CodeProject, then Google;
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get;
- use PRE tags to preserve formatting when showing multi-line code snippets.


Generalprocess Pin
sobhaniir17-Feb-08 20:33
sobhaniir17-Feb-08 20:33 
GeneralRe: process Pin
Giorgi Dalakishvili17-Feb-08 20:56
mentorGiorgi Dalakishvili17-Feb-08 20:56 
GeneralRe: process Pin
sobhaniir18-Feb-08 1:56
sobhaniir18-Feb-08 1:56 
QuestionHow to select rows from Excel file with query? Pin
Noemi Katinka17-Feb-08 20:16
Noemi Katinka17-Feb-08 20:16 
QuestionHow to handle keypressevent Pin
dnyanubhamare17-Feb-08 19:17
dnyanubhamare17-Feb-08 19:17 
AnswerRe: How to handle keypressevent Pin
Christian Graus17-Feb-08 19:23
protectorChristian Graus17-Feb-08 19:23 
AnswerRe: How to handle keypressevent Pin
Ravenet17-Feb-08 19:53
Ravenet17-Feb-08 19:53 
GeneralRe: How to handle keypressevent Pin
Xmen Real 17-Feb-08 20:40
professional Xmen Real 17-Feb-08 20:40 
GeneralRe: How to handle keypressevent Pin
Christian Graus17-Feb-08 22:04
protectorChristian Graus17-Feb-08 22:04 
GeneralRe: How to handle keypressevent Pin
Xmen Real 17-Feb-08 22:39
professional Xmen Real 17-Feb-08 22:39 
GeneralRe: How to handle keypressevent Pin
Christian Graus17-Feb-08 22:03
protectorChristian Graus17-Feb-08 22:03 
GeneralRe: How to handle keypressevent Pin
Pete O'Hanlon17-Feb-08 23:01
mvePete O'Hanlon17-Feb-08 23:01 
GeneralRe: How to handle keypressevent Pin
Ravenet17-Feb-08 23:04
Ravenet17-Feb-08 23:04 
GeneralRe: How to handle keypressevent Pin
J4amieC18-Feb-08 0:31
J4amieC18-Feb-08 0:31 
GeneralRe: How to handle keypressevent Pin
Ravenet18-Feb-08 1:23
Ravenet18-Feb-08 1:23 
Questionhow to get no Pin
sugunavathy17-Feb-08 18:13
sugunavathy17-Feb-08 18:13 
AnswerRe: how to get no Pin
Christian Graus17-Feb-08 18:22
protectorChristian Graus17-Feb-08 18:22 

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.