Click here to Skip to main content
15,887,939 members
Home / Discussions / C#
   

C#

 
GeneralRe: Overridden OnPaint method not called on form Pin
Richard MacCutchan18-Feb-19 21:21
mveRichard MacCutchan18-Feb-19 21:21 
GeneralRe: Overridden OnPaint method not called on form Pin
pr1mem0ver27-Feb-19 6:29
pr1mem0ver27-Feb-19 6:29 
GeneralRe: Overridden OnPaint method not called on form Pin
Richard MacCutchan27-Feb-19 6:49
mveRichard MacCutchan27-Feb-19 6:49 
AnswerRe: Overridden OnPaint method not called on form Pin
Luc Pattyn18-Feb-19 8:21
sitebuilderLuc Pattyn18-Feb-19 8:21 
GeneralRe: Overridden OnPaint method not called on form Pin
pr1mem0ver18-Feb-19 10:28
pr1mem0ver18-Feb-19 10:28 
QuestionNet Core qustion Pin
pkfox13-Feb-19 23:39
professionalpkfox13-Feb-19 23:39 
AnswerRe: Net Core qustion Pin
Richard Deeming14-Feb-19 2:00
mveRichard Deeming14-Feb-19 2:00 
GeneralRe: Net Core qustion Pin
pkfox14-Feb-19 3:25
professionalpkfox14-Feb-19 3:25 
Thanks Richard, through that link I found that you can modify Properties\launchSettings.json as I show below - and all is good - probably not the way to do it in a production app but good enough for my learning at this early stage, The 10.10.1.143 parts were set to localhost. Thanks again.
XML
{
  "iisSettings": {
    "windowsAuthentication": false,
    "anonymousAuthentication": true,
    "iisExpress": {
      "applicationUrl": "http://localhost:6371",
      "sslPort": 44318
    }
  },
  "profiles": {
    "IIS Express": {
      "commandName": "IISExpress",
      "launchBrowser": true,
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      }
    },
    "WebApp": {
      "commandName": "Project",
      "launchBrowser": true,
      "applicationUrl": "https://10.10.1.143:5001;http://10.10.1.143:5000",
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      }
    }
  }
}
We can’t stop here, this is bat country - Hunter S Thompson RIP

AnswerRe: Net Core qustion Pin
Wastedtalent14-Feb-19 3:14
professionalWastedtalent14-Feb-19 3:14 
AnswerRe: Net Core qustion Pin
jschell17-Feb-19 6:15
jschell17-Feb-19 6:15 
QuestionHow to count files and change directory using FTP/C# Pin
mlong3012-Feb-19 14:38
mlong3012-Feb-19 14:38 
AnswerRe: How to count files and change directory using FTP/C# Pin
OriginalGriff12-Feb-19 20:02
mveOriginalGriff12-Feb-19 20:02 
AnswerRe: How to count files and change directory using FTP/C# Pin
Richard Deeming13-Feb-19 10:46
mveRichard Deeming13-Feb-19 10:46 
Questionhow can get Windows.Security.Credentials.dll lib C# Pin
Member 1414061510-Feb-19 3:36
Member 1414061510-Feb-19 3:36 
AnswerRe: how can get Windows.Security.Credentials.dll lib C# Pin
OriginalGriff10-Feb-19 4:11
mveOriginalGriff10-Feb-19 4:11 
AnswerRe: how can get Windows.Security.Credentials.dll lib C# Pin
Eddy Vluggen11-Feb-19 2:42
professionalEddy Vluggen11-Feb-19 2:42 
QuestionDo you use obfuscator? Pin
Froddo8-Feb-19 7:01
Froddo8-Feb-19 7:01 
AnswerRe: Do you use obfuscator? Pin
Gerry Schmitz8-Feb-19 10:40
mveGerry Schmitz8-Feb-19 10:40 
AnswerRe: Do you use obfuscator? Pin
Eddy Vluggen11-Feb-19 2:47
professionalEddy Vluggen11-Feb-19 2:47 
GeneralRe: Do you use obfuscator? Pin
Froddo12-Feb-19 6:52
Froddo12-Feb-19 6:52 
GeneralRe: Do you use obfuscator? Pin
Wastedtalent13-Feb-19 21:07
professionalWastedtalent13-Feb-19 21:07 
AnswerRe: Do you use obfuscator? Pin
BillWoodruff16-Feb-19 14:39
professionalBillWoodruff16-Feb-19 14:39 
GeneralRe: Do you use obfuscator? Pin
Froddo18-Feb-19 6:56
Froddo18-Feb-19 6:56 
AnswerRe: Do you use obfuscator? Pin
Member 1412742220-Feb-19 6:33
Member 1412742220-Feb-19 6:33 
GeneralRe: Do you use obfuscator? Pin
Froddo22-Feb-19 9:00
Froddo22-Feb-19 9:00 

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.