3D FPS Demo Made In .net?

Oct 31, 2011

I finished my first FPS demo level that I created with Visual Basic .net. The source for this game is open source. I went as far as to make a 12 step tutorial on how I did it.

[Code]...

View 1 Replies


ADVERTISEMENT

Best Way To Write A Demo And Full Version Of App?

Oct 11, 2011

I have an application that I plan to update for the next year or so. However, with the updates I would really like to have the source in 1 location and then have a demo build if you will? Is there a way in vb.net and visual studio to say [code]

View 2 Replies

Create Client For OPC UA Demo Server ?

Jul 9, 2009

I'm trying to connect to Advosol OPC UA demo server [URL] from vb.net application I'm developing, but i can not create refernece to its service interface. As much as I understand UA specification, server is based on WCF and shold expose WSDL to create web reference to it. The problem is that I can not access that WSDL definition on service url. The only message I get is that MEX is disabled for service and list of instructions how to expose mex in appconfig. I triead all the suggestions, but mex is still disabled.

View 1 Replies

How To Create A Demo With Time Limit

Sep 19, 2010

I have developed a utility which I would like to make available for demo purposes. I would like to allow people use it for full 30 days and stop. Does Visual studio ships any tool to do this? if not can you please point me to a way or piece of code to do this.

View 3 Replies

How To Make Demo(trial Version) .net

Mar 27, 2010

do a project in vb.net.and i want to do demo(TRÄ°AL VERSION).
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim free As Integer = Microsoft.Win32.Registry.CurrentUser.CreateSubKey("demo").GetValue("time", 5) Label1.Text = free& " stay days " hak -= 1 If hak < 0 Then MsgBox("THE END please buy this programm") Me.Close() Else Microsoft.Win32.Registry.CurrentUser.CreateSubKey("demo").SetValue("time", free) End If End Sub

this codes are not daily. i don't want this codes.

View 2 Replies

How To Make Trial(demo) Version

Jun 22, 2010

I need to know how can I make trial(demo) version of my program. Normally people use date & time to do it. But if user will change his system date I guess it will not work. I need to know the best way of making trial version which will work only 7 or 15 or 30 days. Is it possible to make something like that it(program) will kill all files after passing 30 days

View 3 Replies

Moving Lissajous Figures Demo?

Jun 15, 2007

This DEMO will stop itself after a short while,Warning to anyone with photo-epilepsy, it is a bit flickery!!Do you see the peaks as moving clockwise or anti-clockwise from the top?!!ow i am looking to do this without hogging 100% CPU time in a DO LOOP.I would also like to use SetPixel but that is only available with a BITMAP.

View 1 Replies

VS 02 / 03 Creating A Demo Version Of An Application

Oct 13, 2009

Recently i made an application and then i created the set up of my application by this:
Attachment 73704 Now i want to create a demo version of my application in such a way that the application will work properly for 15 days after installation......After 15 days it wont

View 26 Replies

Recreate A Vb Project To Match The Functions Of A Demo?

Nov 24, 2009

I have done a project were I had to recreate a vb project to match the functions of a demo. In the demo the panda is unable to go through the rock. I have tried hard and am unable to stop the panda going through the rock. Please could someone show me how.

I have attached the project below.

The demo is contained in the folder of the file i have attached.

View 11 Replies

VS 2008 Create A Trial/Demo Software?

Dec 5, 2009

what is the best and secured free way to create a trial software say 15 days or 15 tries?I have research on the net, some required to use registry and some is base on hardware ID but most of the codes is not in VB.NET.

View 8 Replies

VS 2008 Make A Trial Or Demo For Program?

Feb 26, 2010

I want to make a trial or demo for my program , how i can do that ??

View 1 Replies

Create A Demo Disc (CD) Of A Visual Basic ClickOnce Application?

Mar 2, 2010

Does anyone know of a way to create a demo disc (CD) of a Visual Basic ClickOnce application? I used to be able to download the exe file and run it. I'd like to show my work via a disc rather than create a file to install on a users' computer.

View 2 Replies

Conversion From String "Fibonacci Demo" To Type 'Integer' Is Not Valid?

Jan 16, 2011

When I use the included code to position an InputBox over the start of a listbox named lb I get the following message: Conversion from string "Fibonacci Demo" to type 'Integer' is not valid.

The code works ok if I remove the L,T, parameters. If i replace L,T with 100,100, I get the same error message.

Dim MyValue, Msg, Title, DefaultVal As String
dim L as integer, T as integer
Msg = "Enter Value > 2 and < 45 to be evaluated"
Title = "Fibonacci Demo"
DefaultVal = "5"

[Code]...

View 3 Replies

VS 2010 How To Have A "live Demo" Of A String On A Label?

Mar 1, 2011

Basically, on my form, user can select different settings for a string they want to make. For example,

Take some random string

-Put #'s 1-9 before/after word
-Put hyphen before/after number
-Put underscore before/after word

So when user toggles with these options, how can I update a label based on what they choose and all? All I want to do is display an example string of the string they're trying to build using a variety of settings to make that string like adding numbers and other characters in different orders.

View 3 Replies

Run A Pre Made .exe Within A Tabpage?

Aug 27, 2009

