Change the appearance of the form
-
Is there a way to change the appearance of a form? For example, when you view iTunes in Windows, the form is gray.
----- *** Never give me an answer having anything to do with Visual Studio. I don't have this because I have two computers, one being my dad's mac, which is connected to the internet, the other being my pc, which is, sadly, not connected to the internet. The setup for the Visual C# program I think is called a "bootstrap" program, and it needs to connect to the internet to install the program. THEREFORE I cannot install this program onto my pc.***
-
Is there a way to change the appearance of a form? For example, when you view iTunes in Windows, the form is gray.
----- *** Never give me an answer having anything to do with Visual Studio. I don't have this because I have two computers, one being my dad's mac, which is connected to the internet, the other being my pc, which is, sadly, not connected to the internet. The setup for the Visual C# program I think is called a "bootstrap" program, and it needs to connect to the internet to install the program. THEREFORE I cannot install this program onto my pc.***
you change the color by setting it in the designer. There are many other properties you can set there. I recommend buying a book on Winforms.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
you change the color by setting it in the designer. There are many other properties you can set there. I recommend buying a book on Winforms.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
Signature... v v v
----- *** Never give me an answer having anything to do with Visual Studio. I don't have this because I have two computers, one being my dad's mac, which is connected to the internet, the other being my pc, which is, sadly, not connected to the internet. The setup for the Visual C# program I think is called a "bootstrap" program, and it needs to connect to the internet to install the program. THEREFORE I cannot install this program onto my pc.***
-
Signature... v v v
----- *** Never give me an answer having anything to do with Visual Studio. I don't have this because I have two computers, one being my dad's mac, which is connected to the internet, the other being my pc, which is, sadly, not connected to the internet. The setup for the Visual C# program I think is called a "bootstrap" program, and it needs to connect to the internet to install the program. THEREFORE I cannot install this program onto my pc.***
OK - you and I have covered at length before the various ways you can get the VS2005 C# Express Edition, however - all the designer does is expose properties on the form, you can set those properties in code yourself, if you need to.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Signature... v v v
----- *** Never give me an answer having anything to do with Visual Studio. I don't have this because I have two computers, one being my dad's mac, which is connected to the internet, the other being my pc, which is, sadly, not connected to the internet. The setup for the Visual C# program I think is called a "bootstrap" program, and it needs to connect to the internet to install the program. THEREFORE I cannot install this program onto my pc.***
Ever thought about using another IDE, like SharpDevelop, for example? I'm pretty sure, SharpDevelop can be installed without an active internet connection and does have designer support.
Regards, mav -- Black holes are the places where God divided by 0...
-
Ever thought about using another IDE, like SharpDevelop, for example? I'm pretty sure, SharpDevelop can be installed without an active internet connection and does have designer support.
Regards, mav -- Black holes are the places where God divided by 0...
yeah, but I kind of like typing the code in by myself.
----- *** Never give me an answer having anything to do with Visual Studio. I don't have this because I have two computers, one being my dad's mac, which is connected to the internet, the other being my pc, which is, sadly, not connected to the internet. The setup for the Visual C# program I think is called a "bootstrap" program, and it needs to connect to the internet to install the program. THEREFORE I cannot install this program onto my pc.***
-
yeah, but I kind of like typing the code in by myself.
----- *** Never give me an answer having anything to do with Visual Studio. I don't have this because I have two computers, one being my dad's mac, which is connected to the internet, the other being my pc, which is, sadly, not connected to the internet. The setup for the Visual C# program I think is called a "bootstrap" program, and it needs to connect to the internet to install the program. THEREFORE I cannot install this program onto my pc.***
There's a word for this: Masochism. Sure, you can build .NET applications using Notepad and csc.exe, but why not use the possibilities the platform gives you?
Regards, mav -- Black holes are the places where God divided by 0...
-
There's a word for this: Masochism. Sure, you can build .NET applications using Notepad and csc.exe, but why not use the possibilities the platform gives you?
Regards, mav -- Black holes are the places where God divided by 0...