Click here to Skip to main content
15,900,378 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Question.NET Framework versions Pin
'Drew8-Aug-07 6:22
'Drew8-Aug-07 6:22 
AnswerRe: .NET Framework versions Pin
Gourav_pn8-Aug-07 6:32
Gourav_pn8-Aug-07 6:32 
AnswerRe: .NET Framework versions Pin
originSH8-Aug-07 22:07
originSH8-Aug-07 22:07 
GeneralRe: .NET Framework versions Pin
Vasudevan Deepak Kumar14-Aug-07 4:43
Vasudevan Deepak Kumar14-Aug-07 4:43 
QuestionGetting a computer name from the IP address(C#) Pin
WvdW8-Aug-07 4:06
WvdW8-Aug-07 4:06 
AnswerRe: Getting a computer name from the IP address(C#) Pin
pbraun8-Aug-07 9:58
pbraun8-Aug-07 9:58 
AnswerRe: Getting a computer name from the IP address(C#) Pin
Reto Ravasio10-Aug-07 9:55
Reto Ravasio10-Aug-07 9:55 
GeneralRe: Getting a computer name from the IP address(C#) Pin
Reto Ravasio10-Aug-07 10:07
Reto Ravasio10-Aug-07 10:07 
ups Blush | :O

just realized that the enums PlatformId and ServerType are defined in another file.

C#
public enum PlatformId
{
   Unknown = 0,
   DOS = 300,
   OS2 = 400,
   NT = 500,
   OSF = 600,
   VMS = 700,
}

[Flags]
public enum ServerType
{
   Workstation = 0x00000001,   // A LAN Manager workstation
   Server = 0x00000002,        // A LAN Manager server
   SqlServer = 0x00000004,     // Any server running with Microsoft SQL Server
   DomainController = 0x00000008,  // Primary domain controller
   DomainBackupController = 0x00000010,  // Backup domain controller
   TimeSource = 0x00000020,  // Server running the Timesource service
   Afp = 0x00000040, // Apple File Protocol server
   Novell = 0x00000080,  // Novell server
   DomainMember = 0x00000100,  // LAN Manager 2.x domain member
   PrintQueueServer = 0x00000200,  // Server sharing print queue
   DialinServer = 0x00000400,  // Server running dial-in service
   XenixServer = 0x00000800, // Xenix server
   ServerUnix = XenixServer,
   NT = 0x00001000,  // Windows Server 2003, Windows XP, Windows 2000, or Windows NT
   Wfw = 0x00002000, // Server running Windows for Workgroups
   ServerMFPN = 0x00004000,  // Microsoft File and Print for NetWare
   ServerNT = 0x00008000,  // Windows Server 2003, Windows 2000 server, or Windows NT server that is not a domain controller
   PotentialBrowser = 0x00010000,  // Server that can run the browser service
   BackupBrowser = 0x00020000,     // Server running a browser service as backup
   MasterBrowser = 0x00040000,     // Server running the master browser service
   DomainMaster = 0x00080000,      // Server running the domain master browser
   ServerOSF = 0x00100000,
   ServerVMS = 0x00200000,
   Windows = 0x00400000, // Windows Me, Windows 98, or Windows 95
   DFS = 0x00800000, // Root of a DFS tree
   ClusterNT = 0x01000000, // NT Cluster
   TerminalServer = 0x02000000, // Terminal Server
   ClusterVsNT = 0x04000000, // Cluster virtual servers available in the domain
   Dce = 0x10000000, // IBM DSS (Directory and Security Services) or equivalent
}

QuestionSwitching from http to https??????????/ Pin
Nithin Krishna7-Aug-07 2:27
Nithin Krishna7-Aug-07 2:27 
AnswerRe: Switching from http to https??????????/ Pin
Luc Pattyn7-Aug-07 2:31
sitebuilderLuc Pattyn7-Aug-07 2:31 
AnswerRe: Switching from http to https??????????/ Pin
Vasudevan Deepak Kumar14-Aug-07 4:44
Vasudevan Deepak Kumar14-Aug-07 4:44 
QuestionFramework usage statistics Pin
khaos_dj6-Aug-07 22:08
khaos_dj6-Aug-07 22:08 
QuestionRe: Framework usage statistics Pin
just.jimmy8-Aug-07 14:41
just.jimmy8-Aug-07 14:41 
AnswerRe: Framework usage statistics Pin
Pete O'Hanlon8-Aug-07 21:47
mvePete O'Hanlon8-Aug-07 21:47 
GeneralRe: Framework usage statistics Pin
just.jimmy8-Aug-07 22:03
just.jimmy8-Aug-07 22:03 
AnswerRe: Framework usage statistics Pin
Kevin McFarlane10-Aug-07 2:09
Kevin McFarlane10-Aug-07 2:09 
QuestionASPX files unaccessible now and then . Pin
Anmol.Gupta6-Aug-07 21:26
Anmol.Gupta6-Aug-07 21:26 
AnswerRe: ASPX files unaccessible now and then . Pin
Anmol.Gupta13-Aug-07 3:02
Anmol.Gupta13-Aug-07 3:02 
Question.Net framework compatibility Pin
pavya_Cool6-Aug-07 20:44
pavya_Cool6-Aug-07 20:44 
AnswerRe: .Net framework compatibility Pin
Pete O'Hanlon6-Aug-07 21:50
mvePete O'Hanlon6-Aug-07 21:50 
Questionredirect native dll printf output within .NET exe to a file Pin
chervu6-Aug-07 4:46
chervu6-Aug-07 4:46 
Questionproblem i displaying images Pin
ooooooooppppppss5-Aug-07 20:30
ooooooooppppppss5-Aug-07 20:30 
AnswerRe: problem i displaying images Pin
ne0h5-Aug-07 21:23
ne0h5-Aug-07 21:23 
JokeRe: problem i displaying images Pin
Luc Pattyn7-Aug-07 2:34
sitebuilderLuc Pattyn7-Aug-07 2:34 
Questionnewbie: Bitmap.CopyPixels with B/W images Pin
Daniele Fusi5-Aug-07 6:13
Daniele Fusi5-Aug-07 6:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.