- AdvMessageBox dient zum Erzeugen einer eigenen MessageBox. Der MessageBox kann ein eigenes Icon übergeben werden. Die Anzahl der Buttons kann zwischen 1 und 4 geändert werden. Die Standard-Buttons lassen sich benutzerdefiniert beschriften
31 lines
1.6 KiB
Plaintext
31 lines
1.6 KiB
Plaintext
Microsoft Visual Studio Solution File, Format Version 12.00
|
|
# Visual Studio Version 17
|
|
VisualStudioVersion = 17.1.32421.90
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdvMessageBox", "AdvMessageBox\AdvMessageBox.csproj", "{959B45CA-B413-4177-8523-340837A6CE10}"
|
|
EndProject
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test_AdvMessageBox", "Test_AdvMessageBox\Test_AdvMessageBox.csproj", "{3916AD4C-EBFE-4EB3-B9FA-1DAE51F2BF92}"
|
|
EndProject
|
|
Global
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|
Debug|Any CPU = Debug|Any CPU
|
|
Release|Any CPU = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|
{959B45CA-B413-4177-8523-340837A6CE10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{959B45CA-B413-4177-8523-340837A6CE10}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{959B45CA-B413-4177-8523-340837A6CE10}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{959B45CA-B413-4177-8523-340837A6CE10}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
{3916AD4C-EBFE-4EB3-B9FA-1DAE51F2BF92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
{3916AD4C-EBFE-4EB3-B9FA-1DAE51F2BF92}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
{3916AD4C-EBFE-4EB3-B9FA-1DAE51F2BF92}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
{3916AD4C-EBFE-4EB3-B9FA-1DAE51F2BF92}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
EndGlobalSection
|
|
GlobalSection(SolutionProperties) = preSolution
|
|
HideSolutionNode = FALSE
|
|
EndGlobalSection
|
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
|
SolutionGuid = {07474286-329C-49D7-892B-F6B6FEC44E86}
|
|
EndGlobalSection
|
|
EndGlobal
|