Visual Basic 2008 - How To Get A Gif File As The Tab Icon
Oct 23, 2010How can I put a gif file as the icon of a tab?
View 2 RepliesHow can I put a gif file as the icon of a tab?
View 2 Replieshow to extract the various images from an icon file ie 256 x 256, 48 x 48, 32 x 32, 24 x 24, 16 x 16 etc.
View 1 RepliesI'm using resources in VB.NET(2008) to manage my files and have 3 icon files that need to be on 3 buttons on my form (clicking the button changes the icon of the form tot the pressed button)
ICO_1.ico
ICO_2.ico
ICO_3.ico
but when I try the code below i get the error that "Value of type system.drawing.icon cannot be converted to system.drawing.image" any idea what's wrong?
btnIcon1.image = my.resources.ICO_1
btnIcon2.image = my.resources.ICO_2
Is it possible to add a small icon/picture within a button (to the left of the button text)? I don't seem to find any solution to this
View 1 RepliesI am using Visual Basic 2008. My form has a transparent background, and on it are several PictureBoxes. I'm trying to load icons into the PictureBoxes using ExtractAssociatedIcon.picIcon.Image = Icon.ExtractAssociatedIcon(path).ToBitmap The problem is ExtractAssociatedIcon gets 32-bit icons, which contain the alpha channel (i.e. shadows), which don't display correctly on a transparent background because the form itself does not support the alpha channel. What happens is I get ugly-looking icons with the TransparencyKey showing through under the shadows.
View 16 RepliesVisual Basic NET. I have coded a programme which save the icon of a *.exe file into a picture, and now the question, how can I convert the picture to a real icon file?
View 1 RepliesTrying to use icons on my visual basic form but don't know how to place the icon and label so that they are linked and when the are clicked they get highlighted and stuff like the basic desktop icons.
View 2 RepliesI need a file search for my Visual Basic 2008 program. Do you guys know a way to start off? I've heard that you need admin priveledge for some file searches, but I don't want any of those kind of things since it would be a bug to the user.
View 1 RepliesI have a vb 2008 code project i need to build the exe filehow could I do this please note that our clients do not have visual basic 2008 software..so how can I build the exe file of vb 2008 project and run it in other machines where visual basc 2008 is not installed
View 3 RepliesWould it be something like this
My.Computer.Network.DownloadFile("ftp://My.Site.com")
Is there a way to import an exe file into a visual basic project?
View 8 RepliesI'am try to make multiple file deleter in visual basic so here is my code.
Public Class Form7
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
OpenFileDialog1.ShowDialog()
[code]....
But my problem is that if add two or more files it just deletes the last one on the list box. How can i make it delete a the files on the list box?
I'm using VB Express 2008 and I would like to open an excel file and save it with different name file. For example, I would like to open a file in
C: est.xls
And then I want to save them with different file name such as
C: ry.xls
How I can save a text in visual basic in a word file with specific format like font size or color or other format??
View 6 RepliesIn a while loop, I am writing a progressively increasing integer value (between 0 and 100) to the Value attribute of a ProgressBar control, when it disappears from the window in which it resides. I have verified at the time that it disappears that the Min is 0, Max is 100, and Value is a valid integer in range.
View 9 RepliesHow do I disable the background compiler for Visual Basic in Visual Studio 2008?
For my sins, I have to work on a large VB.NET project and it often locks up for 20 seconds at a time whilst doing the very helpful background compilation
I'd rather work blind between compiles and be able to do some work.
I am trying to make a console program in Visual Basic on Visual Studio 2008. I want to ask the user of the program if he wants the premium version or the standard version. If he chooses the premium version, then I want it to say premium in his "receipt" later on and if he chooses standard, then standard in the receipt.
[code]...
I have Visual Studio 2008 Professional and I'm trying to make it so I can click a button to send the application to the System Tray and then click the icon in the System Tray to make the application come back.
Can anyone provide me a method or sample code to do this?
I am very new to Visual Studio Application Development. I'm mostly a DB guy. I used Visual Studio as a Report Designer, not much of an .Net guy though I can understand it. I am now asked to create a .net application and I'm trying to create a "Hello World" starter app. I opened my Visual Studio, click File-New Project and all I see is Business Intelligence Projects and Other Project Types. My step-by-step guide says choose Visual Basic, Windows Forms Application. But I can't see it as an option.
View 2 RepliesI recently loaded my copy of MS Visual Studio 2008 Standard Edition, with Visual Basic, on to my new laptop, one with a Windows 7 operating system. This version of Visual Studio had been on my other laptop, a Windows Vista machine. When I attempt to run any of my Visual Basic applications which has a MSFlexGrid container on it, I get this error message "Unhandled exception has occurred in your application... The error is: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG). Also,
View 2 Replieswhilst trying to debug a sample program, get error code bc 32400. Also error code Class 'CLSID_CorSymWriter' could not be created system error &H80040154&
View 3 RepliesI have been working on a game development program for a few days now. And have come to a halt on one part, and thats adding a 3D space in the program. I do not know the code for this, would some one please provide something i could use for adding 3D space in my project? for example, i have a panel set up to be the view port in to the 3D space. Now i need to figure out how to program it so you can see a 3D space, click on the mouse and drag and the grid will follow the mouse.Likecreate a grid, i wish to give it a grid of 150 x 150 grid pixles.
View 2 RepliesWhenever I modify a file in the IDE in Visual Basic Express 2008, and then press the "Save" or "Save All" button, the "Save As" dialog opens, then says that a file of that name already exists and requests confirmation of the save. This didn't happen in Express 2005 as far as I remember.
View 3 RepliesHow do you extract source code from a VB.NET .EXE file?
View 3 Replieshow to write?inserting an avi file in visual basic on .net what is the syntax?
View 1 RepliesI want to search and some changes on headers in my .doc file
View 2 RepliesI have a batch file which I would like to include in my code. Dose anyone know how to run a batch file within the codefor example:I have the bath file at c: est.batWhen a click a button a want this batch file to run.
View 7 RepliesI wrote a program to save a ini file and read it in visual basic 6.0 but i want in visual basic 2008 the code i used in vb6 is this:
[Code]...
What is the best way to zip a file with my visual basic application?
View 2 RepliesI am facing two problems which are mentioned below :-
i) App.Config tamplate or Icon is not finding in Visula Studio 2008 which I have seen in VS 2005
ii) I have developed Application using App.config from which I want to get Connection string. In that case I mentioned Name Space syste.configuration still I can't get ConfigurationManager Class. Please help how to get it. In 2008 I want connection string will be raised from app.config file. In that case how to possible please help with sample code.