Interface And Graphics :: Let A Hedgehog Walk From Behind A Bush Towards The Other Side Of The Screen?

May 19, 2009

We are trying to let a hedgehog walk from behind a bush, towards the other side of the screen. The code we are using is:

dim hedgehog as integer
imgHedgehog.left = 11520 - hedgehog
hedgehog = hedgehog +50

It does move on the screen to the left, but the problem is that the picture keeps flashing while it's moving, so it's like its extremely bad quality.

View 1 Replies


ADVERTISEMENT

Interface And Graphics :: Add Control Panel To Side Of Form

Jul 12, 2011

I've got an app that I want to have an MDI with. It functions fine, but there needs to be a control panel off to the side of it to drive the child documents' creation. I have two problems with this.

First, if I add the control panel to the side of the form, it just overlays the MDI portion of the form and the children will spawn behind it. I can more or less manage the positions of these children, but the problem comes when I want to minimize the children, they minimize behind the control panel and I don't know how to move them. So I need to shrink the area they can move around in. I've read in places that you can use the splitter object, but that never seems to cooperate with me and only wants to move to the extreme left or right of the parent form. How can I reduce the area the children get to interact with? I've tried creating a MDI Panel, but VS has a fit with that.

Second, I've got a datagridview holding the data that will spawn the child forms. This is working well, but even though I've set the rows to be not resizeable, I can still make them grow or shrink during run-time (not programmatically). How do I stop this?

View 2 Replies

Interface And Graphics :: Capture The Pixel Of All The Screen?

Aug 2, 2011

Is there a way to capture the pixel of all the screen? with all the applications of Windows?

View 4 Replies

Interface And Graphics :: Get All Supported Screen Resolutions

May 3, 2010

I'm making a shell for a computer system this shell is going to be distributed with lots of different computers.The shell is designed to replace the standard windows look (not important but anyway), and as such, i need a way of allowing the user to change the screen resolution to what their monitors/display adapters can support. I'm looking for a way to call all the supported screen resolutions into a combo box.Preferably with the x and y values as separate variables, but that's not a major thing.

View 1 Replies

Interface And Graphics :: Screen Capture From In Game

Aug 7, 2008

i am wanting to write a program to capture video from in game, the thing is that the video has to be small enough to then broadcast online simultaneously with a three minute delay, i have no idea where to start but am hoping to use VB,

View 6 Replies

Interface And Graphics :: Docking Form To Bottom Right Of Screen?

Nov 5, 2008

I have a form that I want to dock and move to just above the task bar on the right side of the screen. How could I do this?

View 3 Replies

Interface And Graphics :: Get Form Boundary Position With Respect To Screen

Sep 3, 2008

I have a ScreenCapture class that allows me to capture the content of the screen by specifying a X Y value of the top left and X Y value of the bottom right corner of a rectangle. This all works fine, however the problem that I have is that I want to capture the content of a panel on a form, the panel obviously has a location X and Y which gives me the top left position and I can use the width and height propoerty of the panel to determine the bottom right position. The problem that I have is this obviously gives me location of the panel on the form and not the screen. The other problem that I have is that this form is a MidiChild for another form.

So basically what I want to know is how can I get the location of the panel but as a screen position?

View 3 Replies

Interface And Graphics :: Print The Entire Portion Of The Screen Which The Form Occupies?

Jul 24, 2008

how I would be able to print the entire portion of the screen which the form occupies,Basically, my problem lies in that the way I print now will properly print the form's buttons/labels/textboxes etc. But it will not print the WebComponent AxChartspace that I have added to it. So basically my form is partially blank.

View 14 Replies

Interface And Graphics :: Simple Code To Detect When A Pixel Changes Color Anywhere On Screen

Aug 19, 2010

I'm trying to figure out some simple code to detect when a pixel changes color anywhere on the screen. Maybe with just a msgbox popup when it changes.

View 2 Replies

Interface And Graphics :: Image Previewing - Run VB And Select To Preview Through USB Webcam Shows Dark Screen

Jan 11, 2009

