(adsbygoogle = window.adsbygoogle || []).push({});
Hi !
I need help with making a name changer in vb for my tool,
I get the value of the textbox, but how can i convert it to bit ?
Private Sub Button11_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button11.Click
Dim name As String
name = namemw3.Text.ToString()
So now, what can i do to convert it in bit before using PS3TMAPI.ProcessSetMemory commands ?