cbox
-
Posts
42 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Gaming News
Everything posted by Halo117
-
Hey dark howd u get that Media Player skin? Is there any way I can Download it?
-
First place when they say modded screenshots they mean that it was not a picture of Halo 3 Gameplay. And for all im not quite sure but I dont think they will ban you if you took a screenshot of your mod because the screenshot it self was unmodded but the map you played on was! (Remember that is what I have heard!)
-
What in the world can you do with Gamevee?
-
Does your TV have a Set Settings as Default buton?
-
Here is the second part to Brand New To Visual Basic 2008?! Well this is going to be a more detailed tutorial then last time! What we are going to make is a Button so when clicked the current form window will Maximize, Minimize Or go back to Normal! So If we wanted to make a Maximize button we would have to start of with me so it knows that your talking about the current form opened... So We Put: Me. After we type Me. We will add: WindowState = Because it needs to know that we are talking about the WindowState becasue the Command Me. Could mean lot's of things! We also added the = Sign so it knows that that is what we want it to be\look when the command is finished! = After that we add FormWindowState.Minimized And that is all for a Maximize button: Here is what it should look like in the end: Me.WindowState = FormWindowState.Minimized Questions + Answers: Q: What if we wanted a Normal window state or a Maximized? A: Well all you would do is Replace Minimized And Put Maximized Or Normal Tip: You don't have to code it all A Window should show up saying a whole bunch of codes just select the one your looking for trust me it will save you alot of time and will be way more simple! The window should have 2 tabs at the Bottom saying "Common" and "All" If that is there you should have the right window! Part 3 Comming Soon:
-
Thanks More Will Be Coming!
-
There we go I fixed the appearance alot you want to Re-Rate? (There will be a Part 2!)
-
Would you want to post on what your trying to put on your card? Or no?
-
Then it was not a proper Game Save! Other wize it would work... What are you trying to do any ways I can problably help
-
Here is a tutorial to help you guy to learn VB2008 before moving on to C# And C++! Well First I will explain all of the code listed! If - If a command happens. If Textbox1.Text = "Hello" Then Then - If that happpens then do this command! Heres an Example! If Textbox1.Text = "Hello" Then MsgBox("What do you want to be in your messagebox?") That is an Example of - Then Now after you put Then. And your code. When your finished the If Command put End If so it knows when the If Command should stop! So in the end it should look like If Textbox1.Text = "Hello" MsgBox("What do you want to be in your messagebox?") End If And you would put that code in your button or something that you click!... If you just want a Message Box to show you would just go... MsgBox("What do you want in your Messagebox? Enter that here!") If you wanted a more advanced Messagebox you would go! (I Would reccomend learning a bit on the Easy Message box before trying this one!) MessageBox.Show("What Text do you want to appear in the messagebox? Enter that here!","What Text do you want to appear in your Title Bar? Enter That Here!") Lets say if I wanted to make a button so when clicked the form would Close\Exit there are a few ways of doing this! You Could Go: Me.Close() Or Close() There are a few other but im not goin to list them... What does this mean?: Me - The current application opened! If - If a command happens. Then - If something happens then do this command. End If - To end your If. How about another example: Lets say I wanted to make a Button so when clicked the Text in my Textbox1 That I have placed down will change to what I want! First you would want to type in Textbox1.Text so It know that we are talking aboot the text in my Textbox. So we would go like Textbox1.Text Then we would want to put a = Sign so it knows that we want the text to = Whatever we put in so we would go like Textbox1.Text = Then we would add "" So that is saying that is the text I want to appear in my Textbox1 So It would look like: Textbox1.Text = "Whatever Text You Want To Appear in your Textbox1!" Thats All for that!
-
Ya sure! Say just PM Me the links or just post them here!
-
Ya that would be great say when did you download them? It seems like it was ever since they upgraded XboxSoftMods? So Ya if you could do that that would be great!
-
Ya the problem is I didnt inject nothing I downloaded it and it just appears as that!
-
Well can you upload it to rapidhare? Or something? Fattwam can you upload me your Shared and Mainmenu files please!
-
Wait it was ever since they re uploaded the files to Files.XboxSoftmods Can someone re upload there Shared and Mainmenu to this forum? I think that is it! I have even tried several other editors! Please upload yous somebody please!
-
Umm Ya I download from every where I even got a new PC and same I download UMP V5 Same!
-
Ive tried that fifty billion times...
-
Ya you should just go but one I mean there really not that much?
-
Do you know anything? And also please dont put everything in capital letters. Also if you want to ask a question post a new topic in the Help/Support forum! B)
-
Ya how would you do that that is really interesting I would like to know how to?
-
Ive tried Headlong and Comtainment.
-
I only have the Shared And Main Menu one I dont have the Shared_SP... And yes there in the same directory im also using DotHalo 1.1?
×
- Create New...