Search results for query: *

  • Users: gajus
  • Content: Threads
  • Order by date
  1. G

    C# pointers in unmanaged environment - compiler options

    Unsafe code may only appear if compiling with /unsafe. If source code contains the unsafe keyword, then the /unsafe compiler option must also be used. Problem: Because my code is complex and uses many references, I can't figure out how to use the Visual Studio Command Prompt to compile the...
  2. G

    Change custom control properties at design time

    How to change properties from custom controls that inherit from System.Windows.Forms.Control at design time? Problem: You can change the properties BackColor and Text only at runtime and not at designtime. Question: What do I need to change or add to be be able to change properties at design...
Back
Top