Click here to Skip to main content
15,900,325 members
Home / Discussions / C#
   

C#

 
AnswerRe: can I make zooming in the form itself ? Pin
Gonzalo Cao30-Jun-10 1:53
Gonzalo Cao30-Jun-10 1:53 
QuestionC# ComboBox (DataBound) for display Pin
maxpfc29-Jun-10 6:50
maxpfc29-Jun-10 6:50 
AnswerRe: C# ComboBox (DataBound) for display Pin
Ennis Ray Lynch, Jr.29-Jun-10 7:40
Ennis Ray Lynch, Jr.29-Jun-10 7:40 
GeneralRe: C# ComboBox (DataBound) for display Pin
DaveyM6929-Jun-10 8:02
professionalDaveyM6929-Jun-10 8:02 
GeneralRe: C# ComboBox (DataBound) for display Pin
I Believe In GOD29-Jun-10 8:16
I Believe In GOD29-Jun-10 8:16 
JokeRe: C# ComboBox (DataBound) for display Pin
Pete O'Hanlon29-Jun-10 11:07
mvePete O'Hanlon29-Jun-10 11:07 
GeneralRe: C# ComboBox (DataBound) for display Pin
DaveyM6929-Jun-10 12:04
professionalDaveyM6929-Jun-10 12:04 
AnswerRe: C# ComboBox (DataBound) for display Pin
maxpfc29-Jun-10 23:30
maxpfc29-Jun-10 23:30 
Ok I found out how to do this:
WITHOUT DOING THIS DRAGGING DATASET TABLES TO THE FORM AS COMBO BOXES WILL NOT WORK AS EXPECTED!
1. Open datasource explorer
2. presuming you've got vs pro drag a odbc data table to the form (after right clicking and setting component to combo)
3. set display memember and value member
4. exit wiz and go to the combo properties
5. expand the databindings list
6. set everything to 'none'
7. the disply and value settings remain as they are properties of ComboBox and not ComboBox.DataBindings
8.???
9.Profit!!!

microsoft has not thought out the logic of having a combo with dual values such as (id_PK, description) being reinserted everytime a user makes that selection in the combo. it makes no sence at all but by following the above you can avoid it and just use the combo for selection and display.

Peace and thanks for being willing to help. It really is a niffty feature being able to drag datatables to the form and having them appear as combos, you just have to know how, and the fact that theres no documentation doesn't make it easier.
QuestionOAuth implementation help Pin
Etienne_12329-Jun-10 5:44
Etienne_12329-Jun-10 5:44 
AnswerRe: OAuth implementation help Pin
Ennis Ray Lynch, Jr.29-Jun-10 6:49
Ennis Ray Lynch, Jr.29-Jun-10 6:49 
GeneralRe: OAuth implementation help Pin
Etienne_12329-Jun-10 7:32
Etienne_12329-Jun-10 7:32 
AnswerRe: OAuth implementation help [modified] Pin
Luc Pattyn29-Jun-10 7:07
sitebuilderLuc Pattyn29-Jun-10 7:07 
GeneralRe: OAuth implementation help Pin
Etienne_12329-Jun-10 7:50
Etienne_12329-Jun-10 7:50 
GeneralRe: OAuth implementation help Pin
Luc Pattyn29-Jun-10 8:06
sitebuilderLuc Pattyn29-Jun-10 8:06 
GeneralRe: OAuth implementation help Pin
Etienne_12329-Jun-10 23:29
Etienne_12329-Jun-10 23:29 
GeneralRe: OAuth implementation help Pin
Luc Pattyn30-Jun-10 0:34
sitebuilderLuc Pattyn30-Jun-10 0:34 
GeneralRe: OAuth implementation help Pin
Etienne_12330-Jun-10 2:00
Etienne_12330-Jun-10 2:00 
GeneralRe: OAuth implementation help Pin
Ennis Ray Lynch, Jr.30-Jun-10 3:00
Ennis Ray Lynch, Jr.30-Jun-10 3:00 
QuestionHow to remove blank pages in a PDF from C# Application [modified] Pin
kalyan_vb29-Jun-10 5:31
kalyan_vb29-Jun-10 5:31 
Questionclass concept Pin
Yonathan111129-Jun-10 1:46
professionalYonathan111129-Jun-10 1:46 
AnswerRe: class concept Pin
J4amieC29-Jun-10 2:23
J4amieC29-Jun-10 2:23 
GeneralRe: class concept Pin
Yonathan111130-Jun-10 20:37
professionalYonathan111130-Jun-10 20:37 
AnswerRe: class concept Pin
Richard MacCutchan29-Jun-10 2:42
mveRichard MacCutchan29-Jun-10 2:42 
GeneralRe: class concept Pin
Yonathan111130-Jun-10 20:39
professionalYonathan111130-Jun-10 20:39 
AnswerRe: class concept Pin
PIEBALDconsult29-Jun-10 3:47
mvePIEBALDconsult29-Jun-10 3:47 

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.