Click here to Skip to main content
15,905,068 members
Home / Discussions / C#
   

C#

 
GeneralRe: WPF & MVVM Tutorials for Beginners Pin
Richard MacCutchan7-May-13 0:04
mveRichard MacCutchan7-May-13 0:04 
GeneralRe: WPF & MVVM Tutorials for Beginners Pin
Pradip P Patel7-May-13 1:40
Pradip P Patel7-May-13 1:40 
GeneralUnicode Characters A--Z Pin
N8tiv6-May-13 19:44
N8tiv6-May-13 19:44 
GeneralRe: Unicode Characters A--Z Pin
Richard MacCutchan6-May-13 20:51
mveRichard MacCutchan6-May-13 20:51 
GeneralRe: Unicode Characters A--Z Pin
N8tiv6-May-13 21:00
N8tiv6-May-13 21:00 
GeneralRe: Unicode Characters A--Z Pin
Richard MacCutchan6-May-13 21:26
mveRichard MacCutchan6-May-13 21:26 
GeneralRe: Unicode Characters A--Z Pin
N8tiv6-May-13 21:38
N8tiv6-May-13 21:38 
GeneralRe: Unicode Characters A--Z Pin
Richard MacCutchan6-May-13 22:04
mveRichard MacCutchan6-May-13 22:04 
GeneralRe: Unicode Characters A--Z Pin
N8tiv6-May-13 22:21
N8tiv6-May-13 22:21 
GeneralRe: Unicode Characters A--Z Pin
Richard MacCutchan6-May-13 22:28
mveRichard MacCutchan6-May-13 22:28 
QuestionHow to convert unix time to datetime (C#) ? Pin
Vijay Kanda6-May-13 19:35
Vijay Kanda6-May-13 19:35 
AnswerRe: How to convert unix time to datetime (C#) ? Pin
Richard MacCutchan6-May-13 20:42
mveRichard MacCutchan6-May-13 20:42 
AnswerRe: How to convert unix time to datetime (C#) ? Pin
Eric Lynch10-May-13 11:55
Eric Lynch10-May-13 11:55 
QuestionWhat kind of video recognition software exists? Pin
Wigwam23236-May-13 7:06
Wigwam23236-May-13 7:06 
AnswerRe: What kind of video recognition software exists? Pin
Dave Kreskowiak6-May-13 7:11
mveDave Kreskowiak6-May-13 7:11 
GeneralRe: What kind of video recognition software exists? Pin
Wigwam23236-May-13 8:48
Wigwam23236-May-13 8:48 
AnswerRe: What kind of video recognition software exists? Pin
Matt U.6-May-13 7:18
Matt U.6-May-13 7:18 
AnswerRe: What kind of video recognition software exists? Pin
Amarnath S6-May-13 7:42
professionalAmarnath S6-May-13 7:42 
AnswerRe: What kind of video recognition software exists? Pin
Eddy Vluggen6-May-13 7:48
professionalEddy Vluggen6-May-13 7:48 
GeneralRe: What kind of video recognition software exists? Pin
Wigwam23236-May-13 8:49
Wigwam23236-May-13 8:49 
GeneralRe: What kind of video recognition software exists? Pin
Pete O'Hanlon6-May-13 9:04
mvePete O'Hanlon6-May-13 9:04 
GeneralRe: What kind of video recognition software exists? Pin
Dave Kreskowiak6-May-13 12:02
mveDave Kreskowiak6-May-13 12:02 
QuestionRemplir une datagridview à l'aide d'une autre Pin
geralson6-May-13 4:45
geralson6-May-13 4:45 
Bonjour,
J'ai deux datadridview ( datagridview1 vide dans Form1 et datagridview2 affichant quelques éléments de la DB dans Form2).
Un bouton "ajouter" sur Form1 et un bouton "selectionner" sur Form2.


Mon désire est que si je clique sur un bouton ajouter dans Form1, j'ouvre Form2. Lorsque je selectionne une ligne de datagridview2 et que je clique sur le bouton "selectionner " cette ligne s'affichera dans la datagridview1 de Form1 et disparaitra dans datagridview2 (Form2).

Même si je clique encore sur "Ajouter" j'arrive à faire la même chose.

Merci pour votre aide
AnswerRe: Remplir une datagridview à l'aide d'une autre Pin
Eddy Vluggen6-May-13 4:58
professionalEddy Vluggen6-May-13 4:58 
GeneralFill a datagridview using another Pin
geralson6-May-13 5:09
geralson6-May-13 5:09 

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.