I have develop VB 2008 that can preview the image through 2 webcams. However, when i run my VB and select to preview through my USB webcam, it display dark screen. But i select to preview through my built in webcam, it works.So, can anyone can the code attached for me?For your information, the USB webcam can function properly using other video/image software.

VB version: VB 2008
OS: Windows Vista
Webcam brand: LifeTec

View 1 Replies

Interface And Graphics :: Get Pixel Color Of A Pixel On Screen

Sep 13, 2007

Is there a quick way to check the color of a pixel on the screen?

View 2 Replies

Interface And Graphics :: E.Graphics.Drawstring Length Overflow Page?

Nov 19, 2010

Im working on a project that needs to print a report of one client.Everything went smooth untill i came across my multiline input text data.When i display it in the PrintPagePreview the text go's outside my page. Even when im printing it only the halve of my text is displayed. I googled and looked everywhere but i can't get a clear fix for it.

[Code]...

View 3 Replies

Interface And Graphics :: Passing Bitmaps & Graphics To Subroutines As Arguments

Jan 22, 2011

I used to program with Visual Basic 6, so I have alot of old programs that I'm updating, plus I'm learning the new VB2008 methods. I'm writing a program that replaces the old "BitBlit" function which is no longer supported by Visual Basic 2008. It involves three picture boxes, one holds the sprite bitmap, a second holds the mask (silhouette) of the sprite bitmap, and a third has a background image.

[Code]...

View 3 Replies

Interface And Graphics :: System.Drawing.Graphics.DrawString On Other Window?

Aug 14, 2009

drawing text on a window which is not the current form's window.I remember doing this in Win32 api with getwindowdc(handle) to obtain a DC for the Window, then textout() on the DC.

View 2 Replies

Interface And Graphics :: Create A User Interface In A Game Such As The Application XFire Using VB?

Jan 12, 2010

how to create a user interface in a game such as the application XFire using Visual Basic?

View 3 Replies

Interface And Graphics :: Use A Graphical User Interface That Contains A Drag And Drop Form?

Oct 19, 2008

I'm working on a design project where I have to use a Graphical User Interface that contains a drag and drop form. It consists of having a window dropped on a wall. Both of them are images to scale. I would like to know what kind of code I would have to use to show the x and y coordinates of one of the points of my window when dragged so when I drop it, I'm dropping in it on the desired coordinate of the wall.

View 2 Replies

Interface And Graphics :: Creating A Class Holding Some Graphics?

Jan 12, 2011

Ok, I want to create a class that will handle a special rectangle graphic.In my form, I want to have two of these special rectangles. So, basically, I need two instances of that class in my form, right?I manage to initialize two, alright. But, how exactly am I supposed tomanage drawing/graphics etc in a class, and the results to be displayed in my form?

View 13 Replies

Interface And Graphics :: Error - Graphics Paths For Designing

Oct 29, 2008

Using graphics paths for designing...but am getting an error when trying to add a shape to : _shapelist.add(createshape())

It says : Value of type 'system.drawing.drawing2d.graphicspath' cannot be converted to '1-dimensional array of system.drawing.drawing2d.graphicspath'

View 2 Replies

Interface And Graphics :: How To Procede With An Interface Design Approach

May 18, 2012

I was wondering if I could elicit some tips on how to procede with an interface design approach.That is. What is a good way to go about establishing a "work area" where one can have multiple "floating forms" in this area.Can you have a form which occupies the entire windows desk top and the other forms "float" in this space? the "floating" forms would need to interact with each other where pressing buttons etc on them would affect other forms on the "workspace") Or what would be a good way to start accomplishing that? Or is there a better way to get the same effect?

View 4 Replies

Interface And Graphics :: Link A Class / Object To An Interface?

Apr 21, 2010

I'm trying to make a .dll that contains a lot of basic functionality that a program can use. Currently i am trying to use interfaces to make a lot of this functionallity independend of the program using it but i hit a snag. The Basic idea is that a programmer will create his own object using the interface discribed in my .DLL file. Then implements those functions as he likes. He can then instanciate a controller (found in the same DLL) and sends his custom object implementing the interface to that Controller. The controller can then be started and will take over all the work. I do not know what type of object is send to the controller and idealy i want to program it in such a fashion that i shouldn't care as long as the object send implements that interface.In code I am trying to achieve the following: (quite simplyfied)

