VS 2008 - Drag And Drop Image Objects
Feb 12, 2012
I have a form with 2 pictureboxes. 1 is for the canvas and the other is for holding about a dozen images (about 60x60 pixels each), pretty much icons. I would like to drag the images to the canvas and be able to move them around or delete them if necessary. Like setting up a board. Since I am using pictureboxes, what would be the best way to load the images and also the best method to be able to drag them around 1 by 1. This is almost like a paint program with brushes that can be moved around.
View 2 Replies
ADVERTISEMENT
Mar 26, 2012
How to implement Drag and Drop multiple objects in the form in Visual Basic. The drag-able object will be provided within the same form but in a different panel. I must be able to delete the object also.
View 1 Replies
Oct 29, 2009
how to drag and drop objects on a Window form? If I have two labels - one says "1" and the other says "2" on their texts, and I want two other matching labels to be able to be dragged from one end of the form to the other so that say label 1 of one text can be matched to label 1 of the other text. I am designing a grammar learning program that will use drag/drop concept
View 2 Replies
Jul 31, 2009
I have webrowser in my project..Suppose i open google..I want to drag the google image,can somebody tell me how how to get the URL of the image,so dat i can download it from the net...
View 3 Replies
Mar 6, 2012
I'm attempting to drag a file from explorer into an ultragrid using vb .net. I'm able to copy the file path but not convert it to an image. Here is what i'm doing:
[Code]...
View 1 Replies
Aug 29, 2009
i know how to display an image in a picturebox by drag drop. but cant find anything on the net about dropping an image to a textbox then having the textbox display its location
reolved if any one else searches for it.
Dim Files() As String = CType(e.Data.GetData(DataFormats.FileDrop), String())
Dim fileDetail As New System.IO.FileInfo(Files(0))
txtFilePath.Text = fileDetail.FullName
View 1 Replies
Dec 2, 2010
I have one picturebox. I need to drag drop image file in picturebox change image in the picturebox?
View 1 Replies
Mar 19, 2010
I want to drag drop a picture box in a panel, but the problem with this code is that the picture box doesn't drop where my cursor is. Can someone help me.
[code]...
View 1 Replies
May 25, 2011
I am trying to figure out a way to include the listview's tag field when dragging one listview's subitems into another listview. I am hoping someone here has experience with this. My Listview drag code is below - the two listviews that I am dragging subitems into or from are LV1 and LV3. Also, this is being done in Visual Basic 2008 and the project is a windows application.
[Code]...
View 4 Replies
Mar 25, 2010
What I want to know now is how to drag item from list view and drop it in image box.. with drag icon.I used to use vb.6 there is a drag icon.
View 4 Replies
Apr 2, 2009
I am developing a web sit using web parts in asp.net and c#. I have one problem, when i drag the web part from one web part zone to another, the image of the web part is still there at the web part zone, utill i drop it at the destination. i want to make that image of web part invisible at drag and drop time.
View 1 Replies
Nov 18, 2009
I am currently working on a drag and drop project and I was wondering if there is a way to drag picturebox1 and drop it in picturebox2; that will snap to a specific location in the picturebox2?
View 2 Replies
Aug 27, 2009
ListView Drag&Drop allow to Drag&Drop between form??
Public Class frmModule
Private Sub ListView1_ItemDrag(ByVal sender As System.Object, ByVal e As System.Windows.Forms.ItemDragEventArgs) Handles ListView1.ItemDrag[code]....
Can it be drap and drop item to other form control??How to write the event when mouse up at the other form control?
View 2 Replies
Jan 21, 2010
How do I drag and drop a control (such as a GroupBox) during runtime from one location on a form to another? I simply want to move it around during runtime.
View 6 Replies
Feb 7, 2010
Is it possible for a user to drag and drop a desktop shortcut onto a form (picturebox, panel etc) and launch it by clickin the (picturebox, panel etc) ?
View 7 Replies
Aug 1, 2010
I have been able to implement drag and drop successfully on my listView object if you were to drop a file on it, however I seem to be having some troubles if the user were to drag the folder onto the object. Is there a simple way to check if the user dropped a folder, and if so, list all of the files in the folder/subfolders?
View 6 Replies
May 20, 2011
I'm working on a small utility program and found that I have a need to copy the contents of listboxes, textboxes and other control from one to another.
I just started playing around with Drag and Drop but it seems lacking a bit...for instance, if I wanted to drag the contents of a listview to a text box, it doesn't look like I can do that easily if at all.
Can you use a drag and drop to copy the contents of different control types easily?I thought about using the drag and drop method for notification of the intent to copy the contents and then I would code the copying.
The idea (although I know it will be slow but that is okay for this utility) to copy the source to a textbox and then from the textbox to the target. The content won't be that large and speed is not a concern at this point.
Here is my issue if I have to do it this way.
1 - How can I use the control names to do this?
2 - How do I get the target control name?
I figured I would create a function that I would pass the source control name and the target control name and based on type, perform the appropriate method of copying the data.
I haven't figured out a way to get the target control name. I can use activecontrol.name for the source.
View 1 Replies
Jul 9, 2009
I am in the process of creating a dock and I was wondering if somebody would know how I can have programs be dragged and dropped into the dock with the ICON
View 1 Replies
Apr 2, 2009
I am trying to implement a DnD interface where the user drags a button onto a DGV & a new row would be inserted at the drop point. My first problem is how can I have the DGV rows highlight as the cursor is dragged over them? And then I need to get the row index when the mouse button is released so that I can insert a row at that point?
View 2 Replies
Jun 25, 2009
I was trying to make an app to upload photos to flickr.This is what I'm trying to achieve:
1.User will select many photos and drop it on the form which here acts as a drop box.
2. The app. will upload them to the users account.
How do my app know what files have been dropped and their infos?
View 1 Replies
Dec 30, 2010
Is it possible to drag and drop on textbox whose enabled property is false ?i have a textbox when i will drag folder on the textbox it capture the folderlocation path but when i make textbox enabled probperty false it didn't work
View 4 Replies
Nov 13, 2009
So i want to drag and drop a file into the list box. All i want to do when i drag the file i want the path to show only.
For example if the user drags a text.txt file into the list box all i want in the list box is the path like C: ext.txt
View 9 Replies
May 30, 2011
i am trying to drag a picture from one picturebox to another, but when i click to drag it shows the circle with the slash mark throught it like: [URL] not-symbol.jpg where my mouse is supposed to be? i cant seem to figure it out. my code is:
[Code]....
View 2 Replies
Feb 9, 2010
vb 2008 compared to 2003 is the ability to drag controls onto the web form and place them where I want.With 2008, the form places the control to the left and I have to tab, space, set-up tables or similar techniques to get the control exactly where i want it. Is there a way to make the web form in 2008 work like the one in 2003?Other then this one oversight, I enjoy all other aspects of vb 2008.
View 1 Replies
Jan 31, 2010
I ahve this code to drag and drop a tab, but my controls don't move with it.When it's moved, the tabpage is empty.How can I fix this?
[Code]...
View 1 Replies
Oct 31, 2010
I am using Excel 2007, VS2008 Pro.I am building a VSTO Add-in that requires "drag and drop from Excel cells to a drag-enabled task pane".So far I notice that I can only drag and drop within the cells themselves. It does not allow me to drop into the task Pane or drag past the sheet limits.(http:)[url]...
Note: The task pane has drag drop enabled, I ahve already tested I can drag/drop from task pane to excel but I need to do this the other way around?
View 1 Replies
May 20, 2011
vb 2008 drag and drop replacing text in txt1 with text intxt2 and replacing txt2 with txt1 and all the other textboxes. more than one time. So far I h get it to swap the text from txt1 to txt2. example txt1 = "one" and txt2 = "two" after drag and drop txt1 = "two" and txt2 = "one" now we need to keep swapping with 2 more textboxes. Here is the sode so far.
Public
Class Form1
Dim textboxes()
[code]......
View 1 Replies
May 16, 2009
How do I make it so that when a user brings an explorer folder on top of my app - so that they can drag and drop a file into a grid control
[edit] - it's actually a listview that they drag into - but that shouldn't matter [/edit]
That when they drop the file my app fires off a AddFile.ShowDialog pop-up form
I want that AddFile form to be in front of the explorer window
CODE:
View 6 Replies
Jul 6, 2009
I am working on visual studio 2008 , when i drag and drop a GridView control, I cant see any way of showing the page index by run time. How do I associate one DataSet object (which has got 10 rows) first 5 rows I need to show in first page rest i need to show in next page, basically I need to divide my dataset information in to two seperate page indexes.
View 3 Replies
Dec 2, 2010
dragging and dropping emails from outlook onto a datagridview. Please help me step by step in setting up my form for dropping.So far I get the black circle icon with a slash across the middle, the indicates "this is not allowed"
View 6 Replies