User Profile

Collapse

Profile Sidebar

Collapse
sivasujithsp
sivasujithsp
Last Activity: Aug 22 '07, 05:24 AM
Joined: Jun 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sivasujithsp
    started a topic Progression Bar for MCU Programmers

    Progression Bar for MCU Programmers

    Hi all,

    I am designing a Programmer for Microcontroller s in VB6.0
    How to use a progression bar to show the process,
    FYI, to start the progression bar i recieve a start_character and at the end of the process i recieve a end_character ... How to move the progression bar corresponding to this ....

    thnx in advance.....

    regards,
    Sujith SP
    See more | Go to post

  • sivasujithsp
    replied to Append to a text file
    Another way!!!

    In menu -> Project -> References -> Microsoft Scripting Runtime

    Code:
    Dim fso As New FileSystemObject
    Dim InStream As TextStream
    
    Private Sub Command1_Click()
        
        InStream.Write ("hi")
    End Sub
    
    Private Sub Form_Load()
    Set InStream = fso.OpenTextFile("<filename_path>", ForAppending, True)
    End
    ...
    See more | Go to post

    Leave a comment:


  • how can i get all system names in workgroup

    Hi all,

    I need to get all the system names in my workgroup..
    is there any command or any format to do this using VB 6.0


    thnks n regards,


    Sujith
    See more | Go to post

  • sivasujithsp
    started a topic Please clear it off (global n local)
    in C

    Please clear it off (global n local)

    Hi everyone...

    Am new to the forum and i need all ur support and interaction.

    On declaration a local variable contains garbage value whereas a global variable is automatically initialized with 0.

    can you please tell me why this happens........ .. if this is already posted plz get me the link....


    thnx in advance....

    Sujith
    See more | Go to post
No activity results to display
Show More
Working...