Interface And Graphics :: Make A New Button For Each .exe File In A Directory?

Dec 12, 2008

im making a program that needs to make a new button for each .exe file in a directory? Kinda similar to PortableApps program that will recognize each program in the directory.

View 3 Replies


ADVERTISEMENT

Interface And Graphics :: Make A Class For A Custom Button?

Jan 2, 2012

i want to make a class for a custom button for which the user of the class can choose his own images for Normal, mouse over and mouse down state.

View 5 Replies

Interface And Graphics :: Button Distortion On Load

Aug 7, 2010

[URL] This is for vb6, and I know this is a .net forum, but hopefully some one may know the answer as I have tried countless other places. The buttons appear properly after they are clicked or issued a .refresh command.

View 1 Replies

Interface And Graphics :: Draw A Shape From A Button?

Jul 25, 2009

Ok..I think it's very simple but I'm still a begineerI'll try to make it clear I need to draw a rectangle when I click on the button..what is the required code?

Quote:
Public Class Form1
Protected Overrides Sub OnPaint(ByVal e As System.Windows.Forms.PaintEventArgs)

[code].....

View 1 Replies

Interface And Graphics :: Scrollbars Button Size?

Jan 13, 2011

I plan on using a scrollbar for, well, scrolling an image. The image is 200x500, however, the only visible area is 200x250.

So I set the max value to 250, and the min value to 0. The idea is that if I drag the scrollbar's button to the bottom, 250 pixels will have moved for the image, right?

But wait, the scrollbar's button is.... very small. And the scrollbar is actually pretty long. Is there a way to make the scrollbar's button longer?

View 1 Replies

Interface And Graphics :: Way To Have A Button / Label That Would Change

Jan 11, 2009

I was wondering if there is a way to have a button/label that would change the selected item color of the combobox from the standard black into a certain color (say green), but not change all of the items' color into green. This is for a to-do list type of application where a user clicks the button to signify that the current item is finished..This is what I was thinking (not in VB code) When button1 is clicked, combobox1. selecteditem. color = green

View 1 Replies

Interface And Graphics :: Button Background Gradient Disappears?

Nov 13, 2008

This is VB 2008, under Vista. I can't seem to change the background color of a button without the gradient disappearing.Strangely enough, you can even set the background color to itself and the gradient disappears. How do you keep the gradient but change the color?

Here's an example:

Code:
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Button1.BackColor = Button1.BackColor ' This should do nothing!

[code]....

View 6 Replies

Interface And Graphics :: Check Which Mouse Button Clicked?

Mar 18, 2011

I can tell when the user clicks on my picturebox. Can I tell which mouse button was used? Left or right?

View 1 Replies

Interface And Graphics :: Get The Button To Look Like Default After Changing The Color?

Aug 26, 2011

I have a form with buttons, and the user can change the colors of the buttons with the color dialog box for fun:

Button_Play.BackColor = ColorDialog.Color

There is a reset button to put the colors to how they were without any special coloring, but I can't get them to go back to how they originally looked.They go to gray in the middle, instead of the nice shaded blue/gray style. I have tried a few different things:

Button_Play.BackColor = Button.DefaultBackColor
Button_Play.BackColor = SystemColors.Control
Button_Play.BackColor = Color.Empty

I am using VB '08 Express on Win XP with the Desktop, Display Properties, Appearance, Windows and Buttons: set to Media Center Style and Color Scheme: set to Energy Blue. how to (with this theme) get the button to look like default after changing the color?

View 1 Replies

Interface And Graphics :: How To Simulate Mouse Button Click

Aug 13, 2008

I need to visually moves the cursor using keyboard keys.
1) I need to get the mouse to where the button is
2) Simulate the mouse movement to the button from whereever it is
3) and simulate a button click.
Only after I select a button I can start drawing on my form. I have a code here, when I hold the Ctrl key and press the arrow keys, the mouse will start drawing straight lines. But what happen when I need to use controls like buttons, comboboxes etc.?

View 1 Replies

Interface And Graphics :: [VB2005] Enable Import Button In The GUI?

Nov 20, 2008

how to enable the "import" button when at least one of the checkboxes is checked.I have two buttons : "Deselect all" and "Select All" for the checking of the boxes, to import the specific files' data they want to Excel. (the files are in listbox, and the checked boxes is for selecting the files' parameters that they want to see in excel)

One option:When the user deselect all, the "import" button is suppose to be disable to prevent the user from importing the files' data parameters.

2nd option:(if i do not want to disable the import button) or show message that they have to select at least one box and at the same time, prevent the import button to work if there's no checked checkbox. So my deselect all button code :

