VS 2008 - Stimulate Click In X Y Location?
Aug 13, 2010I was wondering how I could click a specified area by the X and Y cords, I have looked at the codes with 4 options (0,0,0,0) and I was not able to stimulate a click with it.
View 2 RepliesI was wondering how I could click a specified area by the X and Y cords, I have looked at the codes with 4 options (0,0,0,0) and I was not able to stimulate a click with it.
View 2 RepliesI have a program with a checkbox. I want to get it On/Off with a hotkey. When hotkey is activated: It should click on the checkbox Even when the program which contains the checkbox is not focused (so if other window is above it).
This is my code
Public Class Form1
Declare Sub mouse_event Lib "user32" Alias "mouse_event" (ByVal dwFlags As Integer, ByVal dx As Integer, ByVal dy As Integer, ByVal cButtons As Integer, ByVal dwExtraInfo As Integer)
Private Const MOUSEEVENTF_ABSOLUTE = &H8000 ' absolute move
[code]....
which code to enter to make it possible with the non-focused program.And (0,0,0,0) --> Which one is the X and Y
I was using this old method of creating a bunch of rectangles when I need to get the location of a certain point within a grid so I could draw images on the grid. The thing is, I don't want to use rectangles, I want to be able to just round the location as if I were using rectangles. I need it to be able to round the point (66,70) to (50,50) so if you can imagine a grid and the mouse position being within that square in the grid, I need to get the location of the upper left corner of that square.
View 5 RepliesIm in need of somehow a code that with a picturebox, depending on WHERE you click it will do something.
Lets say theres a picture of a face. The eyes are at like x = 12, y = 28 , if the user clicks the picturebox around that area a msgbox will come up saying "Eye" or something, this is just an example
<!DOCTYPE HTML PUBLIC "-W3CDTD HTML 4.01 TransitionalEN">
<html>
<head>
[CODE]..........
Any way to "convert" this code to vb.net?
We want to find a solution to place a dot/X on top of an image to mark a location.
View 1 RepliesThis is the code I am working with...
[Code]...
I'm hoping someone can help me here. I've been having trouble positioning a Contextmenu when a user right clicks a specific column within a Datagridview.
The Contextmenu is just a list of names and whatever name is selected then populates the 'Right-Clicked' Cell. My problem is the Contextmenu appears in the top left of the screen. I would like it to appear where the user 'Right-Clicked'
Here's the code I am using witih Datagridview1_CellMouseClick1
[Code]...
I'm a newbie and it's taken me a while to get it to work this far. I did originally assign a Contextmenu to the Datagridview Column, and it appears very neatly where the user 'Right-Clicked'
Unfortunately doing it this way I couldn't populate the Cell. So decided to use the method that I have posted above.
Is there any way to change the installion of a click once app to the program files location so that it will be availabe to all users? Right now it is burying the location of the files within the user folder.
View 2 RepliesI need to know how to get the position of the mouse within a picturebox just as you would with e.location, but you can't use e.location with a picturebox and you also can't use Picturebox.Mouseposition which is very unfortunate.
View 2 RepliesIs it possible to point the install of ClickOnce to a directory of my choice on the local computer instead of caching it in Documents and Settingsuser? some place like c:Program FilesFoo Apps for example? I like the ClickOnce stuff a lot and especially the update on run functionality, but would like it independent from the user...
Dev/Usr Environment info: I am using VB Express '08 and SQL Express '05 for my applications in a corporate networking environment and the users will be installing from a network share drive. I have tested this and it works fine, just the location seems to be undesirable.
I'm trying to animate my window's location. I have a window, and when I click on my button, I want the window to move smoothly 100px from it's current location.
Example:
Private Sub minimize_button_Click(sender As System.Object, e As System.Windows.RoutedEventArgs) Handles minimize_button.Click
Dim windowsize as integer = window1.top
windowsize = windowsize - 100
End Sub
But with XAML animation. I have no idea how to make this animation in this type of scenario.
I would like to make sure that my application is installed in the correct location on the hard drive or allow the user to determine the install location.
View 2 RepliesThe code bellow should perform a mouse click at the location the cursor is pointed, however it only activates the control from that location.
Imports System.IO
Public Class Form1
Inherits System.Windows.Forms.Form
Declare Auto Function sendclick Lib "user32.dll" Alias "SendInput"_
(ByVal nCommands As Long, ByVal iCommand As MOUSECOMMAND, _
ByVal cSize As Long) As Long
[Code] .....
I would love some help on how to get a DataGridView's Row & Column location on a mouse double click. My program requires that I dynamically add n-number of tabpages with DGV's so I declare my own class that inherits TabPages and creates its own DGV control.
For the code below I use a simple form (form1), add a tabcontrol via the forms designer (tabcontrol1) to it and remove the two default tabpages keeping the basic tabcontrol.
[Code]...
How can you chnge the location of a ovalshape using button and 2 textboxes in a button click event
View 1 Repliesif i'm creating the listview using the new listview instead of actually putting a listview on the form directly. how do i access the listview.click and mouseup.click etc..since there's no lstview until the program loads?
View 4 Replies[code].....
View 16 Repliesi am using an unbound datagridview so i can dynamiclly add rows. all that is working fine. but the grid is not is the location i have coded.. i am using the defualt form as a base then coding the unbound stuff in.. should i just create a blank class file and do everything? the only problem i am having is the grid must bees in the correct location according to the pixel point that i have given it. Right now it is placing the grid at point (0,0) no matter what point is entered on the line for location. so what am i missing??????
View 3 RepliesI got a error when I run this code:
Dim btch As String
Dim LeftPart As String
[CODE]...
It says index and location must refert to a location withing string
dim cn as oledbconnection
cn = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:valid.mdb")
[code]......
I have 2 group box components and both are same size,font,location and visible is false. When i click button2, the groupbox1 won't appear(the group box2 is on bottom n group box1 is on top).
Example:
button1
groupbox1.visible=false
groupbox2.visible=true
button2
groupbox1.visible=true
groupbox2.visible=false
Because i want to show the different,so the location have a little different(actually both are same location). I think my code is no problem. The problem i guess is both component cannot locate at same location?
we have a user that my program works fine for.. and another that it just crashes for.. they get this error
"You cannot start application <App_Name> from this location because it is already installed from a different location."
then they run it up again and it comes up.. and then just closes..in reading some stuff online it says its a framework 2.0 sp 1 issue ?these pc's have 3.5, but my program uses all 2.0 stuff..so is this a 2.0 sp level issue ? or should I make my programs start to use framework 3.0 instead ?
I have encounterd a problem when trying to re-enstall a program i have writen in vb 2008.I get the following message:"You cannot start application Shell from this location because it is already installed from a different location."This program is to be used on many workstation computers and i need to be able to update any changes by just reinstalling the program, no uninstalling needed first. If the program was installed from a cd first and needs to be updated from a flash disk this error will be a problem, if the update is from a cd as well then there is no problem.Is there a way to change the installation package to ignore where the program installs from and just update itself?
View 2 RepliesI'm currently working on a project that has a simple game . I want to change the location of a label ( middle ) to another location when a key is pressed down. But there is something wrong with the first of the If statement .I've underlined "point " because it has the error.
Private Sub Space_Navigator_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles Me.KeyDown If e.KeyCode = Keys.Up Then If middle.Location = [u]Point[/u](156, 655) Then middle.Location = New Point(156, 547)
End Sub
i need to developer project from vb.net to vb 6.0 and i have already project in vb.net and i have to convert in into vb 6.0 but i need same GUI format,but i get problem that is in vb.net control height and weidth is in pixel formate and there is vb 6.0 i dont know so i copy control's height and weidth or size so i got there is difference in vb 6.0 so any one have idea how to convert vb.net location pixel to vb 6.0 location format .
View 1 RepliesI'm trying to copy a picture from one location and paste it into another location however VB throws out the following error
Exception from HRESULT: 0x800A0046 (CTL_E_PERMISSIONDENIED)
both locations are on my local computer. So not sure what is causing the problem.
Here's the code
Module CPASU_SPC
Sub Main()
Console.Title = "MOARW Programs"
[Code]....
Try to understand:
1. User Downloads Application
2. User copies files to either desktop or my documents (lets say desktop)
3. User Opens application
4. User clicks the copy button (which is then supported by the COPY code)
The problem is that the copy code supports a Location such as; FileCopy C:UsersAdminFile.txt, E:File.txt
When the user copies the Files to desktop (lets say DIM), they have a different username so if they click Copy the copy code was set for C:UsersAdmin not DIM. I would like the code to be general so whoever copies the files wherever (Desktop, C:, Documents) and they click the copy button, the file is then copied to the Disignated Location.
I have been updating from VB6 to Visual Basic 2008.
My program builds and runs during development. I can run it from the in directory where it is created by default. If I move the executable to another location it and try to run it I get the message "... has stopped working" "Windows is checking for a solution to this problem".
In one of my apps I'm using MDI childs so the user only has one screen. There's only one MDI child open at any time, it is maximized and all control option (controlbox, minimize and maximize buttons) are turned off, so to the user it seems there is one program with one screen.In the parentform I'm using devexpress' RibbonBar for the menu.
When I open a new child, the uppermost part of the childform (about 15px) is not shown, it's put under the Ribbonbar. If I resize the parentform however, the childform ofcourse changes dimensions as well because it is maximized and this somehow causes it to shows like it's supposed to.Is there any way to invoke this behaviour programmatically so the location of the child form is correct from the beginning?
I'm trying to set the location of an image but its coming up with an error so if anyone can help me that would be great, .
[Code]...