Click here to Skip to main content
15,922,650 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionProgramming of interactive desktop background Pin
hansdam9-Dec-10 7:58
hansdam9-Dec-10 7:58 
AnswerRe: Programming of interactive desktop background Pin
Eddy Vluggen9-Dec-10 9:11
professionalEddy Vluggen9-Dec-10 9:11 
QuestionReading from Comboboxes on a datagrid view (C++/CLI - Windows Forms App in VS2008) [modified] Pin
Ger Hayden8-Dec-10 9:50
Ger Hayden8-Dec-10 9:50 
AnswerRe: Reading from Comboboxes on a datagrid view (C++/CLI - Windows Forms App in VS2008) Pin
DJ Matthews8-Dec-10 9:58
DJ Matthews8-Dec-10 9:58 
GeneralRe: Reading from Comboboxes on a datagrid view (C++/CLI - Windows Forms App in VS2008) Pin
Ger Hayden8-Dec-10 17:51
Ger Hayden8-Dec-10 17:51 
GeneralRe: Reading from Comboboxes on a datagrid view (C++/CLI - Windows Forms App in VS2008) Pin
Richard MacCutchan8-Dec-10 23:41
mveRichard MacCutchan8-Dec-10 23:41 
QuestionHow can I have multiple datasources in the same datagridview combo column [modified] Pin
Ger Hayden29-Nov-10 18:16
Ger Hayden29-Nov-10 18:16 
AnswerRe: How can I have multiple datasources in the same datagridview combo column Pin
RobCroll4-Dec-10 16:09
RobCroll4-Dec-10 16:09 
If users rarely make a selection from the combo then only request the data when the user edits the cell. This may or may not be acceptable.

You may also want to cache the results in a HashTable (route, collection of stages) so before you request the data, see if it already exists in the HashTable. If so, you will be able to access the data in the HashTable and avoid the round trip to the DB.
GeneralRe: How can I have multiple datasources in the same datagridview combo column Pin
Ger Hayden8-Dec-10 17:53
Ger Hayden8-Dec-10 17:53 
QuestionToolstripbutton not validating textbox. Pin
priyamtheone23-Nov-10 5:12
priyamtheone23-Nov-10 5:12 
AnswerRe: Toolstripbutton not validating textbox. Pin
RobCroll26-Nov-10 3:30
RobCroll26-Nov-10 3:30 
AnswerRe: Toolstripbutton not validating textbox. Pin
RaviRanjanKr18-Dec-10 20:50
professionalRaviRanjanKr18-Dec-10 20:50 
GeneralRe: Toolstripbutton not validating textbox. Pin
priyamtheone19-Dec-10 3:47
priyamtheone19-Dec-10 3:47 
GeneralRe: Toolstripbutton not validating textbox. Pin
phil.o19-Dec-10 21:15
professionalphil.o19-Dec-10 21:15 
QuestionProblems Dynamically Moving Controls On WinForm Pin
oracleConvert18-Nov-10 9:42
oracleConvert18-Nov-10 9:42 
AnswerRe: Problems Dynamically Moving Controls On WinForm Pin
Luc Pattyn18-Nov-10 10:02
sitebuilderLuc Pattyn18-Nov-10 10:02 
GeneralRe: Problems Dynamically Moving Controls On WinForm Pin
oracleConvert19-Nov-10 4:25
oracleConvert19-Nov-10 4:25 
AnswerRe: Problems Dynamically Moving Controls On WinForm Pin
RobCroll19-Nov-10 1:41
RobCroll19-Nov-10 1:41 
AnswerRe: Problems Dynamically Moving Controls On WinForm Pin
Dave Kreskowiak19-Nov-10 3:16
mveDave Kreskowiak19-Nov-10 3:16 
GeneralRe: Problems Dynamically Moving Controls On WinForm Pin
Luc Pattyn19-Nov-10 3:32
sitebuilderLuc Pattyn19-Nov-10 3:32 
GeneralRe: Problems Dynamically Moving Controls On WinForm Pin
Dave Kreskowiak19-Nov-10 7:07
mveDave Kreskowiak19-Nov-10 7:07 
QuestionProblem in button (.Net 2008, Framework 3.5). Pin
priyamtheone13-Nov-10 2:37
priyamtheone13-Nov-10 2:37 
AnswerRe: Problem in button (.Net 2008, Framework 3.5). Pin
Dr.Walt Fair, PE13-Nov-10 10:45
professionalDr.Walt Fair, PE13-Nov-10 10:45 
AnswerRe: Problem in button (.Net 2008, Framework 3.5). Pin
Eddy Vluggen13-Nov-10 11:26
professionalEddy Vluggen13-Nov-10 11:26 
AnswerRe: Problem in button (.Net 2008, Framework 3.5). Pin
priyamtheone16-Nov-10 3:17
priyamtheone16-Nov-10 3:17 

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.