Code:
CO2checkbox.Checked = False
NH3checkbox.Checked = False
DBcheckbox.Checked = False

[code]....

but the button still remain disabled if I click "unchecked all" button and then checked at least one box. how do I enable it?And how do i...show error message and prevent the files' data to be imported when the user click "import" when there's no checked checkbox if I choose the alternative option of using message to alert them without disabling the button and yet prevent importing of data?

PS: If I did not click "deselect all" button but click the "select all" button, the import button is enabled and working.

View 12 Replies

Interface And Graphics :: Best Way To Make A 'tile Selector' Box?

Jan 16, 2011

So now I will try to make something more complex, still playing around with this graphics thing.I want a picturebox to display a tileset (a bunch of 32x32 tiles normally used for creating game levels etc), the picturebox is inside a container (which has autoscroll ON). The picturebox is larger than the container, so the container will make scrollbars automatically.Now, I need to be able to choose a tile or multiple tiles (if I click & drag the mouse)Basically I want to draw a 32x32 "red" box over each selected tile (so the user knows what tiles are selected).So first of all, I need to know when the mouse clicks the picture. Good. It works.Now, I need to know which 32x32 tile was clicked. Well, I think I can calculate that just fine.BUT, what if the user drags the mouse while clicking on a tile? I want to support multiple tiles selected, but I am clueless about tracking what tiles were chosen.If we solve that problem, I would have another curiosity: You know the "red boxes" that tell you which tiles are selected? What would happen if I dragged the scroll bar? I need the redboxes to move along with the picture, and hide if they go to an invisible area.

View 6 Replies

Interface And Graphics :: How To Make Picturebox Transparent

Aug 23, 2009

i am making a program with graphics and im using a picturebox for a button. The image inside picturebox is transparent .gif. The problem is that i don't know how to make picturebox transparent. I searched the internet but all exaples didn't work. Does someone know how to fix this problem?

View 4 Replies

Interface And Graphics :: Make A Thumbnail From An Image?

Jul 11, 2004

I am trying to incorporate in my vbdotnet application a form in which I would like to make a thumbnail from an image. So what I have is two picture boxes, one with the source image and the other with the destination image, I would like to crop the image from picture box 1 and display it on picture box 2, but the way I wan to crop it is not giving the coordinates of the selected area box but to simulate a selection area box in which the mouse can move the box and select the area of the picture to be cropped. This selection area box would give me the coordinates i need in order to proceed the cropping. The problem is I don't know how to create this selection area box. It is like doing the cropping on a graphic design software like Macromedia Fireworks, Adobe photoshop, even paint.

View 5 Replies

Interface And Graphics :: Find A Script To Create A Slider Button?

Feb 4, 2011

I'm trying to find a script to create a slider button.

View 2 Replies

Interface And Graphics :: Touchscreen Scrollbar Button Height / Width

Jan 21, 2010

I'm developing a GUI for a touchscreen, so when user wants to scroll he/she uses their fingers. Now the thing is that the scrollbar width (with the vertical scrollbar) IS adjustable but the button stays the same height and isn't sufficient for a finger. So the question is : Are the buttons in the scrollbar allso adjustable in size/dimensions.

[Code]...

View 5 Replies

Interface And Graphics :: Create An Object And Make It Visible?

Dec 28, 2009

I tried to create a lineshape and make it visible when a timer ticks. Also tried to set everything that would matter when creating it(border colors and thickness etc)

But still, I got no results.

Code:
Dim line = New Microsoft.VisualBasic.PowerPacks.LineShape(CX, CY, ccx, ccy)
line.Parent = New Microsoft.VisualBasic.PowerPacks.ShapeContainer()
line.Enabled = True

[Code]....

View 1 Replies

Interface And Graphics :: Design - Make A Form Transparent

Nov 18, 2010

i make a Form transparant where i dont want form background. So say like i got a round form and i can transparant the white background of the round even possible?

View 6 Replies

Interface And Graphics :: How Do You Make A GUI Program That Is Not A Square/rectangle

Jan 31, 2010

I can't seem to make a GUI in the shape a circle...

something other than square/rectangle.

View 1 Replies

Interface And Graphics :: How To Make A Color From Agrb With 3 Alphas

Jun 16, 2010

I have a red, green, and blue color that I am making with this method:

Code:
Dim Red1 As Color = Color.FromArgb(75, Color.Red)
and a brighter red:

[code].....

Any recommendations? I like the fact that 255,255,255 is white. Is there a way to create color by combining three colors that were made from argb? I may just have to make my 20 different colors set and then refer to them.

View 4 Replies

Interface And Graphics :: (.Net 2008, Framework 3.5). When A Button Is Focused By Pressing Tab Key, A Rectangle Appears On

