| | |
Projrct in C++
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
•
•
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 c++ c/c++ calculator char char* class classes code coding compile console conversion count database delete deploy desktop developer directshow dll download dynamic dynamiccharacterarray email encryption error file forms fstream function functions game givemetehcodez google graph gui homeworkhelp iamthwee ifstream input int java lib linkedlist linker linux list loop looping loops map math matrix memory multiple news node number numbertoword output pointer problem program programming project python random read recursion recursive reference return rpg sorting string strings temperature template templates test text text-file tree unix url variable vector video visualstudio win32 windows winsock word wordfrequency wxwidgets






