3 Solved Topics

Remove Filter
Member Avatar for
Member Avatar for professor123

Good day, I have been trying to enable dotnet 3.5 on my laptop which is running Windows 10.I have tried the following solutions from the internet with no success: 1. Enable the feature from control panel 2. Downloaded the DotNetFx35Client and DotNetFx35.exe installs but they are end up trying to …

Member Avatar for professor123
0
578
Member Avatar for asadaziz

I am working on visual studio 2008 what i want to do is read till the end of the file the code i am using is [CODE] StreamReader ^sr= gcnew StreamReader("example.txt"); String ^str; while(sr->Read()!= 0) { str=sr->ReadLine(); textBox2->Text=sr->ReadLine(); MessageBox::Show(str); } sr->Close(); [/CODE] what could be used inside while condition that …

Member Avatar for MattyRobot
0
1K
Member Avatar for katmai539

Hi there, In a form i have a datagrid with two columns. The columns are about 40 pixels wide and i can't find a way to have them larger when the program loads. Does anyone know a way to do this? Greets, K

Member Avatar for katmai539
0
370

The End.