Make Program Use Different Resolutions Of The Same Icon?
Jan 26, 2012
How 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.
View 2 Replies
ADVERTISEMENT
Sep 1, 2011
I have a problem.How i can to make my program full screen for all resolutions ? i have 1280 x 1024 and if i change the resolutions, my program does not look good.
View 1 Replies
Apr 23, 2009
I have a program developed on a machine with high display resolution. Now when I try to run it on a computer with low resolution, the screen got cut off. OK, is there a way to make the program working with different display resolutions?
View 2 Replies
Dec 9, 2011
How would I make an Icon to use in a program. What size if that matters and what program to make it.
View 2 Replies
Aug 24, 2009
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 Replies
Aug 9, 2009
I'm looking for some advice on how to make my app work with different resolutions as I have posted a demo game on the forum but the game was designed on my laptop which is set to 1280x800 but a few people who have tried the demo are having problems as they are using 1024x768.
Is this a case of getting the computers resolution when the app starts and alter the size and position of controls?
View 11 Replies
Jun 9, 2011
I am developing windows form application on my laptop....but running my project on Desktop or laptop becomes different looks.how do i make it to be the same no matter the screen resolutions? i just need my project look same in all small or big screen resolutions.
View 1 Replies
May 29, 2009
Im 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 Replies
Oct 11, 2010
How 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]...
View 1 Replies
Sep 30, 2010
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.
View 1 Replies
Sep 26, 2010
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 Replies
May 25, 2011
I'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 Replies
Sep 19, 2011
Each 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?
View 11 Replies
Jul 18, 2009
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 Replies
Dec 29, 2009
I'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.
View 3 Replies
Nov 7, 2009
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 Replies
Feb 2, 2011
I 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]....
View 10 Replies
Sep 4, 2008
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 Replies
Jul 25, 2010
May 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.
View 4 Replies
Feb 10, 2010
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?
View 1 Replies
Apr 9, 2009
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 Replies
Jul 25, 2011
I'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]...
View 8 Replies
Jul 25, 2010
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] .....
View 2 Replies
Mar 17, 2009
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 Replies
Apr 3, 2009
I'm trying to make an application to edit an external exe's icon, and other resources, much like ResHacker.
View 3 Replies
Nov 25, 2010
I'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 Replies
Mar 1, 2010
I 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 Replies
Aug 4, 2009
I 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] .....
View 1 Replies
Aug 22, 2009
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 Replies
Apr 30, 2011
Ok, 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 Replies