Make A Button Maker Program?
Mar 10, 2010I 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 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 RepliesHow 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 Repliesim 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 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 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. =/
any1 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)?
How do i make my button open a program and make it windows size?
View 6 RepliesI am new the Visual Basic and just downloaded 2008, and I am wanting to make a program with a button that will run a .exe that is in the same location as the program/
View 2 RepliesI am trying to make an application with a start button and a stop button on a stop watch program. These are the codes I am using but my seconds on the stop watch don't start.
Public Form Dim intSecond As Integer = 0
Form 1
Private
Dim intSecond As Integer = 0
intSecond +=1
[Code]...
After I write my code and try to run the program, the seconds will not start,
What i want to do is add a download button to my project with a progress bar
to download a file called eg my custom world at war zombie map.zip to
C:usernameappdataloacalactivationcodwawmodsmapname
what i want is it to be installed in there but i dont what the user to have a choice i just what it to be installed there is that possible so when they click download it will download the file to that location
Is there a simple way to make a save button in a program that saves it. MY program has text in it, pictures in it, and both can be remotely changed and there drag able.
View 10 RepliesIn my program, if something goes wrong an ErrorForm is supposed to show up and tell what was going wrong.
And if the error is a "fatal type", then I want the program just display the ErrorForm (which gives some information about the error), wait for a button press, and then close the program (terminate run).
In case of error, the form is displayed.. That's good.
But as the program is supposed to terminate after showing the error form, the error form disappears immediately after showing up (so it doesn't allow the user any time to read what's going wrong).
How can I make the program wait until a button press (on the error form) and then terminate?
I want make VB program that has two text boxes and one button. Text boxes are for Proxy server IP and port. And button is just confirming it. So, user just types in Proxy server IP and port and presses button, and now, when he go to internet, he is anonymous. Now, I need code that sets proxy on after button click.
View 1 RepliesI am making this little tool for this online game i play (league of legends some of you might know it) Basically I made a small program which consists of 4 buttons and when you click button it starts timer and beeps once it reaches 0. Thats fine. Problem is I have to go out of game to click the button to start the countdown.My question is. While the program is running in background is there a way to press the button by assigning specific key on keyboard ? for example if I press F5 it will start the Bluebtn when i press F6 it will start Redbtn while I am in game.
View 1 Repliesi need to know the exact code that once you click a button on visual basic program it will open a program in a directory for example:C:Program FilesiTunes.exe
View 5 RepliesHow to make a program wait until a button is clicked by the user. I want to stop my sequence of codes (statements) until a button is clicked by the user.
View 1 RepliesI wan't to make a button in my program that opens it when the computer starts up but how would I do that? I am using Visual Basic 2008 Express Edition.
View 4 RepliesI have a couple quick questions with the program that I am doing. This program is a hilo program and here are my remaining issues...
1. When I click the high or low button in my program it does not make changes to my token (I want the default tokens to be 100 and added 100 to the text property of my textbox so want to make sure I did that right)
2. In my program it only shows 13 possibilities but want to have the ability to add more
3. I also would like to change 1 to ace, 11 to jack, 12 to queen, and 13 to king and would like to get some assistance with that as well
[Code]...
I'm trying to make a program to send a command through a textbox when a button is clicked, THEN grab the output and put it into another texbox. If you could help i would be great full. This is what I have so far....
Public Class Form3
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Shell("C:DFUs-irecovery.exe")
[code]....
I want to make a program that will (by timeing) click continuously until I press the stop button or a key like f12. The only problem is I have no idea and got only how to click from other posts of same concept. This is what I have.[code]Now I want a timer to help it click every 1 2 or 3 seconds, whatever it may be in the text box.
View 2 RepliesI am trying to make a blackjack program and I need to execute a different piece of code each time a button is pressed by the user.
View 5 RepliesHow can I make a program so you click a button and select a File using a OpenFileDialog and click send on your computer and it will send the file to a different computer and then a SaveFileDialog will show asking where to save the file on the other computer. Oh ya I cant use WinSock or whatever becuase im using Windows Vista 64 Bit. I need it because I for some reason cant use printer sharing. It might be because im on A 64bit Vista Machine and I want to print a file off of a 32bit XP Home Machine.
View 6 RepliesHow can I make it so when a button is clicked it will make the program start on start-up but only if the checkbox is checked?
View 9 RepliesIm 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 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 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 Replies