Load Pictures Into A Program?
Aug 12, 2009What is the best way to do? Load the pictures to the program and using many different forms? or just make a folder to the pictures and load them by using the [code]....
View 15 RepliesWhat is the best way to do? Load the pictures to the program and using many different forms? or just make a folder to the pictures and load them by using the [code]....
View 15 RepliesIm using "Visual Basic 2010 Express", and for now all i did was learning how does it work and some basic codes.
I click twice in "MyApplication" in the "Solution Explorer", and then go to "Resources". I added 3 pictures that i need and in Properties>Persistence i chose "Embedded in .resx"
Then i search in Windows Explorer my Resources.resx file and its size is now increased by those three pictures.
Then i create a picturebox named "picturebox1" and call that picture[code]...
I'm making a program that when you select an item from a combobox and press a command button, an image stored in a folder is loaded, I was just explaining what I am doing, what I want to know is how to specify the address of the image and how to load the image.
View 13 RepliesI'm trying to load a group of pictures into my form so the user can click a button to view the next picture. I am trying to use List to gather the pictures.
When I debug, the List is always empty thus giving me an index error.
Code:
Public Class frmChildrenToySel
Private list As New List(Of String), index As Integer
Private Sub PictureBox1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
[Code].....
I'm not sure where to start. I've made an app consisting of a textbox and picture box that changes the picture every time you press a key. But what I need is to load a txt file and have pictures display one after another for each letter at a user defined rate. Including breaking this down into smaller steps. This is for an application simular to a RSVP(rapid serial visual presentation) program.
View 4 RepliesI'm trying to find a way to pass a file extension to get the file extensions 16x16 image that is registered in the windows file types if that extension is registered that is.
View 2 RepliesVisual Basic 2010 Windows Forms Application I am trying to create an application that will allow a user to choose from a menu option in ListBox, click "Play" button, and the application will play music, and transition between 3 pictures.
View 4 Replies1. I want to load pages in web browser without loading scripts and Pictures(Jpeg,gif,png).
2. When Web Page Loads my Application Stops Responding. After that it responds. In one place of my Code i have added thread.sleep(10000). is it reason for that?
So I have a bookmark function setup, and this is another functions that loads the appropriate website icon to the listview option that it goes with.
Public Sub getBookPic()
On Error Resume Next
Form2.ImageList1.Images.Clear()
[code].....
I am just wondering if there is any DLLs or features in VB.Net 2008 that I could use to parse a picture of text to text (for example, a screenshot), assuming the text are in very recognizable format (i.e., not like CAPTCHA type of text).
View 2 Replieshey guys i have a little app that shows pictures from the program directory .
View 1 RepliesI use VS 2008 Visual Basic and I added windows forms HelpProvider to supply user with more information using F1 button when a windows form is active.No VB coding are used, just help provider and HTML docs. with css.I have created a HTML document and a picture. On both items I have set the [copy to output directory] property to Copy Always.The HTML document starts HTML page and IE is showing the text as expected , but the picture does not appear.I use click once deployment to deliver the system. The HTML documents and picture is located on the user computer after the deployment. How do I add path to a location in a win program with pictures used in a HTML document? What is the correct setting of [ build action ] parameter of these items?
View 5 Repliesi am trying to build a program ( i am a beginner) that display the pictures from a media card ( or other removable media) in a gallery in the form, and that allow the user to select the ones he likes and store it in a folder.
View 4 RepliesIm make a portable program which has a form with a few different pictures like a photo gallery.when you hover the mouse over a picture it will appear enlarged in a floating box infront of the form. Then when the the mouse is taken away from this floating box the box will disapear and leave you with the picture gallery again?
View 3 RepliesIm using a black n white image of a human as my back ground and panels to display the same bits in color when the area is clicked. What isn't working for me is the panels are slightly overlapped and one will always be on top of the other. it is transparent so you can see the back ground, but not the panel underneath it when it has a picture in it.
View 6 RepliesI have my rpg, still, first time working on it n ages, and I want each user to be able to set their own personalized picture background for the game...
each character in the game has its own dedicated folder for each file that the character has relating to it...
what I want to know how to do, is to have my game copy the loaded/chosen background image to their respective characters data folder, and have the game reload/reset the games default background image, to the one piced by he player...I am having a hard time figuring out how to do this however...I've tried a lot of different things...and nothing is working yet...
here is my example code right now:
[Code].....
In class i saved my program in with load of other test programs for the same assignment and got everything mixed up i finally figured out what was what and loaded the program in Visual Basic. Now my program doesn't recognize one of my forms when i try to access the design view of it. I hit run for the hell of it and the program runs with errors of course but the form1 "the missing one" shows up with all the buttons etc and i can use it.
Heres the link to the files. [URL]
I have a vb.net project which i have inserted pictures and video. I inserted a video clip using the Windows Media Player control and it does work. The issue i have is that i can't move the program to another computer because the pathname for the video will be wrong. I know i could change the pathname when i move it but this is not practical because i need to present this program. Does anybody know how to make the video accessible no matter what location the program is at?
View 6 Repliesi have a application that i designed for an assignment which uses a DB (ACCESS) However when i publish the application it fails to load even though the application completes. I have managed to find that it is the database that is not copying over, how do i solve this (the db is located when debugging and is also in the project files)
View 3 RepliesCould I load a program into a tab?
I have a program and have been trying to put it in to modules (instead of just one massive peice of code) and was thinking I could make some of it as "mini programs" and run them when needed.
1) Is that possable?
2) Is it a good idea? (the "mini programs" would not be needed to run the main program just used very rarely for changing setting etc)
Basically what I want is for the program to have an extension/directory called "Flash" and then when you click button one for example it will get that file. Anyone know how to do this and make it work? I have the following AxShockwaveFlash1.Movie = "/flash/flash.swf"
View 3 RepliesI'm trying to make a custom skin maker for a program I'm working for. The concept is, you provide all the images needed for the program in a folder and then load that folder into the program which then sorts out each image in their respective areas. I know how to load files, but instead of making the user load the files one by one I'd like them to be able to load them from a folder.On a related note, I'd also like to know if it was possible to allow my users to move their controls around the program. For example, say they'd like their exit button in a different location as it'd look nicer with their skin, is there a way to allow them to move it? Particularly, it'd be nice to have a check box that enabled or disabled the ability to drag them around so they don't accidentally drag it when trying to click it.Also, how could I save their changes to this skin so it'd load up the same every time without overriding the default skin.
Finally, I have a piece of code that allows me to drag the form around as it has no normal border but I have a button that keeps it on top at all times, I'd like that button to also disable the ability to move the program while active and restore the mobility once clicked again. Here is the code used to move the program if that helps any.
[code]...
I am trying to do a program in which I would like that program load with Windows. Ok, When I restart the computer and when I arrive to the desktop, program did not run. I am doing all this in Vb 2010.[code]...
View 4 RepliesI'm trying to make a system on my computer in which I can find out log-on versus log-off times, I already know how to load a program at log-on, I just need to know how to load a program at log-off or shut-down.
View 4 RepliesI'm trying to load the DLL ati2edxx.dll into my program to access temperatures from my ATI video card. Every time I load it I get the error "A reference to 'PATH' could not be added. make sure the file is accessible, and that it is a valid assembly or COM component".
why I may be getting these errors? I tried loading the DLL up in C# as well and got the same error.
The two gentlemen on this link seemed to get it to work just fine.
EDIT: It appears that the DLL is 32-Bit? How can I load it if im on a 64-Bit operating system?
im making a game and i want it to start first but i made the game first so i cant seem to get the second form to load first?
View 2 RepliesI've been staring at my code for a few hours, and cannot think of the next part.For my final I need to make a hangman program Pretty much I have a button to load a .txt, a label, a multiline textbox(which will be hidden later), and a normal textbox. I need the program to load the txt file, and randomly select a word. Then have the program put a " - " for every letter in that word The program loads the txt file,to the multiline textbox,but I don't know what to put next. EDIT:After looking at my book i noticed it shows how to make a hangman program, but without loading a text file. So, all I need is the code that will make it select a word randomly from the list, and i think I can do the rest..
View 2 RepliesHow run a program inside a MdiParent?
View 5 RepliesIs there a way to load Internet Explorer with a specified URL when a button is clicked?
View 3 Repliesi want to make 1 slide for welcome message i make new .vb named: welc.vb make to load the program from that welc.vb for code it put:
Public Class Wel Inherits System.Windows.Forms.Form Private Sub Wel_Load_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
[Code]...
How to make it when the slide finished to close the welc.vb and start the form1.vb