VS 2008 Drag File Over Icon
Oct 22, 2009
How do I make my application open a file that is dragged over the applications icon? I am planning on being able to drag an XML file and the application goes into an import mode to create a new record in the DB. I think I may need to have an identifier in the header of the file such as ClientImg or the likes so that the App looks for that to let it know it is the proper file type. Note to JMC: I would look this up, but I do not know what it is called
View 2 Replies
ADVERTISEMENT
Jun 1, 2011
I found this thread[url]...
and I have encountered the exact same problem, that the desktop shortcut icon created by the Setup program does not work when dragging and dropping a file (in this case an Access-database) onto it,
while a shortcut manually created works just fine.
I do not understand the answer in the above thread. But, anyway I would like to find a way to solve the problem directly, preferably through the Setup program itself.
View 2 Replies
Jun 11, 2012
i want to write a code that user can drag and drop an icon to layout which this layout become consist of coordinate (x,y) and when icon was dropped to layout by right click appear a menu.
View 4 Replies
May 5, 2011
Alright here's my situation: I have a form. This is a very small form that can be moved with the mouse (formborderstyle=none). The transparencyKey is 0,0,1. The form back color is 0,0,1. There is a label on the form. I drag files to this label(its backcolor is black[0,0,0]). What I want is for the filesize to be checked. I already have the uploading to ftpcode, I just want to know if the file is above my limit I set. (250mb per file)
[Code]....
View 1 Replies
Mar 18, 2010
Is it possible to drag a file into say a listviewbox and then code it to save the file to a location on my network drive?
View 8 Replies
Jul 20, 2009
The below code msgs me the file path of a file I drag and drop onto the form. How can i restrict it to only allow .watever files to be dropped on the form. MSDN didn't do a good job explaining this.
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Me.AllowDrop = True
End Sub
Private Sub form1_DragEnter(ByVal sender As Object, ByVal e As System.Windows.Forms.DragEventArgs) Handles Me.DragEnter
If e.Data.GetDataPresent(DataFormats.FileDrop) Then
e.Effect = DragDropEffects.All
End If
End Sub
[Code]...
View 4 Replies
May 3, 2010
I'm attempting to remake the Explorer to customize it some more. I know how to get Name, FileSize ect. Getting the Icon is hard though.
[Code]
The code i'm using to Insert the Icon into a image, i'm getting this error: Error1Value of type 'System. Drawing.Icon' cannot be converted to 'System.Drawing.Image'
View 2 Replies
Sep 5, 2009
I have an app. that creates a new file type and it has the default windows icon for not-known extensions, is there a way to change its icon after it has been created?
View 3 Replies
May 4, 2011
How to create an icon file? Is there anybody could give me an idea on how to create an icon for my vb.net application? How do I change or create a new icon for a vb.net application. If I have a chosen saved images and want to use it as an icon on my application, how possible is it? How do I make it? I'm using vb 2008 express edition.
View 7 Replies
Jul 20, 2009
I have been looking everywhere to find a way to extract the main icon from for example c:/test/file.exe and put the icon in for example c:/test/fileicon.ico i did find something but the icon looked dreadful, it must of been like 16 colours.
anyway if someone has managed to do this or knows how to do it please help before i go insane.
also i will settle for knowing how to do it with reshacker.exe instead which i also cant get to work.
View 14 Replies
Feb 5, 2009
I'm trying to use SHFILEINFO to get the high res icon off of a file. I've been able to get the stnadard (32X32 16 color) icons, but I can't seem to grab the high res version.
I'm using the sample code from: [URL]
I have uncommented the section for the high res icon and removed the code for the small icon. I'm still only getting the standard icon. I have also tried 'ExtractAssociatedIcon' as recomended by other threads here, but this also only gives me the standard icon.
View 1 Replies
Jul 28, 2009
I'm not sure exactly if the folder icon is in shell32.dll, but nonetheless if it is.Basically, whenever I come across a folder in a FileSystem list, I want to add the icon for a folder to the image list that I am using for the ListView. The problem is that I'm not sure how to reference a specific icon location in a icon collection in a dll.Is this possible with Icon.ExtractAssociatedIcon and shell32.dll?
View 14 Replies
Mar 3, 2010
how to find All the references to an icon file in VS 2008 using VB?
View 17 Replies
Oct 23, 2010
How can I put a gif file as the icon of a tab?
View 2 Replies
May 27, 2009
How can I change a Icon of a EXE that is already build with .Net. I know I can change it with ResHacker but is it possible to change the Icon with .Net Code.
View 20 Replies
May 24, 2012
I am working on a vb6 to vb.net migration project using VS 3.5. In my application, there is .resx file and some icons are there in this file (eg: icoIN,icoUS etc). On click of a checked listbox (which is filled with country names), the particular country flag should be displayed on a picture box control. The image of country flag is taken from the .resx file.I tried with the following code.
[Code]...
View 6 Replies
May 31, 2010
i have 8 new custom file types which go with my app, i can set them to open with me app easily using this code on a button:[code]But im a little stuck on what to change in that, ive made certain all my new extensions are unique and i have all my icons for each new file type made, i just need to be able to set them.
View 5 Replies
Apr 28, 2010
I'm sick of my EXE files only looking decent in one view in explorer (ie List or Tiles etc) because I can only figure out how to specify one icon file for my projects so it has to be a specific size and if its too big it looks rubbish at smaller sizes in explorer, and vice versa if its too small. So how can I embed more than one icon file and make it automatically select the correct one to display in explorer depending on the view? I believe you can store more than one icon in an ICO file, so do you have to just combine the various size icons into one ICO and then explorer will automatically select the correct sized on? Or is it something you have to do within the VB project?
View 7 Replies
Feb 23, 2012
I am writing an application that will cache all my files and then let me display files that I would like to display. I am wanting to extract the icons from each file as I cache them.My question is this: How can I detect if the icon from one file is the same as another icon and therefore prevent me from extracting it twice?
View 8 Replies
Mar 3, 2012
I have a textbox on a form that is set to allow dragdrop operations from txt files.Basically you drag a .txt file onto the txtbox, the content of the text file is displayed in the textbox.All is working fine, however after the textfile is displayed in the textbox, the text box text is for some reason is highlighted.I don't want the text to be highlighted (or selected) after it's being displayed on the textbox.Second issue, after I close the file that I dragged, for some reason even if I didn't make any changes to the file, it is acting as if the file has changed.In another words, if I open a text file using my MenuItem Open item, and if I do not change the file, If I close the file it's fine it closes.However, if I close a file that I draged into the text box and then close the file without changing anything in it, the stringcompare function is telling me that the file has changed... I can't understand why.
View 6 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
Apr 11, 2011
I want to have an icon / image of a folder on my form and I want it to operate just the same as a desktop shortcut to a directory does. If clicked, it opens directory, if file / folder is dropped onto it it sends those to the specified directory.I am however going to need to use something like this:[code]
View 8 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 16, 2012
I have code that saves my DGV as a comma separated .txt file.
code a way for the user to be able to drag a text file onto the DGV and it will load the data?
View 1 Replies
Dec 21, 2009
OK, so I want to read in the file as whatever someone drags and drops on the .exe file. Once I get that file to be used as the file in the program, I'm fine, I know what I'm doing, but I'm having no luck getting that part done.So far I have this that I found:
Code:
Dim s As String = Command$()
Console.WriteLine(s)
[code].....
View 5 Replies
Feb 2, 2010
You will have to excuse me I am a little bit new to VB. I was wondering if anyone might be able to tell me how I can have my VB application accept a dropped file and then copy that dropped file to a location on the hard drive. Basically what I have is an application that I want when an outlook attachment is dropped on to my VB app on the main form I want it to copy that file to a location on the C: drive. I have tried googling this but all I can find is how to do it between controls and with a listbox.
View 5 Replies
May 22, 2011
I spent a while searching for answers on the web, but all pages seem to forget about my query.
I'm experienced well enough with receiving drag and drop events of any kind, including images and files.
I also feel comfortable about the other way round -- using the DoDragDrop function to start a drang and drop of any kind.
Any kind, except files. How can I start a file drag and drop, for example of an image?
I tried setting the data to a string containing the file path but that didn't work.
(VS2010Pro, VB.NET 4, Windows Forms)
Just call me Silvi or LS... My site:
here
View 5 Replies
Nov 19, 2010
I currently have the following code but I would like to get away from going to a physical location. If I have the icon as a resource, how can I programatically add the icon? I don't want to use the form's designer to do this.
Sub Form1_Load()
Dim ico As New System.Drawing.Icon("C:Resourcesicon.ico")
Me.Icon = ico
End Sub
View 2 Replies
Jun 4, 2011
My application icon looks ugly-like a paper and i would like to change it to something like globe icon or any suitable image.Am programming using visual studio 2005 and the program is written in vb.net.
View 1 Replies
Feb 18, 2012
Private Sub dtg1_DragDrop(ByVal sender As Object, ByVal e As System.Windows.Forms.DragEventArgs) Handles dtg1.DragDrop
If e.Data.GetDataPresent(DataFormats.FileDrop) Then
Dim Myfile() As String
[code]....
View 2 Replies