i am creating a web browser to make something i do at work a bit easyier to manageits a form with a few tabsi need each tab on form1 load, to start individual .exe's that i have already created.these .exe's are simple web browsers that are automatically navigated to a website with a asp query for loginthe website for each tab is identical only the login asp querychanges.the reason for this is i cant use a single .exe otherwise it retains the login and i get identical logins on each.

View 9 Replies

Run The Application That Is Made By VB 6 To Be Run In VB 8?

Aug 5, 2009

How to run the application that is made by VB 6 to be run in VB 8?

View 2 Replies

TCP Server Made In Php

Mar 20, 2011

so i follow this tut Sockets in PHP and it would be nice if i can connect my vb.net app to it or isn't that possible..if that's possible will it run always (when the site is online)

View 3 Replies

.net - OData Made From Objects?

May 20, 2011

Lets say I have a class called "Item" and "SubItems"

Public Class SubItem
Private _SubItemName As String
Public Property SubItemName() As String
Get
Return _SubItemName
End Get

[Code]...

How would I create a service that would return a list of Items and upon looking up an individual item I would be able to see the sub items.

View 1 Replies

Add 1% To Interest Of New And Used Rates When Less Than 20% DP Is Made

Mar 26, 2012

I need to modify this code to add 1% interest rate to the new and used rates when less than a 20% down payment is made.

I've already added in the constants for the increased interest rate, but hit a wall there.

Public Class Form1
' Class-level constants
Const dblMONTHS_YEAR As Double = 12 ' Months per year

[Code].....

View 4 Replies

Asp.net - Creating A Log Of Changes Made Via GridView?

Apr 16, 2011

I have a table (applicants) and using a GridView various individuals will be making changes to the values in this GridView. I've created another table (history) which I would like to use to log these changes. Right now I have this to capture the changes:

[Code]...

View 1 Replies

C# - Voip Application Made With Asp.Net

Apr 29, 2011

I have to make an application that make pc-phone and pc - pc call with asp.net. However examples I see on the web are generally made as windows application. Can anyone give me refference, examples, documents about voip and asp.net?

View 1 Replies

Considerations To Be Made While Upgrading To .NET?

Oct 2, 2011

I had been programming in Visual Basic 6 as an Intermediate programmer. I realized that it is far too old and is comparatively less powerful. So, I've upgraded to VB.NET. I'm using Visual Studio 2010. My query is before beginning programming with it, what things should I consider over VB6?

View 1 Replies

Controls In .net Made By Hand

Sep 24, 2010

How do Microsoft make the controls for win forms, for example a grid ?

View 6 Replies

Detect That A Change Has Been Made?

Apr 4, 2009

Working with detailed forms that is displaying a row form a table adapter, is it possible to detect that a change has been made to a database field when the form is closed?

I.e. if a change has been made I need to ensure that an update is performed before the form actually closes.

View 12 Replies

Determining Changes Made To A Dataset?

Jun 2, 2011

I have a dataset that is filled by a tableadapter and what I'm trying to do is to figure out how to loop through all of the rows in my dataset and determine when someone hasedited/changed the row and then

View 2 Replies

How To Made Proxy Leecher

Jun 22, 2012

I searched to make a proxy leecher what skills i needed i know how to use webrequests only but i dont know regex where i can learn it.

View 1 Replies

How To OData Made From Objects

Jan 18, 2012

Was wondering how to make a button that when you click it, the window will show more information.

View 1 Replies

How To Speed Up A Game Made

Apr 18, 2012

I have made a program where you are a circle and the enemies are squares coming at you. You press Space to shoot and you gain points every time you hit, using arrow keys to move, there are pickups, etc, etc.However, I no longer want to use placeholder circles which are drawn like this:[code]However, the result is very very slow moving aliens. Its not a slow timer or anything(I have about 2 in there working simultaneously) but poor FPS. It might be my system but when I checked it only took ~10MB of memory. I understand that VB.NET isn't quite the choice for game making since its not as fast as some of the other languages(C++, C#) but is there any way I can draw these without sacrificing FPS?[code]

Okay, once again, explaining everything from the top. CollisionDetect() contains logic for evaluating what has hit what in the entire game. This includes Player and Pickup, Player and Object, Object and Projectile, Object and Advanced Projectile, Object and Player. Next, it evaluates whether or not if a pickup has been used or not. When the player hits a pickup, a boolean is set to true. This means that every iteration of this timer, one is added to variable ResetInt. When this hits 80, or 4 seconds(50ms timer) the pickup's effects are reset. Additionally, the boolean is false, so it won't do that same again.Next, it moves all of the objects on the form. These include the the objects, projectiles and pickups. It also checks if they have reached the end of their 'path' (ie If the projectile goes far enough to the right, it is removed from the game).

View 2 Replies

Made A .NET Program On Laptop?

Mar 2, 2010

I have made a VB.NET program on my laptop. It works just fine on the laptop. But when I install it on another computer it wont open (when I click on program it wont open form). I think I had this problem once before, but cant remember what I did to make it work. Its Win XP on the machine that wont open program and Win Vista on the one that it works on.

View 2 Replies

Program Made In .net Performance?

Jul 8, 2009

right here ever experience having their programs made in vb.net run slow on the computer it was deployed at?

what are the system requirements to run a program made in vb.net with framework 3.5?

is it a simple program or a large program (eg with database)

View 8 Replies







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