360haven works best with JavaScript enabled
black jack game for pc - Page 2
Loading
Register
Page 2 of 2 FirstFirst 12
Results 9 to 13 of 13
  1. #9
    Developer
    matthewjohn

    matthewjohn is offline
    Join Date : Nov 2013
    Posts : 1,274
    Array

    Re: black jack game for pc

    I woundant know how to I only learnt c# a couple of hours ago


    Sent from my iPhone using Tapatalk

  2. #10
    ★ The Exiled One ★
    Exiledone

    Idlehands88 is offline
    Join Date : Dec 2010
    Location : Whitby, Ontario
    Age : 34
    Posts : 4,709
    Array
    Twitter: @

    Re: black jack game for pc

    Quote Originally Posted by matthewjohn View Post
    I woundant know how to I only learnt c# a couple of hours ago


    Sent from my iPhone using Tapatalk
    Here's the VB code I use in my Editors to load/save the Username for the Login Form. You'll have to convert it to C# and change the UsernameTextBox to your Money Label thing. Just change the stuff I put in Red to what you are using in your Source Code.

    LOAD:
    Code:
        Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
            Dim temp As String = System.IO.Path.GetTempPath
            If System.IO.File.Exists(temp & "\360HavenUsername.dat") Then
                UsernameTextBox.Text = System.IO.File.ReadAllText(temp & "\360HavenUsername.dat")
            End If
        End Sub
    SAVE: (Put inside of a SaveButton.Click)
    Code:
            Dim temp As String = System.IO.Path.GetTempPath
            System.IO.File.WriteAllText(temp & "\360HavenUsername.dat", UsernameTextBox.Text)
            response.Close()
    Downloads : 71 || Uploads : 4 || Rep Power : 14307 || Posts : 4,709 || Thanks : 1,168 || Thanked 16,733 Times in 1,843 Posts



  3. The Following User Says Thank You to Idlehands88 For This Useful Post:


  4. #11
    Developer
    matthewjohn

    matthewjohn is offline
    Join Date : Nov 2013
    Posts : 1,274
    Array

    Re: black jack game for pc

    Quote Originally Posted by Idlehands88 View Post
    Here's the VB code I use in my Editors to load/save the Username for the Login Form. You'll have to convert it to C# and change the UsernameTextBox to your Money Label thing. Just change the stuff I put in Red to what you are using in your Source Code.

    LOAD:
    Code:
        Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
            Dim temp As String = System.IO.Path.GetTempPath
            If System.IO.File.Exists(temp & "\360HavenUsername.dat") Then
                UsernameTextBox.Text = System.IO.File.ReadAllText(temp & "\360HavenUsername.dat")
            End If
        End Sub
    SAVE: (Put inside of a SaveButton.Click)
    Code:
            Dim temp As String = System.IO.Path.GetTempPath
            System.IO.File.WriteAllText(temp & "\360HavenUsername.dat", UsernameTextBox.Text)
            response.Close()
    thanks i will give it ago

  5. #12
    Retired Staff

    thegutta is offline
    Join Date : Jun 2011
    Location : On Top Of The World
    Posts : 10,471
    Array
    Twitter: @

    Re: black jack game for pc

    Great job Matthew keep it up :D
    Downloads : 47 || Uploads : 0 || Rep Power : 15502 || Posts : 10,471 || Thanks : 3,231 || Thanked 1,396 Times in 1,224 Posts



  6. The Following User Says Thank You to thegutta For This Useful Post:


  7. #13
    Developer
    matthewjohn

    matthewjohn is offline
    Join Date : Nov 2013
    Posts : 1,274
    Array

    Re: black jack game for pc

    thanks gutta

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 0
    Last Post: 03-31-2015, 05:36 PM
  2. [YouTube] Black Ops 2 : Emblème Tutoriel "Jack" ( Adventure Time )
    By THUMBS in forum Youtube Famous
    Replies: 0
    Last Post: 05-16-2014, 06:37 PM
  3. Union jack
    By Original Boss in forum Graphics
    Replies: 5
    Last Post: 07-21-2012, 11:59 AM

Visitors found this page by searching for:

Nobody landed on this page from a search engine, yet!

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

About 360haven

    360haven is an Forum Devoted To Game modding Fans from all over the world.

    An Awesome Community of Xbox 360 Gamers, Modders and Developers who Create & Share Tutorials, Applications, Gfx, Trainers and Gamesaves.

    A haven for the l33t.
    A scarce paradise for modders.

★★★★★¯\_(ツ)_/¯