Search results for query: *

  1. V

    Helpcursor on a ToolStripMenuItem

    Hi all, I have a ToolStripMenu in my application. I would like to change the cusor from default to help cursor when i click on a item in the ToolStripMenu. I was successfully able to change the cusor, but when moved the cursor on certain items, the cursor again changes to default. When moved...
  2. V

    Help: Control loops & properties in VB .Net 2005

    Hi all, I'm using Visual Basic 2005. I would like to loop through the controls and wite or get some properties based on the controls. This is the following piece of code in Visual Basic 6.0 For Each ctl In frm.Controls sCtlType = TypeName(ctl) If sCtlType = "Label" Then ctl.Caption =...
  3. V

    Error while adding UserControl in Vb .net 2005.

    Hi all, I tried developing a sample usercontrol in VB .Net 2005. After this, i tried to use this control in a sample application(Vb .Net 2005) by adding it as a COM component from the toolbox. I got this error message and the user control is not added on to the Tool box. The error...
Back
Top