| | |
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 |
Tag cloud for C++
api application array arrays assignment based beginner binary bitmap c++ c/c++ calculator char char* class classes code coding compile compiler console conversion convert count data database delete developer display dll dynamiccharacterarray email encryption error file format forms fstream function functions game generator getline givemetehcodez graph iamthwee ifstream image input int java lib loop looping loops map math matrix memory multidimensional multiple newbie news node number numbertoword output pointer problem program programming project python random read recursion recursive reference return rpg sorting string strings struct template templates text tree url variable vector video visual visualstudio win32 windows winsock word wordfrequency wxwidgets






