Search results for query: *

  • Users: Neal
  • Order by date
  1. Neal

    Question Editor Toolbar Order

    Thanks, will review/fix.
  2. Neal

    Resolved How to Post to a REST Service

    I just migrated all of my Web API's to .NET Core and EF Core - wonderful work by Microsoft. If you want to use .NET Framework you can use the ASP.NET Web API for that: https://docs.microsoft.com/en-us/aspnet/web-api/
  3. Neal

    Resolved How to Post to a REST Service

    https://docs.microsoft.com/en-us/aspnet/core/web-api/?view=aspnetcore-3.1
  4. Neal

    Discontinuing Tapatalk

    Thanks, I'll take a look
  5. Neal

    Discontinuing Tapatalk

    Due to numerous issues with Tapatalk it has been removed from this forum'ware as it is not needed. This web site is fully mobile friendly (responsive) and will provide a far better experience when used directly. Did you know you can save web sites to your mobile device and launch like any other...
  6. Neal

    Account question

    Changed
  7. Neal

    retrieval of XML information & Copy to excel Files Pin

    Please edit your posts if possible. When posting XML or CODE click the INSERT drop down menu and insert the code to get proper formatting.
  8. Neal

    using shared function

    English is the language of this forum. Please edit your posts to English. Thank you.
  9. Neal

    Question McAfee says this site is dangerous ?

    McAfee corrected their data, thanks for the heads up.
  10. Neal

    Question McAfee says this site is dangerous ?

    I emailed them, thank you.
  11. Neal

    Question McAfee says this site is dangerous ?

    How about Xenforo? I wonder if it's the ads (google ads) on this site giving the false hits?
  12. Neal

    Question McAfee says this site is dangerous ?

    Haven't heard of anything dangerous here. How about some details about what McAfee is pointing out? Confirm you are reaching this site via https? Xenforo is on top of their game so I doubt there are any issues and it's probably a false alarm but tell me more if you can provide the details of...
  13. Neal

    Testing VB.NET code

    Dim sFooo As String Public Sub Foo() DoFoo End Sub
  14. Neal

    Test

    Dim Foo As String Public Sub Foo() DoFoo End Sub
  15. Neal

    Test

    Dim Foo As String Public Sub Foo() DoFoo End Sub
  16. Neal

    Test

    Dim Foo As String Public Sub Foo() DoFoo End Sub
  17. Neal

    Test Code Integration

    Dim Foo As String Private Sub DoFoo() MessageBox.Show("Foo") End Sub
  18. Neal

    Test

    Dim foo as String Public Sub DoFoo() MessageBox.Show("Foo")
  19. Neal

    Wow!

    I installed VS.NET 2005 to my now deemed "test laptop" and wow! I cannot wait to get developing in 2005! I'm surprised it's July and we see Beta 1 already, and it ran great! Hopefully we'll see an early 2005 release of this amazing new version! The new components for Winforms are eye...
  20. Neal

    SQL/Access - Newline char woes

    Take a look at HTMLEncode/HTMLDecode methods.
Back
Top