No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Hello I've made tho following function in a form to avoid to open severall instance a child form dialog It works fine but I do'nt know how to check if the user ave close the form from itself! Because in such situation FrmZTour remain not null and I got an …
DGV.Rows.add(); But if the datagrid is binded you need to add the row to the datasource, NOT in the DGV DataTable.rows.add();
Hello I'm trying to set the focus to a DGV and move the mouse to that DGV But the position seems to be related to the sreen area not the active form area Here is the code I'm using [CODE] private void HandMade_Click(object sender, EventArgs e) { dgv_X.Focus(); int X …
Hello I want to know if is it possible to avoid the pop-up of a contextmenustrip (below mentionned as ctxs) Explaination : In a Picture Box I've defined a ctxs Mousedown right doesn't display it Mouseup right display it I want to avoid the display if during the mouse down …
Hello I want to store System.Drawing.Colors in a datatable But for that I need to know the datatype to use I've seen several qustion about this bu no answer Any Idea how to do it ?
The End.
olibara