Make The Map Larger Then Viewable Screen?
May 13, 2012
I'm wanting to make a "Farmville" like game. However, I dont know how to make the map larger then my viewable screen. So how do you make your forum larger then the viewable screen and allow players to "scroll" through the map or allow them to "zoom" to different locations of the viewable map?
View 6 Replies
ADVERTISEMENT
Jun 9, 2012
Trying to understand the basics of grid design so how would I make a over sized grid or a grid larger then whats viewable on my screen resolution? Below is a simple chart describeing what i want to make roughly. I would like to build the grid in "blocks".[URL]..
View 16 Replies
May 21, 2011
I'm making an application in vb.net and during the development has arisen the need to make a form greater than the screen resolution.For example:
Screen resolution: 1280x800 and 2560x1600 sizes form
Obviously, the form should
not have scrollbars.
View 2 Replies
Nov 17, 2011
I have read that VB .NET in earlier versions limited the FORM size to that of the development machine screen resolution.I am hoping that there is a way in the current VB 2010 to get around that.However in my attempts to make the form larger, it always resets itself to the screen height on my develoment machine.Is there a way to get around this and have the person be able to use a scroll bar to move down?The data I wish to show actually has two screens worth of information but the stuff in the scroll down section would be used on a limitied basis so scrolling will be useful rather than having to recreat the screen to show less data at one time.
View 2 Replies
Dec 15, 2011
Screen Size of my deployment screen is larger than my development screen.
If i try to set my form size larger than my development screen size, IDE doesnot accepts this.
Please let me know How can I use a form larger than my development screen Size?
View 7 Replies
May 30, 2010
Okay: I've been searching the threads and MSDN and elsewhere and either its not there or I am simply not understanding what I am finding.I have an image which at full resolution is larger than my screen (actually it is larger than any screen). I want to be able to look at parts of it at full resolution in a client area that is the size of the entire image at full res; that is, I want the window to exist without any scroll bars and want to be able to examine different parts of the image by repositioning the window on the desktop.
In general, I've run into trouble insofar as windows (or maybe VB) won't let me make my window any larger than my operative desktop (although interestingly it will let me place the window to the North-West of my visible screen). What it won't let me do so far is to grow my window any larger than my desktop.
So far I have noodled a couple of different possibilities, in descending order of preference:
(1) Find some way to exempt my window from the limitation that it be smaller than the desktop;
(2) Virtually increase the size of my desktop so that it is as large or larger than my image (i.e., find some way of exempting my desktop from the limitation that the desktop represent the dimensions of the screen/monitor -- understanding that those two are not the same);
(3) Simulate a multi-monitor configuration (I'll probably need at least four); or
(4) Actually configure my system for four+ monitors (I don't even know whether that's possible, but its certainly not my first choice).
Does any one have any other ideas or suggestions as to how I ought to proceed?[URL]..
View 11 Replies
Jun 11, 2012
Trying to set the viewable area to a smaller screen area and have it cycle through as the person moves using collision detection to move the backgroudn image. Here is the start but its off to a bad start so far.
Public Class Form1
Dim Mapx As Integer = 600
Dim Mapy As Integer = 2000
[code]....
Basically the forum size is set to 600x2000 but the client should only allow you to view 600x600. I want it to add +1 once you "collide with a invisable box I'll add and this will redraw the screen.
View 4 Replies
Feb 7, 2011
I am looking for assistance writing code, (VB 05), that would cause an object, (like a circle on screen), to get larger and smaller over preset periods of time, (about ten second increments).
View 6 Replies
Apr 3, 2009
when the message box appears after enter is seleted, is there a way to:
- put a title on the message box?
- make the font size larger?
- change the background color?
- make the box itself larger than the longest text imput?
- have the ability to copy to clipboard what is in the message box so it can be pasted somewhere else?
View 3 Replies
Mar 10, 2011
it is possible to make the collapsible markers(-) or (+) for collapsed sections/regions larger.VS 2010 Pro.
View 7 Replies
Aug 20, 2010
I wanted to make a screen recorder (not screen capture) program, but I am not entirely sure how to get it started. I have seen many videos and things on how to make one, but all of these just take multiple pictures and then don't compile them into a movie file, and I don't want to take many pictures (unless that is the only way possible.) I am using Visual Basic 2010 Express and I have looked at the Windows Media Encoder, but I can't seem to figure out how to use/implement it (yes, I have downloaded and installed it.) Maybe I can use some kind of ActiveX control?
View 3 Replies
Sep 26, 2010
I had saved a file in VB Express 2008, Windows 7, but when I opened it the next time, everything showed up, but Form.vb [design] wasn't there. I can't find it when I showed all files in the solution explorer, and there's no error in the code because the project can be debugged.
I have tried to see other solutions to this problem, but since I have tried those solutions as well without success, I made an account. Since I'm new to using VB, I think that I have accidentally pressed a wrong button, but I don't think there's a button that prevents your Form.vb [design] from showing up ;). I hope this is enough info and I have posted it into the right forum...
View 4 Replies
Aug 27, 2010
if any one knows of a way to determine if a control is currently in the viewable area of the parent form. In example...if I have a form where all controls are visible when the form is maximized, how would I go about determining which controls are no longer visible to the user after they change the window state or form size. To be clear I am not talking about the visible property of a control but rather if the control is actually on screen for the user to see when they do something like resize the main form for instance.
View 5 Replies
Oct 12, 2010
Can I make a certian function that will fade out [make a black screen that fades out for 2 seconds], then come back? Is that possible? ON A FORM.
View 3 Replies
Aug 23, 2009
How do I make a loop from 1 to 100 and make it everytime it loops display incrementing numbers to the screen?
View 1 Replies
Dec 7, 2011
i am developing one application for which i want it to stick to the edge of the screen when dragged near screen edge.
View 2 Replies
May 19, 2010
Can i make from this image to make it Loading Screen I mean i put this in Form1 [URL] And i want when the program start the progressbar (the white line to load)
View 1 Replies
Jun 29, 2011
BTW this issue occurs in any MS office program when the VB.Net (or even VBA) is processing information.Example: In Excel, a worksheet is displayed on the screen. I start either, a VB.Net or VBA procedure and within 30 seconds the Excel worksheet (previously displayed) blanks out. In both VB.Net and VBA,ScreenUpdating = False. My expectation is that the previously displayed screen would stay static as if I left my desk to get a cup of coffee; came back and the same ole Excel worksheet was still there?Of course, setting VBA Screen Updating = False accomplishes two goals: 1) speeds up processing and 2) saves the user from seeing unnecessary "garbage-processing" steps.Why does VBA or VB.Net ScreenUpdating = False not freeze the screen at the time of its invoking?
View 11 Replies
Jan 22, 2010
can someone point me in the direction of how to make my app. Go fullscreen? Like how IE does it when you press F11 or a slideshow in WMP.
View 5 Replies
May 10, 2012
Make a login screen? will the code work?[code]...
View 1 Replies
Jun 16, 2010
i need to make a screen capture... but just of a web browser control... i got everything but how to get JUST the web control..
View 1 Replies
Apr 6, 2012
I am making a calendar, if I click on a day I want to make a screen disappear a bit like this:
________________________________
|12:00 |
| Mister One, Footmassage |
[Code].....
View 3 Replies
Feb 1, 2011
Does any one know the code to fit the program to any screen res.?
I have Visual Studio 2008 Standard
View 1 Replies
Jun 22, 2010
i am trying to make screen saver in vb.net i m using picturebox and timer (for separation of time), but i cannot attach multiple pictuers in a single picturebox.
View 2 Replies
Jul 22, 2010
How to make a object moving on the screen- How to make game with VB.NET
- In 2d game, ex i see a mario charator, which is object ( Label, image v.v.v)
- Is there a physical engine for vb.net
View 3 Replies
Oct 9, 2009
how to make a print screen button? If that button is click then it will print screen!
View 4 Replies
Feb 15, 2012
I'm making a fading splash screen for a software but I can't seem to make the splash screen fade in and then fade out. It only fades in, fades out a bit then stop.
Here's my code.
Private Sub frmSplashScreen_Load(sender As Object, e As System.EventArgs) Handles Me.Load
Opacity = 0.0
SplashScreenTimer.Start()
End Sub
[Code] .....
View 5 Replies
Dec 29, 2009
in VB.NET. how do i make a mouse click somewhere on the screen?
View 4 Replies
Aug 20, 2011
was trying to make a splash screen using a form (so that it fades in and out) however i cant get it to stop for the person to read it (at least for 5 seconds) this is the code
Public Class Form1 Private increase As Boolean = True Dim time As Integer Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
[Code]...
View 19 Replies
Feb 20, 2010
I'm trying to make an installer package to install one of my vb.net programs... and I want a "printable version" of the EULA (end user licence agreement) to pop up on the screen as a read only text file within notpad.exe.
View 2 Replies