Search results for query: *

  1. M

    Drag and Drop in datagridview

    Hi to all, I'm creating an application in which the form contains one datagridview and 20 pictureboxes. When the DGV is populated, the user will drag a row from DGV and drop in any one of the pictureboxes. The picturebox should able evaluate a column value(say column 1) from the dropping row...
  2. M

    Tool Tip Help

    Hi, I'm creating a user control which i will use about 100 places in other forms. I need a tool tip to display the Name of the control automatically.I don't want to for each and everyone. So give some code snippets to put in user control code so that it automatically gives the name as tooltip...
  3. M

    Transparent Picture Box

    But there is transparency key in windows controls... I tried to set in forms. But make completely transparent.Means it makes the underlying picture's area also transparent. Thus it's become square hole. any other solutions... A separate user control is better. Pl Help... Thnx in advance...
  4. M

    Transparent Picture Box

    Hi to all, I need to display a arrow picture over another picture. But i cant able to make arrow picture transparent other than the arrow. Always it is in rectangle format(Picture box). I tried the picture box color to transparent, But that doesn't worked. A separate user control for displaying...
  5. M

    arrow moving?

    VicJ thanks for ur reply...
  6. M

    arrow moving?

    Thanks for ur reply......... which process will be more efficient? Since my project is huge plz tell me way which is the best in terms of system performance i.e., Timer method or GDI+?
  7. M

    arrow moving?

    Hi to all, In my project I need to display an arrow moving when the user press the START button & it need to stop when stop button is pressed. The moving area of arrow is fixed .ie, consider 100 pixels for the arrow movement. Once it reaches the end it has to start from the first. I've the image...
Back
Top