Make An Icon To Use In A Program?
Dec 9, 2011How would I make an Icon to use in a program. What size if that matters and what program to make it.
View 2 RepliesHow would I make an Icon to use in a program. What size if that matters and what program to make it.
View 2 RepliesHow do I make my program use different resolutions of the same icon?
If I use a 32x32 icon, the 16x16 icon in the window becomes blur
If I use a 16x16 icon, the 32x32 icon in the taskbar becomes blur
I tried using a multi resolution icon but I can't get the program to use the different resolutions of it.
i want to know how to make a program in VB.NET that change a icon for a file ...Like a simple Icon Changer And, do i need a stub for this ?
View 16 RepliesIm trying to make the an icon for the form work with my own icon, because all programs have their own(like ie hat the e and paint.net has their logo), but whenever I put in my icon phote(and it is saved as .Ico) it comes up with the error: Argument 'picture' must be a picture that can be used as an icon. I have the same measurments as the defult one(32 by 32) so what am i doing wrong?
View 8 RepliesHow can you add a image where when you double click on the icon and the program starts it shows a picture before the program loads. Like Photoshop startup or the new 2010 visual Basic express start up
[Code]...
I am really confused! My program doesn't work if I don't have Visual Studio here in my PC. To test it I have uninstalled Visual Studio. But my program doesn't work though Flash Player is present there (I have used Flash animation in the first form).
To be more sure about it I have installed Flash. But it's not working! That means the Flash animation file (.swf) is not making a problem! It needs support from Visual Studio to start. Doesn't it mean that some files are not attached with a setup file as a result it needs Visual Studio to run? Let me tell you how I create a setup file of my program.
CODE:
When I click on the icon of my program it shows the error message
CODE:
Reporting details: This error report includes information regarding the condition of WindowsApplication1. When the problem occurred the operating system version and computer hardware is use; your Digital Product ID, which could be used to identify your license; and the Internet Protocol(IP) anddress of your computer.
How do I get the icon of a file. So for example in visual studio, how do you get them that visual studio icon in your application?Is it possible to save the icon on your computer?
View 5 RepliesI'm not sure where should I post this as this is not really related to VB.NET but since I'm always here(in the VB.NET section) I'm gonna ask here.How do I make an icon that won't lose it's quality? I tried so many dimensions already. 32x32, 250x250, 16x16, 64x64.It will lose it quality on Desktop and taskbar. An icon like the IE's, Visual Studio's, Google Chrome's icons.. icons that doesn't lose quality.
View 9 RepliesEach time i go to add an icon to my program i get 'this is not a valid icon file.' it is a .ico file, i have tried .icon, as well as converting various file types to a .ico file but still i get this error
how do you add an icon to a program? are there any rules to adding one?
i want the icon of my application to flash when an event triggers (upload complete) like this for example i use VS2008 and i've been guess-working the code.
View 4 RepliesI'm interested in name of this control:[URL]..What's the name of this control, how to make context menu and icon on tray bar?
I think it's very simple, but I couldn't find this.
I'm on some project and i stuck. I wanna make a icon changer that builder include in it self. Not just you choose the the file to change a file and icon and it change but I mean builder include a icon changer.
View 3 RepliesI tried a few different way but just can't see to get it. Seems if I set the parent icon to what I want, selected and unselected, it also changes the children. What I am after is to have a parent icon that does not change regardless if it is selected or unselected. But the children will follow the icons for selected and unselected. If I don't add a third icon it all works fine, so how do I add one to parent but not change the children?
code
Private Sub tvFolders_AfterSelect(ByVal sender As System.Object, ByVal e As System.Windows.Forms.TreeViewEventArgs) Handles tvFolders.AfterSelect
[code]....
Is there an easy way to do this? I have an application that needs to flash a minimized icon when there is an issue. I saw the VisualStyleElement.TaskBand.FlashButton class example but it just draws an orange rectangle on the form
View 10 RepliesMay I know how do I get the icon of a program to display along with the name of it?TBProgram.jpg
Public Partial Class MainForm
Public Sub New()
' The Me.InitializeComponent call is required for Windows Forms designer support.
Me.InitializeComponent()
[Code]...
EDIT: I know this has been asked a billion time. But when I tried to get the codes together, I get many warnings and exception errors.
I have a media player and I'd like to display an icon near the clock with a context menu to pause, stop etc.
How would I go about doing this?
I am writing a program, and it worked just fine, then I changed the icon on the program and I get an error when I try to run the program. Attached is the window that I get when I debug the program.
View 3 RepliesI'm creating a browser, and I'm using devcomponets' Tab control,And I watched a youtube video on embeding the favicon into the tab. This code works perfect, although on websites that have got different sizes like 24x24,32x32,16x16
all in one 'favicon.ico' file in order to comply with ie9 site-pinning, My browser seems to go with the biggest available. How would I be able to restrict the icon size to 16x16 and resize the big icon if there is no 16x16 [url]...
How do I get the icon of a program to display along with the name of it just like in Add/Remove Program? I've tried to search for codes regarding it and pieced them together but I get too many warnings and exception errors. Below is my code for the entire form.
Public Partial Class MainForm
Public Sub New()
' The Me.InitializeComponent call is required for Windows Forms designer support.
Me.InitializeComponent()
[Code] .....
How can I make the icon of my program to be shown in the buttom of my screen on the right side, where icons of programs that are running are usually shown? And How can I make a "Bubble" jump from this icon with a messege?
View 3 RepliesI'm trying to make an application to edit an external exe's icon, and other resources, much like ResHacker.
View 3 RepliesI've just created a game program in VBE2008.Who do I add the shortcut Icon to the project file?When I build my program into a .exe file I want it to include a small custom icon that will automatically display when you hotlink from the desktop to the .exe file.
View 2 RepliesI wrote a visual basic program whose icon displays "WindowsApplication1" when I mouseover it. Is there a property somewhere you can change so that it will display the name of your program instead? I'm sure this is really simple to change but I just can't find where the property is in the IDE.
View 11 RepliesI found some VB6 code over here to get and set icons on the desktop.After converting it to VB.NET and making some minor modifications it should simply save the icon's locations at startup into an array of POINT structures, set all icons to random locations when a button is pressed and put the icons back when the applications exits. When I start the app all icons dissapear and nothing happens when the button is pressed or when I exit (I can get the icons back by aligning them by grid).The VB6 to VB.NET converter gives me a warning when i try to marshal the POINT structure saying that i need special conversion for marshaling non bittable types.
Here's the code:
Imports Microsoft.VisualBasicImports Microsoft.VisualBasic.Compatibility.VB6Imports SystemImports System.Runtime.InteropServicesImports System.Windows.Forms
Imports Project1.Declarations
Friend Partial Class Form1
Inherits System.Windows.Forms.Form
[Code] .....
I have developed a program using vb.net 2008 that will allow you to open another program at a specific time. This is just a beta and that is why 2 way of telling the program when to close the program that opened and this program.Anyway this is my issue when I get everything set up to open the program once it opens i don't have focus on the main form or the notification icon. (When the program has not lauched the program I am able to use the notication icon. (notification icon does the follow: restores the main window to normal view and exits the program.) Could some help to get the notification icon to work when the program has launched.[code]
View 6 RepliesOk, I have just created build a software (Deployment) in VB.net. However, when I click on the icon open the program after installing, to my utter amazement, the program folder XXX-->Next-->Add an additional file-->Next-->Finish
View 3 RepliesMy FormLoad event contains a simple line which is Me.Hide. Then I make the tray icon visible so the application can be shown if the user needs it. However, the Me.Hide statement doesn't work during the form load procedure. It seems to work fine after the form has been loaded. So, my question is, how can I simply stop the form from becoming visible in the first place or hide it after it has loaded?
View 4 Repliesi want to design a new program that should start with windows and its icon should appear at the toolbar the idea is when i click on the icon a rectangular forum should appear. my question is that: what is the best tool or control should i use? should i use the blank project of windows application or there is special project for that.
View 16 RepliesI found some great code on capturing webcam images but the problem is the client PC will need to initiate the communication to this server (click Connect to server IP). This is like 2 way communication.How can i do something like this (door Kiosk system):when a visitor press a button on the LCD that come along a web cam (this will be the server), it will send the signal the client PC that is installed with the application i've created (window form) and pop up the images to the client PC (more like a 1 way communication). This image is captured through the web cam on the server to capture the visotor's image waiting outside of the door. How to do this?I'm really stuck as i'm not familiar with window API programming yet.
1) how to do the mentioned 1 way communication? possible in .NET?
2) how to make my application to be at the tray icon just next to the time displayed on the right bottom corner of the task bar? When a visitor press a button o the server, it will pop up a window form on the client PC showing the image captured via the server's webcam outside of the door.
What must I add to the deployment project so that when the user clicks Start>All Programs>My icon, my program runs. Now the explorer comes up pointing to the application directory.
View 10 Replies