Jump to content

cbox


Halo117

Members+
  • Posts

    42
  • Joined

  • Last visited

About Halo117

Halo117's Achievements

Private

Private (4/44)

0

Reputation

  1. Hey dark howd u get that Media Player skin? Is there any way I can Download it?
  2. 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!)
  3. What in the world can you do with Gamevee?
  4. Does your TV have a Set Settings as Default buton?
  5. 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:
  6. Thanks More Will Be Coming!
  7. There we go I fixed the appearance alot you want to Re-Rate? (There will be a Part 2!)
  8. Would you want to post on what your trying to put on your card? Or no?
  9. 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
  10. 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!
  11. Halo117

    Xp issues

    Wait did you have SP2 Installed or did you go from SP1 To SP3?
  12. Halo117

    Xp issues

    Hmmm When Did You Install SP3?
  13. Ya sure! Say just PM Me the links or just post them here!
  14. 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!
  15. Ya the problem is I didnt inject nothing I downloaded it and it just appears as that!
×
×
  • Create New...