Games Schedule Structure - Every Team Play One Game Against The Other?
Jun 4, 2009
I need to build function that will create a Games schedule structure,this function accept an integer that will represent the number of teams (4,6,8,10,12,16 etc . . .) and it create a games schedule for that teams which every team play one game against the other, another thing that will make that function perfect is if each team will play every second match at home.
View 5 Replies
ADVERTISEMENT
Sep 13, 2009
I have my program working that loads flash movies and games for my son to play offline. Some of the games have http links in them. Is there any way that still allows playing the game without launching a webpage request? I have no code for this part of the program because I don't know where to look. I think I am just looking on how to block requests for launching anything outside of the program, or catching the request while my program is running, but not quite sure what to do.
View 5 Replies
Jul 15, 2009
1) Can anyone post a link or tell me the differences between these versions of VISUAL STUDIO please? >>
Standard, Professional, Team Suite, Team Foundation Server Standard & Team Foundation Server WorkGroup Edition
2) I imagine Team Foundation Server WorkGroup Edition is the most expensive and therefore has the most functionality?
3) Are there any others I have not mentioned?
View 4 Replies
Sep 22, 2011
Can I play a Java Game in my visual basic form?
I wan't to create a OS and add minecraft to it ...
View 1 Replies
Apr 28, 2011
Im trying to play a mp3 on my main menu for my game however its not playing... ive tried hardcoding the file to the desktop, inserting the file into the solurtion explorer and even declaring it its own sub?I just want the file to play when the form loads up?
View 14 Replies
Aug 20, 2009
How hard would it be to make a game trainer for a Play station 1 game (on PC) ?
View 5 Replies
Apr 7, 2012
I try to make a little bot for a game that i play. But i don't know how to make a functie that click on a resources (looks like this: [URL]
View 1 Replies
Jan 17, 2010
To programming and have a question with sound files. I am trying to figure out the basics and here is what I did: I created a button that is supposed to play a sound.
My.Computer.Audio.Play("C:.......file.wav")
When I click this button in my .exe file it obviously plays because I am using the computer with the above location for the .wav file. When I use the .exe on another computer it doesn't play because it does not recognize that .wav location. How do I make this work for me? Do I need to embed the .wav with my .exe somehow?
View 4 Replies
May 8, 2010
I want to the song can auto start one by one when import the song to list box. But it doesn't work that I need to select one by one. Besides, the program can repeat all the song or individual song when checkbox enable.
If AxWindowsMediaPlayer1.playState = WMPLib.WMPPlayState.wmppsMediaEnded Then
If playlistbox.SelectedIndex < playlistbox.Items.Count - 1 Then
[code].....
View 4 Replies
Sep 16, 2010
Im trying to open media player (full screen) and play a movie. When i create the file path like so: Dim MoviePathVTS As String = String.Concat("""" + tempMoviePath, " \VIDEO_TS\VTS_01_1.VOB" + """")
It wont play the file but if i do it like this: Dim video1 = """F:\Movies\DvD\Angels and Deamons\VIDEO_TS\VTS_01_1.VOB"""
It plays fine? the file paths are the same including the extra "" but it just refuses to play. I need the top one because i have many movies in a treeview.
Heres my code
Private Sub watchNow_Click(ByVal sender As Object, ByVal e As EventArgs)
'get the position of the selected node
Dim i = movieTreeView.SelectedNode.Index
[CODE]...
View 2 Replies
Feb 9, 2010
How can you make a play button play/stop toggle? Currently my button plays a file in WMP but when I click it again, it just restarts the file. I would like it to toggle on and off, play and stop, not play and pause.
View 8 Replies
May 21, 2010
Where I work we need to rewrite a bunch of tools for a software package called ArcGIS. These tools were written in VB6, by someone who is a very beginner programmer.We need to transition these to .NET in order to work with a new release of the ArcGIS software due to come out soon. I am having trouble convincing the 'powers that be' that we need to take a new approach to the development of these tools. they are all in a single VB Project, but what I want to do is to break these tools up into seperate projects in either VB or C#, compile dll's, and then use them as needed.....more of a 'modular' approach in my eyes. That way many people can develop many tools at the same time.
Can anyone point me to some weblinks or articles on how to properly develop in a team environment so I can try to convince the powers that be that we need to change the way we are doing things.
View 4 Replies
Jan 5, 2012
Module Module1
Public Structure structure1
Public TRANS() As structure2
End Structure
Public Structure structure2
Public X() As Integer
End Structure
End Module
View 17 Replies
Apr 30, 2009
I am trying to automate VC++ build via an addIn written using VB.NEt so that we can schedule it using a simple batch file. This addin performs some custom pre-requisites before the build is started. The build is invoked as devenv.com /useenv %NEWSOLFILE% /CLEAN %BUILDCONFIG% /OUT %OUTLOGFILE% > nul
with appropriate filename substitutions. I am facing problem in the following entry-point:-
[Code]...
View 1 Replies
Jul 17, 2009
I am having a problem with a folder and a file showing up under my project which is under my solution. The files are being added to TFS but my project has no idea that the file exists and shows it as white[code]...
View 1 Replies
Apr 13, 2011
I am building for a football team can enter their points and it will display points and total points and a final Score.the message box opens and you enter the point and the point then suppose to go into the listbox. I can't to get the points to go in the list box and calculate the final score.
[Code]...
View 9 Replies
Mar 20, 2009
Im wondering if it's possible to make a p2p(Person 2 Person) monitor watch (Team View) and where would I need to start to make such a program?
View 7 Replies
Feb 7, 2010
I have 6 members in my team in my office. Now I am working in a VB.NET project. Anybody can tell me how can I share this project within my team?
I want to have only one project folder in my server. I want all my other members will work from this server's project folder. This is possible in VB.NET?
View 2 Replies
Aug 19, 2009
I have VS2005 Team Edition Database Professional installed on my laptop along with VS Team Edition Database Pro, not a problem so far. When I installed the VS2008 we were using SQL Server 2005 as your databases so when asked to the database for database projects I selected my SQL 2005 installation. Now we have moved some of your databases (all new projects) to SQL 2008. When I try and create a Database Schema compare I get an error on Field types (we decided to use Date data type for one field instead of DateTime). I have since installed SQL 2008 Express so that I can create the projects in the 2008 version of SQL Server.
[Code]...
View 2 Replies
Jan 5, 2010
I'm new to VB 2008 after having spent a long time with VB6, so I apologize if this is a stupid question. But I'd really like to have this straightened out.
Let's say I have a pretty large structure that has lots of properties.
Code:
Now say that I want an internal database with about 10 instances of this structure total, describing, say, 10 different products that a store sells. When these values are loaded from a database, they remain totally static. (However, they can be different each time a program loads)
Now say that I have a class. Each instance of this class is a type of that BaseProduct structure. Meaning, each instance of the class pertains to one of the 10 types of products that the store sells. However, this class has additional properties that pertain specifically to each instance, which are not static.
Code:
Now, the problem here is... If I have 200 different transactions, each one contains an instance of BaseProduct. BaseProduct is HUGE, and is largely redundant (only 10 types possible), so I think it's a little silly to include a whole copy of it with EVERY transaction. However, the Transaction class really needs information regarding the base product it pertains to. Is there a way to, instead of declaring a New BaseProduct in the Transaction class, to simply make one of the properties of the Transaction class a pointer to a BaseProduct variable?
In VB6, I would accomplish this by making a BaseProduct(10) array, and then giving each Transaction an ID number referring to an entry in that array. But in VB 2008, using class structure, this is impossible. I can't define the BaseProduct(10) array outside of a class in a namespace, and if I define it in the actual application's form, then the class loses modularity since it relies on the application that's using it.
View 11 Replies
Aug 29, 2009
I am trying to communicate with an external device and i am trying to send a byte array to the external device via sockets but i am always getting a response the message size is too small so i am not sure what i have done wrong. Between the data type there should be no alignment present and all numbers are represented in little endian format. The char array is not null terminated as mentioned in the protocol specifications.
I have to send data based on a struct that embeds 2 other struct. So here's my vb.net code for the struct used to convert to byte array and the sending part.
Public Structure MESSAGETYPE_OIP_Login
Dim Header() As COMMANDHEADER
Dim UserName() As PSTRING
[Code]....
View 2 Replies
Jan 28, 2011
I've used MS Visual Basic 2010 Express to build a very simple VB.Net Windows app. I need to check the code into our Team Foundation Server Source Control. Is there a TFS plug-in for VB Express? If not, do I need to check the code in manually?
View 3 Replies
Nov 13, 2009
We've recently moved to Team System and now a remote team needs access to our source. However, they use a different IP address to access the Team System server, and whenever they try to open a project, they are prompted to check out and change the project. It seems to be the 'SccAuxPath' property which is the problem.
View 2 Replies
Apr 20, 2011
Does anyone know if you can store VS 2003/2005 code in Team Foundation? If so, is their any configuration needed for Team Foundation?
View 8 Replies
May 27, 2011
I have TFS url, and I have source File location, but I don't have Workspace path. How to Check out file without workspace, or how to find workspace for some file? I already make solution for checkout file in TFS, but in some cases I don't have workspace path or name.
[Code]...
View 2 Replies
Mar 8, 2012
The application I want to make is what I would call quite simple, you will have two text boxes where you enter in two team names.
i.e.
Team 1 v Team 2
Then below a little search button. And then when you click the button it will show a percentage of whom is most likely to win. Now I know that I would have to most likely enter something like
Team 1 v Team 2 WIN Team 1
Team 1 v Team 3 LOSS Team 1
Team 1 v Team 4 WIN Team 1
In some kind of script for this to work so when you search for
TEAM 1 v Team 2 it will show WIN Team 1
View 2 Replies
Jun 11, 2009
For those you that joined in, I would like to thank you for joining us last week on the topic of Visual Studio Setup.
This week, we have something even better with the team that has built the new editor: Sean Laberee; Kav Latiolais; Selma Ikizto and Brittany Behrens (whom many of you may have already met on the forums) to do a quick walk through of their new features -and of course gather your feedback for the work of sorting through their Beta2 DCRs.
View 1 Replies
Jun 11, 2011
I'm trying to make a Application which displays Server Information from Team Fortress 2, Garry's Mod and other Valve Software Games.
how I can display the server information like name, players, server IP and other information?
View 1 Replies
Jul 2, 2009
My motive to prepre a application which can calculate free time of the team which handle. I have written a code which updates the username and current time in an access database. How can i run the code on windows lock event.
View 7 Replies
Apr 14, 2012
I'm experiencing a problem with the following c-structure:
typedef struct tagTEXTUREPROP
{
DWORD dwSize;
[Code].....
The Marshal.SizeOf obviously calculates a size of 76 and it works with the DLL function, but it leaves me with some bad feelings.
View 1 Replies