Nov 13, 2010

When a button is focused by pressing Tab key, a rectangle appears on it. Even if the button's TabStop property is set to false, when the button is clicked with mouse the rectangle appears. Is it possible to
stop the rectangle from appearing?

View 2 Replies

Interface And Graphics :: Disabling Button Before Executing VB Code To Prevent Duplicate Records?

Aug 5, 2008

I need to disable a button after its pressed so the user does not have the ability to click it again as this would replicate the process in some cases. After alot of searching I found some tips - alot of code I found I could not understand.This is what I have come up with:

[code]...

I also read somewhere that I should use: System.Threading.Thread.Sleep(1000) to delay the process or something - not entirely sure why I would do this though.Although, the problem with my above code is that when the code behind page performs validation checks, it exits sub before executing my INSERT SQL code - so when it does this it also disables the button.I am not entirely sure if the above method is fool proof or whether it is a **** piece of code that won't work 100% of the time.On another website I found a script to put on the actual HTML page with <script> tags:

[code]...

But although this works, it does not execute my VB code in the code behind page so I am a little confused where to go here.

View 1 Replies

Interface And Graphics :: Make Image Grey And Rectangle Area Colour

Jan 26, 2011

I am using the following code to place a rectangle around a form / form control, however what I want to do is make my screen grey and only the form / form control area be displayed in colour.

Code:

I have googled for ages trying to find something on this, but with no luck.

To illistrate this better they are using the same functionality in snagit 10, please see below link to a page that has a video link showing this (23 sec into video)[url]

View 4 Replies

Interface And Graphics - Photo Frame In AVI File

May 27, 2010

How can I pull a single frame from a .Avi file and save it as a .jpg/.bmp etc? I want to give VB.net a frame number, and have it save an image file of that frame - anyone?

View 1 Replies

Interface And Graphics :: How To Use The Default Icon In The .exe File

Oct 26, 2011

I like the default icon the program uses on the form title bar. The icon with the little red yellow and blue colored squares. I would also like to use it as the application build icon so it use it as the icon for the .exe file and shortcuts to the .exe file.I searched a long time and couldn't find the answer. Some said to take a screen-shot of the icon displayed on the screen and crop the image and make an icon that way, but when I tried to use alt-tab with the program running, and press print-screen, the alt button made it take a screen-shot of the currently selected window and not the entire screen, so I couldn't figure out how to get a screen-shot of it at it's full size.

View 4 Replies

Interface And Graphics :: Make The Contents Of A Form Expand Or Retract In Response To Moving Its Borders By Grabbing Them With The Mouse?

Jan 27, 2011

I have been trying to discover how to make the contents of a form expand or retract in response to moving its borders by grabbing them with the mouse, or by use of the 'Maximise' or 'Restore Down' controls.The explanation in �Help� concerning TableLayoutPanel, Panel, Anchor and Auto size doesn�t help much, especially as it I can�t get it to work.

View 7 Replies

Interface And Graphics :: Way To Save Image From Webbrowser To File ?

Aug 30, 2009

I start some new project and i finding some way to save image from webbrowser to file. I can find url and get file. But i need cached file from webbrowser, bacause its generated :/ . I make lot of googling but no result..

View 4 Replies

Interface And Graphics :: Any Way To Pipe Output Of Bat File To Control

Mar 26, 2010

I have a visual basic .NET application that starts up a command prompt window using the following method:[code]The bat file then goes on to start up an application, which has a lot of output to the command prompt.I was wondering if there was any way to pipe the output of the bat file to a visual basic control. I am trying not to modify the bat file, if I can help it.

View 9 Replies

Interface And Graphics :: Sharing Violation While Accessing Bmp File

Mar 11, 2009

I was writing a small test to verify loading and editing a bmp file with a process and MS Paint. If I load the file image into a picturebox before I run the process MS Paint reports a Sharing violation on the file during save. If I Leave the Picturebox empty MS paint allows the file to be saved.

Below is my snippet. I assumed setting the picturebox image to something else would fix the problem. I does not. Looks like something is still holding its finger on the file.

Code:
Public Class Form1

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
' Remark the line below out and there is no violation.
PictureBox1.Image = Image.FromFile("C:Tom.bmp")
End Sub

[CODE]...

View 1 Replies

Interface And Graphics :: Set A Button So That When It Is Pressed / It Stays In Pressed Down Graphic State

Aug 14, 2008

How can I set a button, so that when it is pressed, it stays in the pressed down graphic state. Then when pressed again it returns to the normal not-pressed visual.Make a button stay like this until pressed again: url....

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved