Make Images To Avi Maker
Mar 21, 2011im trying to make images to avi maker, now i watched this thread: [URL] And i downloaded that avilib and imported, so now im trying to use this
[Code]...
im trying to make images to avi maker, now i watched this thread: [URL] And i downloaded that avilib and imported, so now im trying to use this
[Code]...
How would i create something that would open a choose file dialog, let you click all the files you want(in this case audio files), take the ones you selected and write a windows media player playlist file(you should know but anyways its basically a text file formatted in a specific way with a .wpl extension)[code]...
View 4 RepliesI am trying to make a button maker program.I know I can make a rectangle (will be the main button) and a label (text on it )but how do I save it to png ?
View 3 Repliesim trying to make a simple schedule maker.-basically i have 2 combobox.-what i want to do is that IF i select 8-930 in combobox1 THEN combobox2 will no longer have 8-930 selection in it.
View 8 RepliesI am trying to make a gif maker application,this was the idea: I have 5 pictureboxes on the form 1 Final picturebox User adds 2-5 pictures on form and after that it presses a button that starts a timer The timer it's for the final picturebox to like show 1 picture than hide it and show the next.. I dont know the timer code... The code I added till now looks like this:
Dim str As String 'for the number of pictureboxes
Button"AddPicture"-
dim open as new openfiledialog
[Code]....
maybe Ur own aplication that makes from multiplme images a gif and save it as .gif and give me the source
how make comment maker character for whole paragraph
View 7 RepliesMy IT Project is to make CV MAKER that will create CV and will export it to PDF file, could some of you tell me how can i do it using no third party SDK, and how to manage text within PDF file i mean how to do layout, tables, different fonts, etc etc.
View 2 Repliesany1 has any ideas on how to code a patch maker, (binary differential update) so when i run my patch maker, it output a program (*.exe) that will update files on another machine or local machine, assuming that old files to be updated to a new file having the same data in result;
and also the output patcher should be smaller in size (compressed)currently wad i could think of is a very very simple one but totally useless and not efficient and result large file size patch
1. where mine is read both file data
2. is both byte the same ?
3. [if not same ----> write down the marker value in outputfile1 and byte value in outputfile2]
3. [if same ----> do nothing]
4. read byte if available
5. (marker + 1)
the marker value is how many byte have been advanced so with resulting patcher will read those marker values to advance to the file address (which is the position number) and update accordingly to its byte value outputfile1 is marker values, outputfile2 is byte values corresponding to outputfile1 marker value to advance to the byte position
I just want to know 2 things.
1). How do you make a Vertical TabPage like shown?
2). How was the Event Image buttons done (to the very right with icons on)?
I was thinking to make an app to save images [or download images] to local hard disk. But to keep it easy, I want this app to create a small picturebox on form to show the thumbnail of downloaded image. Lets say a 5 pictureboxes has to be added with the thumbnails to show the recent downloads. A user can save the location where he wants to save the files on hard disk. A listbox or a dropdown menu will help in categorizing the images, like image1 in friends section, image2 in family section, image3 in others, etc... When the program restarts all the latest 5 thumbnails has to be loaded in pictureboxes and the directory that was chosen. Finally, a button that shows the downloaded images into original image file size one by one or a slide show. Is it possible to make such program?
View 2 RepliesI have placed several PictureBox Images of different colored dots(which represent lights) on an image of a Christmas Tree. I can make the lights randomly flash using a randomGenerator and a Select case statement. However, the code is very long. There are 67 lights on this tree and the code is 71 pages long. There has to be an easier way to do this. So far I have tried the following with two images of lights just to see if it would work and it does not work:
Dim picLight(2) As
Boolean
For intX
[code]....
Im not asking for any code or anything but i was just wondering if you can make a map in notepad and than turn it into a map in Vb.net. (Like if G in notepad = grass. Have VB switch it to the grass picture.)
View 4 RepliesI'm using VB .Net 2008 and I need to make a dll with images and mp3. How to make it?
View 10 Replieswhat is the best way to make a graph of images, that need to be able to change during runtime. I need 64 pictureBoxes each of 30 X 30 pixels.
View 6 RepliesI want to ask, how i can make animation only with 1 images, inside there are like few different images. I seen this in few games, and i want to try it. I think there should by picturebox and it should scroll my animation right with timer, by few pixels. Image example: [URL]
View 5 RepliesI'm trying to make a home page for a game i have, i want to be able to push a button on the form and open my game that i made in game maker, what is the code that i need to put behind the button?
View 1 RepliesI want to make a save button for images without having to open a save file dialog so I would specify the name and location to save in the code.
View 5 Repliesi'm using VB 2010 and i'm trying to make a transparent images but without success.i draw 2 GIF pictures in Photoshop and save it as transparent.i put that GIF's in 2 pictureboxes on the form and the background of the pictures is really transparent, but when i try to put one picture in the top of the other one, the first picture cover the second one with the background color (and becuase it's transparent it's like the form color)
View 2 RepliesI have a background image,how to display the clickable images over the background image by using graphycs in vb.net?
View 3 RepliesHow can I create images on ComboBox list
View 3 RepliesHow the creater of this make images in the tab pages captions?
View 8 Replieshow do you make images transparent in vb 2005? i have a bunch of images that i want to use, but they all have a white square background. How would I get rid of its white square background?
View 10 Repliesi want to know how to draw cell or grid in picturebox for icon. im creating a small program that i want to include icon editor, i know how to use bitmap or GDI+ to make icon, but i want to include small icon editor like the one with VS IDE. i want to know if the 32 X 32 icon pixels was generated by 32 rows of pictureboxes and 32 columns of pictureboxes. In a real icon editor you can use different color for each pixel.
View 12 RepliesIs there a way to return only a set number of decimal places when using the mod function? My 'ones' equation seems to be rounding up? (I'm assuming I have the wrong idea about '\')
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
[CODE]...
Is this program very inefficient? Based on the past programs I have written for this class, I would say I've probably done it again. I don't think I have written a single "efficient" program yet. =/
I understand how a usual map maker/editor works. I have one that I have been tweaking with on and off for the past 2 years. It gets xPosition, yPosition, and which tile to place. However, I have been running over the problem I had last time I left it...how to apply a zPosition (to determine which layer a specific tile is on). From what I know the typical map consists of a 2D array of tiles, but not only loading the first array would you load multiple arrays for each layer needed for a particular map?
I have yet to find something that explains how a multi-dimensional/layered map array is supposed to work, or how to load multiple layers at once with transparency to allow for the bottom layers to come through. I don't need any code here, just an opinion if I am thinking about this the right way, and what terms I can look up to find out more.
I wanna make a Shutdown manager :icon_cheesygrin:
Dim SETGETimeOut As Integer = " -t " & NumericSecondsValue.Value.ToString
Dim SETGETComment As String = " -c " & CommentBox.Text
'Dim SETGETNetwork As String = " -m "
[CODE]...
Visual Studio has a utility to make installers for my programs. People will be able to install and run my applications on their own PC's. It is, however, rather limited. For a start, people can't choose where to install. The installer chooses for them. I can't even find where it puts the application.
I've heard there are many 3rd party installer makers. Recommendations, please. What is your favourite, for VB applications? It should be fairly simple to use. I downloaded one, it has a scripting language that looks complex. It might take a while to learn it.It should also be free, or fairly cheap. At least have a free trial period.
generate sql script files from their tables and such.I have been told to make a small program that will take as input a mdb filename, and make Create Table commands from every table the database has (in access field naming format), and make Insert into commands for each line of information for each table.piece of code to cycle a hole database non system tables, read their field properties, and then read all their containing rows?
View 1 Repliesi want to make a Thumbnails Maker, that makes 20 picture of a video and then a file save dialog will appear when its dune. this is my design i have right now
[Code]...
i am trying to make an application that loads images from the internet (from my FTP Server).The problem is that when i want to change the image by selecting another image from a ComboBox control my application becomes non-respondive.When the image is loaded the application works properly again.
I tried to move that in a separate thread so instead
[Code]....