Hi,
1) How to show grid in V.S. .Net like VB 6.0?
2) What is ABBREVIATION INI file(Ex.: Settings.ini)?
Tnx :).
Printable View
Hi,
1) How to show grid in V.S. .Net like VB 6.0?
2) What is ABBREVIATION INI file(Ex.: Settings.ini)?
Tnx :).
An .INI file is a specifically structured text file which stores application settings for reuse.
Yes i know it. But i dont know What is ABBREVIATION.
Ex.:
ASP= Active Server Page
INI= ?
Tnx RudiVisser :).
And how to show grid in V.S. .Net like VB 6.0?
(Speaking from 2008 IDE)
Tools --> Options --> Windows Forms Designer --> General
Change LayoutMode to "SnapToGrid"
Change ShowGrid to "True"
Click OK
Restart Visual Studio.
Tnx again.