Click here to Skip to main content
15,886,786 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: Inserting multiple records using DataGridView using C# Pin
Mycroft Holmes12-Aug-08 21:09
professionalMycroft Holmes12-Aug-08 21:09 
QuestionScheduling Service at 6.00PM Pin
balu1234511-Aug-08 20:30
balu1234511-Aug-08 20:30 
AnswerRe: Scheduling Service at 6.00PM Pin
Manas Bhardwaj11-Aug-08 22:31
professionalManas Bhardwaj11-Aug-08 22:31 
AnswerRe: Scheduling Service at 6.00PM Pin
N a v a n e e t h12-Aug-08 6:32
N a v a n e e t h12-Aug-08 6:32 
QuestionDatabinding the DataGridViewLinkColumn Pin
Richard Blythe11-Aug-08 19:16
Richard Blythe11-Aug-08 19:16 
Questionhow to select next value in listbox after moving a value from it? Pin
Yawer Iqbal11-Aug-08 7:18
Yawer Iqbal11-Aug-08 7:18 
AnswerRe: how to select next value in listbox after moving a value from it? Pin
yanairon12-Aug-08 5:01
yanairon12-Aug-08 5:01 
AnswerRe: how to select next value in listbox after moving a value from it? Pin
Mycroft Holmes12-Aug-08 21:16
professionalMycroft Holmes12-Aug-08 21:16 
I cheat with this one, create a table with a selected column set to 1 or 0 depending which LB you want it in. I then have a loadgrid method that filters a dataview based on the selected col and loads into each LB (I use listviews). Double click changes the selected value and the LBs are reloaded.

A couple of caveats, each dataview need to be a copy of the table and the table should be quite small.

Benifit, the items are sorted by the dataview when you reload.


Never underestimate the power of human stupidity
RAH

QuestionCustom Control in Toolbox Pin
yanairon11-Aug-08 4:43
yanairon11-Aug-08 4:43 
AnswerRe: Custom Control in Toolbox Pin
Manas Bhardwaj11-Aug-08 5:59
professionalManas Bhardwaj11-Aug-08 5:59 
GeneralRe: Custom Control in Toolbox Pin
yanairon11-Aug-08 8:31
yanairon11-Aug-08 8:31 
QuestionWeb Browser Pin
MuraleeKrishnan11-Aug-08 0:17
MuraleeKrishnan11-Aug-08 0:17 
AnswerRe: Web Browser Pin
Manas Bhardwaj11-Aug-08 4:50
professionalManas Bhardwaj11-Aug-08 4:50 
GeneralRe: Web Browser Pin
MuraleeKrishnan11-Aug-08 6:48
MuraleeKrishnan11-Aug-08 6:48 
GeneralRe: Web Browser Pin
Manas Bhardwaj11-Aug-08 7:15
professionalManas Bhardwaj11-Aug-08 7:15 
AnswerRe: Web Browser Pin
Christian Graus11-Aug-08 11:19
protectorChristian Graus11-Aug-08 11:19 
GeneralRe: Web Browser Pin
MuraleeKrishnan11-Aug-08 15:59
MuraleeKrishnan11-Aug-08 15:59 
QuestionProviding security for assesmble using pfx file Pin
manoj2218410-Aug-08 21:06
manoj2218410-Aug-08 21:06 
AnswerRe: Providing security for assesmble using pfx file Pin
Mycroft Holmes12-Aug-08 21:23
professionalMycroft Holmes12-Aug-08 21:23 
GeneralRe: Providing security for assesmble using pfx file Pin
manoj2218412-Aug-08 23:59
manoj2218412-Aug-08 23:59 
GeneralRe: Providing security for assesmble using pfx file Pin
Mycroft Holmes13-Aug-08 2:04
professionalMycroft Holmes13-Aug-08 2:04 
Questionhow to go from one form to another form,in C# windows applicatin Pin
kalyan9-Aug-08 5:39
kalyan9-Aug-08 5:39 
AnswerRe: how to go from one form to another form,in C# windows applicatin Pin
Wendelius9-Aug-08 6:16
mentorWendelius9-Aug-08 6:16 
AnswerRe: how to go from one form to another form,in C# windows applicatin Pin
Paul Conrad9-Aug-08 6:27
professionalPaul Conrad9-Aug-08 6:27 
AnswerRe: how to go from one form to another form,in C# windows applicatin Pin
dan!sh 9-Aug-08 9:43
professional dan!sh 9-Aug-08 9:43 

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.