Display Icons From Shortcuts Or Executables
Aug 27, 2009
what i want to do, is have a user select a file. And then the program displays the icon associated with that particular file. Would this be hard to do? And if its easy, can somebody give me an idea on where to start?
View 2 Replies
ADVERTISEMENT
Nov 28, 2011
How do i get multiple icons in a project for use with shortcuts OUTSIDE the project..
View 7 Replies
Aug 19, 2010
In a VB.NET Winforms application, I have a form that contains both a datagridview and a textbox. I have some menu item entries that have shortcuts of Ctrl + X, Ctrl + C, and Ctrl + V that operate on the datagridview. However, these override the default cut, copy, and paste shortcuts for the textbox. How can I make the menu shortcuts only apply when the datagridview has focus?
View 2 Replies
Oct 22, 2009
I have an icon in my resource and I call it using
Dim
MyIcon As Icon = My.Resources.Myiconname
but I would like to display this icon into the form and I can't find the way to do it.
View 7 Replies
Jan 29, 2007
create a program that enums icons of the tray bar that have been created calling the function ShellNotifyIcon. So my question is how do you do to enum the windows that have called this function and want to appear in the system tray, whit its icons, and display a menu when you click on them. because i want to do the same that explorer.exe does but whit my own program (shell). Is this a secret?
View 2 Replies
Dec 14, 2011
I'm doing a program that will display icons from a folder (c: as an example ) in a list view but i can not find a way of making it work.
View 1 Replies
Aug 24, 2010
In my program, the user can select a icon for a shortcut generator. I googled "Extract icons from exe", and could only find nonworking answers to extract a single icon from an exe. I want a user to be able to select a program path and have a imagelistbox, flowlayoutpanel, or listview fill up with previews of all the icons. I want it to be similar to when you try to manual change a shortcut icon (you know that box with the exe path and the list of icons?). Is there any possible way to do this?
View 6 Replies
Jan 13, 2012
I've got a list view that opens items inside a folder and displays them. I want to know if there is a way to have the list view display the icons as well, maybe using shell32 or an imagelist. Here's the code:
Imports System.IO
Imports System.Xml
Imports System.Runtime.InteropServices
Imports Microsoft.VisualBasic
Public Class cv7import
[Code] .....
Here's two images, of how it looks and how I want it to look.
How I wanted: [URL]
How it looks: [URL]
View 2 Replies
Oct 31, 2009
I have created a form and display alot of icons on the location that I want. After I displayed several icon on the form then I would like to delete a couple of them but I could not find the history of location or a link to that icon so I can not delete it.
Private Sub Form1_MouseClick(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Me.MouseClick
CoorY1 = 410
CoorY2 = 425
[Code]...
From the Form1_MouseClick I link to the MyPicClicked with g_CoorX1 and g_CoorY1 but it only give me the location that next the the last icon I display. how to keep an index or record or anything of the location that I display.
View 11 Replies
Nov 19, 2009
I am working on a project where I am required to create four executables from the solutions I have been working on and I am unable to get them to work on an alternative computer.
When I use the publish tool and publish them on my desktop they work without any problem but if I put these on a sub folder or on another computer then they do not work, I have been told that I need to create an installer file .AS or something but I am unsure how to go about it
I would be very grateful if someone could tell me how I can create an executable that will run on any computer other than the one it has been developed on.
View 18 Replies
Feb 13, 2011
TortoiseSVN and Dropbox both have Windows shell extensions that make file icons within Windows Explorer show a small icon beside the main one, showing the file's status - has it been synced, etc How can I make my application show icons beside files like that using the Windows API? Or is there some file attribute to do that?
View 1 Replies
Dec 7, 2010
1. i have a panel on a windows form with picture boxes in.I wish to click on one and open a specific directory on my pc , much like clicking on one in explorer.
2. is it possible to run executables with options? i.e wmplayer.exe" /prefetch:1 if i use shell it throws an error obviously.
3. is it possible to open windowsa control panel items from within my program,like network and sharing. I am using win7 and VB2008
View 4 Replies
Jun 29, 2011
I need an application that generates executables with another code
How can I do this in vb.net?
View 1 Replies
Mar 23, 2009
whats is the problem when im encountering this message? or i have problem in installation? what is missing?
View 5 Replies
Mar 1, 2012
I am converting an older software package written in VB 6 to VS 2010.Not to incredibly painful but planning for the future as we have had lets say a few issues with VB 6 on our current layout of multiple OS and this is my first real project lead.We are a smaller job shop and we move on a rotation of new PC's/OS's come in to replace broken or exhausted older PC's in the front office and move the older PC's out to the shop floor.We have an array of different OS's ranging from Windows 98 and Windows 7 (32 bit and 64 bit OS). By the time I am done with the conversion we should be sitting comfortable with a range of PC's from XP and up. When creating the executable for my project is this something that can be handled ahead of time, creating multiple executables for specified OS, or an all in one package executable?I was looking to see what people had as suggestions at handling this.We haven't even bought VS yet and are looking at the VS 2010 Premium package, do I need Ultimate?
View 3 Replies
Jul 21, 2010
I have developed a window application in VB.Net now i want to add my executables to the windows explorer right click menu.so that whenever user right clicks on any folder or any file then in the menu litst mu application executables should be there.How do i achieve this in the vb.net.
View 1 Replies
Mar 20, 2010
I would like to make a image in the form representing the icon and a label below it to represent name but is there a easy way to do this.
View 2 Replies
Nov 9, 2009
I am using VS2008 and creating forms. By default, the underscore of the character in a textbox when using an ampersand is not shown when I run the application. ex. "&Goto Here" is not underlining the G until I press the ALT key.Is there a way to have this underline the text that I put an ampersand in front of when the form/application starts instead of having to have the user press the alt key?
View 1 Replies
Sep 11, 2010
I am an application to make and I sit with the following problem. I want to add shortcuts to my program. The F10 key word. But the shortcut should work even if the program is not focused. How do I do this?
View 5 Replies
Jun 22, 2010
I'm creating a Setup Project (in Visual Studio 2008) for VB.NET application, everything works fine but I want to ask how to put an option for shortcuts. I mean, i know how to put shortcuts to desktop and start menu but I want some kind of checkbox where you'll have an option to put those shortcuts or not to?
View 3 Replies
Apr 20, 2009
I want to be able to edit my text box pretty much like you can with windows notepad..
in notepad, when you press CTRL + C , it copies, CTRL + V , pastes , and so on.
View 5 Replies
Aug 7, 2011
Is there any way to disable the keyboard shortcuts of AxWindowsMediaPlayer or even handle the KeyDownEvent of that control ?
View 1 Replies
Dec 23, 2009
I am trying to assign a keyboard shortcut to a macro but "Press shortcut keys" textbox does not accept input. The "Remove" and "Assign" buttons are disabled. I have a command highlighted and I've tried in all the available "Keyboard Mapping Schemes". I've noticed that on some of the samples on "Modifying Keyboard Shortcuts" there were buttons for creating new mapping schemes. I'm assuming those are a visual studio version prior to mine - maybe 2003. Mine only contains the reset button.
View 2 Replies
Feb 1, 2010
i want to know to create a shortcut that will open another Form.
View 2 Replies
Jan 17, 2011
Ie. F5 shows msgbox("hello") all examples are for windows form applications. :/
View 1 Replies
Jan 22, 2011
Is there a way to use shortcuts in your app (like Crtl+F1)? When those keys are pressed my app should notice it, even when they are pressed outside my app window.
View 4 Replies
Aug 5, 2010
I have a desktop application which reads files from a specified folder, then deposits the files to a folder in a third party document management system based on criteria that the user provides.
is it possible to somehow provide different parameters to the code, depending on which shortcut of the application the user clicked on to start it up?
View 3 Replies
Jun 2, 2010
I have some VB.Net WinForms I imported from VB2005 that are MDI Child forms. In the old project the clipboard shortcuts work (Ctrl-V, etc.) but in the VS2010 project they do not. the ShortCutsEnabled property is true.Any way to get these working again without adding special code to replicate the feature? I have a bunch of forms to convert....The parent does have KeyPreview but I can comment that out and the problem still exists. I also hook the TextChanged event for dirty logic but I can comment that out also to no avail.
View 6 Replies
Mar 19, 2010
When I programmatically create a shortcut to a folder like this:
CODE:
All works fine.
But I need multiple shortcuts. I tried this:
CODE:
But it seems that VB NET is creating the shortcuts over the previous ones and all that I have after runtime is the last one - a shortcut to C:.
How can I create multiple shortcuts to multiple folders in the same folder?
CODE:
View 2 Replies
May 3, 2011
i'm currently working on a security program and i need to temporarily disable some key combinations using vbnet. Key combinations such as: Ctrl-Alt-Delete, Alt-Tab, Alt-Esc, Win Keys, Alt Keys, Esc.
View 1 Replies