Search:

Type: Posts; User: heiron70

Search: Search took 0.10 seconds.

  1. [Help] Mike was correct sorry didn't understand the...

    Mike was correct sorry didn't understand the question


    document.write( "+(var1)+ " " + (var2)+ " " + (var3)+"); /* another way

    and yes <br> is line feed
  2. Replies
    112
    Views
    73,008

    Sticky: [Source Code] compare 2 strings in VB .Net

    how to compare 2 strings in in VB .Net simple code

    code:


    Public Class Form1
    Private Sub Button1_Click(ByVal sender As System.Object, _
    ByVal e As System.EventArgs) Handles...
  3. Replies
    112
    Views
    73,008

    Sticky: [Source Code] VB .Net read xml file

    how to read xml file in VB .Net
    code


    Dim readXML As XmlReader = XmlReader.Create(New StringReader(xmlNode))
    While readXML.Read()
    Select Case readXML.NodeType
    Case...
  4. [Help] What do you mean by space? the space in...

    What do you mean by space? the space in javascript is this "&nbsp"
  5. [Help] you can pit this code (CDbl(&H7etc.)) because you...

    you can pit this code (CDbl(&H7etc.)) because you exceed the maximum integer value
  6. [Help Request] You can use a decompiler like telerik and you...

    You can use a decompiler like telerik and you have the source code of the exe
  7. Replies
    0
    Views
    829

    [Info] another ebook site

    Hello another site for ptogramming books google "Computer-Books" site is in us :)
  8. Thread: ebook site

    by heiron70
    Replies
    0
    Views
    734

    [Info] ebook site

    a search site for torrent ebooks google "Ebook Share" :)
  9. Replies
    0
    Views
    1,147

    [Info] ebooks site for programming

    Want to share a ebook link for google "Free Ebook Download Links" :)
  10. Replies
    8
    Views
    1,850

    [Help Request] here is some code thanks to sosha you have to add...

    here is some code thanks to sosha you have to add the components on the form (eg. combobox) it is easy.

    - - - Updated - - -

    Imports System.Diagnostics
    Public Class Form1
    Dim ProcessIsReal...
  11. Replies
    1
    Views
    1,905

    [Help Request] this might help you Python for .NET

    this might help you
    Python for .NET
  12. Replies
    19
    Views
    26,052

    [Release] any tutorial I have the fleephacks c++ aimbot...

    any tutorial I have the fleephacks c++ aimbot tutorial is the same?
  13. Replies
    1
    Views
    424

    A little help with tutorial

    HI,
    I want to create a hack (memory hack) for an online game, mmorpg, I want to hack the client of the game to open the gm section and to buy items from it, I am familiar with VC++ and done some...
Results 1 to 13 of 22