.Dll:
Code:
Public Interface MyInterface '<----Decleration of the interfaceFunction GetData() As Integer
Function SetData(Data As Integer)
end interface

[code]....

this propperly. I know that the second i set the interface adaptor in the Controller VS comes nagging that it can not be converted to a "MyInterface" Class. Obviously i am doing something wrong. I can change the datatype that the controller expects to the "MyController" type but that would completely ruin the whole idea of flexibillity. I am hoping someone sees what i am trying to do and can point out where i made the thinking error.

View 6 Replies

Interface And Graphics :: Picture Of Interface And Get Feedback On Changes For Easier Use?

May 21, 2012

Is this where i would post a picture of my interface and get feedback on changes for easier use? If not is there someplace on this forum or any other forum to do this?

View 1 Replies

Interface And Graphics :: Draw On Tabpage's Graphics?

Jan 19, 2011

So I decided to make my famous tile selector project, but instead of drawing in a form's graphics, do it inside a tabpage.Well, I managed to get it working, but it seems to... flicker.Normally, setting the form's DoubleBuffered property to True would help a lot there, but apparently, the tabpage has no such property.

When I invalidate the tabpage, I draw two images and fill one rectangle.Following past advice, those two images were created before, just once, and are stored in a variable so I don't create them every time I invalidate the tabpage.

View 1 Replies

Interface And Graphics :: Save Graphics As Png With Transparency?

Aug 1, 2010

Ok I have this: This makes a sub called 'graphicspaint' then writes "demo version" to a picturebox1

Code:
Imports System.Drawing
Imports System.Windows.Forms

[code]......

View 8 Replies

Interface And Graphics :: [VB2010] - Some Graphics Effects?

Dec 5, 2011

i whant do my own shadow effect. i can do the shandow. but how can i plus 2 bitmap images(1 above the other)?

View 15 Replies

Interface And Graphics :: Keep Graphics Over Image

Oct 28, 2011

I load my picturebox with a jpeg. If I put my DrawObjects() sub into picturebox paint event.When ever a picturebox.refresh or picturebox.visible = true (vb.net seems to draw my DrawObjects() first, then load the jpeg Image over my drawing - erasing drawing) Is there a way to get the picturebox to redraw the jpg image first then draw on it, in picturebox paint event?

View 10 Replies

Balls Ending Up On The Left Side Of The Screen?

Jun 3, 2011

I was wondering if there was a simple explanation for the fact that most of the balls in the following code seem to end up on the left side of the screen....

Code:
'***********************************************************************
' Assembly : Balls
' Author : FOlphen
' Created : 01-28-2010

[code]....

View 10 Replies

Displaying Two Forms On Left / Right Side Of Screen

Aug 11, 2010

I would like to display 2 forms side by side. Frm1 will call Frm2. The problem is, if Frm1 is too near the edge of the computer screen, when Fr2 is shown, part of it will be outside the screen. How do I make it so that if Frm1 is near the right-side of the screen then Frm2 will show on the left-side of Frm1 and vise-versa?

View 2 Replies

VS 2008 Moving Other Windows (to The Other Side Of The Screen)

Apr 17, 2009

its possible to move other windows etc if I have Ie open can I restore down the window then move it to the other side of the screen?

View 1 Replies

Make A Program Automatically Align To One Side Of The Screen?

May 23, 2010

How would i make a program automatically align to one side of the screen, and fill the whole side? (Like windows sidebar).

View 9 Replies

Snap To Side Of Screen, Resizing Maximized Windows?

Sep 24, 2011

Long time since I was active on this forum, but I recently picked up VB.NET again. I'm working with VS 2010 Express now, and I want to create a little app that resides on the side of my screen (about 40px wide), to collect data.

I've seen this program, Trillian, 'docking' to the right side of my screen, thereby making the maximized size of all windows just as much as the space left of the application window. In other words, even if I maximize other programs, the Trillian application stays visible at all times, on the right side of my screen.

Now I was wondering, is there any similar effect possible with VB.NET?

View 2 Replies







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