| | |
Projrct in C++
![]() |
•
•
Join Date: Sep 2008
Posts: 3
Reputation:
Solved Threads: 0
The welcome form
It contains a label, a timer and a progress bar.
This enables the timer to be started when the form is loaded.
These other codes have placed it on the tick event of the timer.
The codes above are written in c++, am using vb 6.0, please guide me on how to open the coding field and how to open form and then connect them with codes. Thanx. Harry[/COLOR][/B]
It contains a label, a timer and a progress bar.
C++ Syntax (Toggle Plain Text)
private void Form1_Load(object sender, System.EventArgs e) { timer1.Start(); }
These other codes have placed it on the tick event of the timer.
C++ Syntax (Toggle Plain Text)
private void timer1_Tick(object sender, System.EventArgs e) { progressBar1.Value=progressBar1.Value+4; if(progressBar1.Value>=100) { this.Visible=false; Form8 f8=new Form8(); f8.Show(); timer1.Stop(); } }
Last edited by Narue; Sep 26th, 2008 at 5:10 pm. Reason: added code tags
•
•
Join Date: Sep 2008
Posts: 3
Reputation:
Solved Threads: 0
•
•
•
•
Looks like an attempt at C++/CLI via C#.
>am using vb 6.0
Um, is your code failing to compile? I'd imagine that it is.
Harry
![]() |
Similar Threads
- Web Browser help (Visual Basic 4 / 5 / 6)
- dynamic generation of any component (Java)
Other Threads in the C++ Forum
- Previous Thread: error c2447(missing function header) old style formal list school style
- Next Thread: author of a file
| Thread Tools | Search this Thread |
api array based binary bitmap business c++ c/c++ char class classes code coding commentinghelp compile console conversion count decide delete deploy desktop developer directshow dll download dynamic dynamiccharacterarray email encryption error file forms fstream function functions game givemetehcodez graph guess gui homeworkhelp homeworkhelper iamthwee ifpug ifstream incrementoperators infinite input int integer java lib linkedlist linker loop looping loops map math matrix memory multiple news node number numbertoword output parameter pointer problem proficiency program programming project python random read recursion reference rpg string strings temperature template templates test text text-file tree url variable vector video win32 windows winsock word wordfrequency wxwidgets






