VS 2010 Using ToolStripMenuItem.DropDown Can't Position It
Apr 25, 2011I'm trying to show a drop down menu when i click a button, thus i need it to popup where the mouse clicked (mouseposition.x/y).[code]
View 6 RepliesI'm trying to show a drop down menu when i click a button, thus i need it to popup where the mouse clicked (mouseposition.x/y).[code]
View 6 RepliesWe have an application with an mdicontainer form which has a menustrip with many toolstripmenuitems. Each of these toolstripmenuitems has dropdown items. We want to be able to set the Visible properties of these dropdown items to true and false in various situations. We are able to do this e.g, mnuFileOpen.visible = True and it does make the menu item visible.
[Code]...
Am facing the below issue while converting my application from vb6 to vb.net.[code]The menu is getting displayed always at the top left. I need to set it exactly as wher I right click.
View 2 Repliesi want to loop through toolstripmenuitem child of toolstripmenuitem but i dont fine yet :
For Each mnu As ToolStripMenuItem In Trangchu.MenuStrip1.Items
For Each mnu2 As ToolStripMenuItem In mnu ( red word is error ) Please show me)
MsgBox(mnu.Text)
Next
Next
I want my program to detect and do something when ToolStripMenuItem is clicked.
View 17 RepliesI have a list of servers in the first dropdown. I want to get list of all databases in the second dropdown depending on the server selected in the first dropdown.
For this I need to query each server while selecting the server.
Is there a way to populate the value in a dropdown? I am using the following command:
ComboBox1.Items.Add(DropDownData)
I have a combo box and I would like to reduce the items dropdown, I set it in the properties using the MaximumDropDown
View 1 RepliesIn a combobox dropdown. What toolbox or properties do I use in VB Express 2010 to add a default to my drop down so the user will see the default when the panel is first shown?
View 3 RepliesI'm making a program that uses recursion to transform the nodes in a treeview to the items in a contextmenustrip. The nodes will have tags within them that when I add a handler to the menuitem, it will run through a script from the tag to tell the program what to do, the only problem is that I don't need a tag or an even handler for any of the menuitems that have dropdown items. How could I do this?
View 3 RepliesId like to select one of the months in this
HTML
<div class="form-element multi-field birthday" id="birthday-form-element">
<strong>Birthday</strong>
<label class="month">
[Code].....
im wanting to fill a website form in using a application im making.
The application will use the values from some text boxes i will be filling in. The problem isnt about filling textboxes in on the site its the setting the value of a drop down box. here is the code im using:
WebAsos.Document.GetElementById("txtFirstName").SetAttribute("Value", txtFirst.Text)
WebAsos.Document.GetElementById("txtLastName").SetAttribute("Value", txtLast.Text)
[Code]....
I have multiple combox boxes,
A B C
Combobox B has items Fruit, Veg, Dairy
Combobox C needs to contain 3 list and depending on what value is selected in Combo Box B.
For example,
If I select Veg in Combo Box B, I would like to have a drop down list containing "tomatoes, lettuce, onion,..........."
If I select Dairy in Combo Box B, I would like to have a drop down list containing "Milk, Cheese...................."
[Code]....
The auto complete dropdown will NOT close, no matter what I do. When I load the form, the dropdown is down with all the options displayed. I can type anything, and the options will narrow down, until an option is selected, then all the options reappear in the list. If I select an option, hit tab, enter, any key or mouse click, the list still doesn't close. If I change the DropDownStyle to DropDown or DropDownList, it works fine.
I have a toolstrip along the top of my program. There is a right aligned drop down button that displays a menu. I have a 2 monitor system, and for some reason, the menu wants to open up on the other screen - the screen the program isn't on. How can I keep this menu on the proper screen?
View 3 RepliesI have a custom control of type MyListControl with a Property called NotifiedList. I would like that when selecting that property in the Property Grid at runtime, that a dropdown list is populated with all the instances of type MyListControl that shared the same container as the original control.
View 3 Repliesi need some help with this problem. i have seen some solutions but written in C and im not that good to convert from C to vb.net.Well i want to 'do something' when i mouse move at an item of the combobox dropdown list.like when i move the mouse over "jkl" make the button1.text = "jkl"when i move the mouse over "def" item make the button1.text = "def"
View 4 Repliesi have this little problem that i cannot get my gead around
i am loading list view from a table then checking if a specific column value in that table when i load the list view from the table everything works fine but when i ask the ds to give me a specific value out of the table i get error
there is not row at location 0
here is my code
Try
Dim dt As DateTime = (DriverRoster.lvViewRoster.SelectedItems(0).SubItems(0).Text)
'Dim culture As New System.Globalization.CultureInfo("en-AU")
[Code]......
I'm trying to set a new cursor position but I get this error:
A call to PInvoke function 'mon! WindowsApplication1.Form1::SetCursorPos' has unbalanced the stack. This is likely because the managed PInvoke signature does not match the unmanaged target signature. Check that the calling convention and parameters of the PInvoke signature match the target unmanaged signature.
Here is the code:
Declare Function SetCursorPos Lib "user32" _
(ByVal x As Long, ByVal y As Long) As Long
SetCursorPos(457, 603)
It used to work when I used VS 08 but now I use VS 10 and this problem has started to appear.
I am trying to get a character from a rich text box based on two variables (one for the x coord and one for the y coord. Everything I've tried so far has lead to errors. The get char from position option returns something about not being a part of system.draw... something
View 3 RepliesIs there some way of setting anther process's position? Lets say we had our vb program up and you click a button, could this button set the position of Google Chrome to the top left corner?
View 1 RepliesI am trying to get top position and the size from a program with vb 2010, but it wont work.
Option Explicit On
Option Strict On
Imports System.Runtime.InteropServices
Public Class Form1
[code]...
I have a form in Visual Basic, and the size of the form is: 211, 49. And when the form Loads, It loads to the top / left of the screen. the form has no border. How can I get my form to load top / right of the screen.
I Have tried changing the properties, Start Position to Manual, And then changed Location 0,0. but what if someone has a different size screen than mine.
I know how to get the cursor position but how do I add a character to that position. Like I want to have a button that adds a specific character at the position of the cursor.
I don't see any richtextbox properties that allow me to add anything at the cursor position.
If TypeOf Me.ActiveControl Is RichTextBox Then
Me.ActiveControl.SelectedText = Chr(176)
End If
I use this code to start VLC player:
vlc = Process.Start("C:Program Files (x86)VideoLANVLCvlc.exe", "--fullscreen """ + bestand + "")
IT just start's correctly, only 1 problem. Sometimes it starts on my second monitor. I need it to alway's start on my main monitor. How can i change the position of VLC?
Imagine that I have a timer checking the current position, and always checking if it is equal to the duration of the sound.
View 13 RepliesI want to find the size and position of a window from another application. I already have the window handle, how can i do this?
View 2 RepliesI have a photo(Img1.bmp) with drawing of my book library.Each area on image (A1, A2, ...) have books. url...I like when i put my mouse in a specific area on image (Img1.bmp) and licking this area (eg B1 or C2 or ...) identify this area.
View 15 RepliesI have a user control where in the user control that there are 3 other controls for the PictureBox, button1 and button2.for the PictureBox control I want to resize when the user control in he will change length and width.button1 and button2 whereas only change in the position left alone.I include the following examples in resize images before and after.
View 3 RepliesI would like to accept input bytes or words from the serial port(this part can do using serial port control) and use those values to control position of the mouse on screen to use MSPaint. How can I control the mouse ?
View 3 Replies