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

C#

 
GeneralRe: read image Pin
Christian Graus16-Mar-06 5:59
protectorChristian Graus16-Mar-06 5:59 
QuestionWhere is the Customer Infomation Dialog information within a Deployment project saved? Pin
GazzaJ16-Mar-06 2:41
GazzaJ16-Mar-06 2:41 
QuestionLaunching Application immediatley after Installation Pin
psmukil16-Mar-06 2:02
psmukil16-Mar-06 2:02 
QuestionMDI form Pin
vatzcar16-Mar-06 1:36
vatzcar16-Mar-06 1:36 
AnswerRe: MDI form Pin
rabih_kai16-Mar-06 3:02
rabih_kai16-Mar-06 3:02 
GeneralRe: MDI form Pin
vatzcar16-Mar-06 4:59
vatzcar16-Mar-06 4:59 
QuestionDatagrid select row Pin
Rmokkenstorm16-Mar-06 1:33
Rmokkenstorm16-Mar-06 1:33 
AnswerRe: Datagrid select row Pin
CWIZO16-Mar-06 2:09
CWIZO16-Mar-06 2:09 
GeneralRe: Datagrid select row Pin
Rmokkenstorm16-Mar-06 2:15
Rmokkenstorm16-Mar-06 2:15 
GeneralRe: Datagrid select row Pin
esjq16-Mar-06 2:44
esjq16-Mar-06 2:44 
GeneralRe: Datagrid select row Pin
esjq16-Mar-06 3:33
esjq16-Mar-06 3:33 
GeneralRe: Datagrid select row Pin
Rmokkenstorm16-Mar-06 4:25
Rmokkenstorm16-Mar-06 4:25 
GeneralRe: Datagrid select row Pin
esjq16-Mar-06 20:30
esjq16-Mar-06 20:30 
GeneralRe: Datagrid select row Pin
Rmokkenstorm16-Mar-06 22:20
Rmokkenstorm16-Mar-06 22:20 
GeneralRe: Datagrid select row Pin
esjq17-Mar-06 1:41
esjq17-Mar-06 1:41 
GeneralRe: Datagrid select row Pin
Rmokkenstorm17-Mar-06 1:50
Rmokkenstorm17-Mar-06 1:50 
GeneralRe: Datagrid select row Pin
esjq17-Mar-06 2:05
esjq17-Mar-06 2:05 
GeneralRe: Datagrid select row Pin
Rmokkenstorm17-Mar-06 3:45
Rmokkenstorm17-Mar-06 3:45 
if i want to put them into a new form he comes up whit this error.

No overload for method 'Form2' takes '3' arguments


tis is my code.

public void dataGrid_MouseUp(object sender, System.Windows.Forms.MouseEventArgs e)<br />
		{							<br />
				Form2 frm = new Form2(barry11, dataGrid, dataGrid.CurrentRowIndex);<br />
			<br />
				frm.Show();<br />
<br />
			}<br />

GeneralRe: Datagrid select row Pin
esjq19-Mar-06 20:44
esjq19-Mar-06 20:44 
GeneralRe: Datagrid select row Pin
Rmokkenstorm19-Mar-06 22:22
Rmokkenstorm19-Mar-06 22:22 
GeneralRe: Datagrid select row Pin
esjq20-Mar-06 2:21
esjq20-Mar-06 2:21 
GeneralRe: Datagrid select row Pin
Rmokkenstorm20-Mar-06 2:23
Rmokkenstorm20-Mar-06 2:23 
GeneralRe: Datagrid select row Pin
esjq20-Mar-06 2:44
esjq20-Mar-06 2:44 
GeneralRe: Datagrid select row Pin
Rmokkenstorm20-Mar-06 2:49
Rmokkenstorm20-Mar-06 2:49 
GeneralRe: Datagrid select row Pin
esjq20-Mar-06 3:05
esjq20-Mar-06 3:05 

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.