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
User Profile
Collapse
-
Progression Bar for MCU Programmers
-
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
-
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 -
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
No activity results to display
Show More
Leave a comment: