VS 2008 Drag & Drop Into Closed Publisehd VB EXE Files?
Nov 16, 2009
I want to drag files & Folders into my published VB EXE to list it How ?( info: i want it when my program is not running in the processes )Like when you drag text files into closed notepad.exe notepad.exe will open the dropped textI want like that exactly.And also in the shell windows explorer context menu. (open with...)
View 3 Replies
ADVERTISEMENT
Jun 10, 2011
I am implementing Drag & Drop in windows application. I have Main Form (Has a toolbar with Search, Open, Print etc) - MdiContainer On Search - Open a child - Search form. Drag and Drop a file to a Grid on this search form. In DragDrop event of the Grid - Call a Modal form. I am having trouble here.
[Code]...
View 1 Replies
Dec 31, 2011
I have a doubt. I'd like to make a program where you can drag music files (mp3, flac, wav, wma..) and video files (avi, mpeg, mp4, vob, mov) and get the property values of this ones... For example, bitrate, KBps, size, etc, to put them in textbox or listboxes.
View 3 Replies
Oct 6, 2008
1. Although I have enabled AllowDrop property of ComboBox it does not allow me to drag and drop files into ComboBox. Why?
2. Then should I process incoming files in the _DragDrop event, yes?
3. How can I get the Files.Count to get the number of dropped files?
View 3 Replies
Nov 9, 2010
I am working on some software to work along side our client database and I am basaically trying to add in a basic form of File Management. I have a listbox now that displays the current contents of the clients electronic file. I am wanting to set it up so that people can drag files from anywhere onto this Listbox and move that file to the clients electronic file.
For refrence the clients folder is always situated in same place which is client filesclientID where clientID is the clients unique Id on the database.
View 2 Replies
Jun 21, 2010
how to Drag and Drop to cut files/folders and it opens a folderdialog for the destination:(
View 5 Replies
Jul 11, 2010
ive come back to working on this and have got 3 large drag/drop ares of my project done, but im having a little trouble on the last part, which is freeing the files back up.If i drag/drop for instance a zip into my app and it extracts then finishes, in explorer im unable to delete the zip whilst my app is still running, the file in use error come sup. So how do i go about releasing the resources after the drag/drop events done
View 7 Replies
Mar 17, 2010
I use a .NET richtextbox and I want to have the EnableAutoDragDrop property set to True. This allows user to drag&drop text, rtf and images around etc. However, I need to process files dropped into the richtextbox myself - I do not want them to be embedded as OLE objects when they are dropped.
How can I overcome this? Is there any way to delete embedded files from richtextbox?
(I've found API DragAcceptFiles which doesn't work for some reason.)
View 1 Replies
Jul 8, 2009
I am trying to do drag and drop from files on my computer.Say the user has a file on the desktop, and he/she drags it onto the open application, I would like it to read the file path of the file and put that in the first column of my DataGridViewI have tried this but get no luck, I have DataGridView AllowDrop equal to True, but when I drag a file to it I get the "Circle with a line through it" action meaning it can't be done.How do I drag and drop?
View 3 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
Jan 28, 2011
1) I'm dragging a file (.txt) into a rtb which works fine, but how do I get the filename? (messagebox whatever)
2) How do I restrict files to drop? (like a .exe)
vb.net
If e.Data.GetDataPresent(DataFormats.FileDrop) Then
Dim Files() As String
Files = e.Data.GetData(DataFormats.FileDrop)
Dim sReader As New StreamReader(Files(0))
View 6 Replies
Feb 17, 2011
I am working on a vb forms application in VS2008.What I am looking to do is have 3 file managers on the form.The top is the source where files can be copied to the 2 other file managers.What I have been looking for is an example of the file explorer so I can modify it.So far I have been unsuccessful in finding a good example so I am here to ask the experts.So the gist is the first file explorer will allow a user to connect to thier local hard drive.The other two file explorers would allow the user to connect to two different servers through entering the path they want to view those file trees.After that the user could click on the file they want to copy and then hit a button for example and the file would be copied from the local to the two other areas.Would it be easier to just use text boxes with a confirmation that the files are being copied?Or can a full file manager be built to drag and drop files?
View 2 Replies
Jul 30, 2011
I am trying to add multiple files to FTP server by dragging and dropping and I am able to do that using try catch block and if we give the ftp settings correctly it takes 1 sec to upload them but when we give wrong details it hangs up and dosen't give me any error message though If I give an exceptional message.
Now I am getting error message as well as success message for every file I add.I do not want that to be happen.where should I give messages for success and failure so that it should take few seconds for uploading and if not should give me a message immediately.
Here is my code:
Private Sub uploadFile(ByVal FTPAddress As String, ByVal filePath As String, ByVal username As String, ByVal password As String) 'Create FTP request
Try
[code]....
View 1 Replies
Aug 10, 2009
how to Total Folders and including files from Windows explorer into listview using drag & drop method at vb.net
View 3 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