how to file handling e.g read and write file ,with window form application in visual studio
basit_3 0 Junior Poster in Training
Recommended Answers
Jump to PostSame as you would do in a console aplication.
Jump to PostThe String class( remark the capital S) resides in the System namespace, so you don't have to
include <string>
or useusing namespace std;
this will work:String^ number; number = txtBox->Text; MessageBox::Show("Work on it Soon complete");
But as Schol-R-LEA pointed out, I …
All 8 Replies
ddanbe 2,724 Professional Procrastinator Featured Poster
basit_3 0 Junior Poster in Training
basit_3 0 Junior Poster in Training
Schol-R-LEA 1,446 Commie Mutant Traitor Featured Poster
ddanbe 2,724 Professional Procrastinator Featured Poster
ddanbe 2,724 Professional Procrastinator Featured Poster
basit_3 0 Junior Poster in Training
basit_3 0 Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.