Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
S

stevepham42

@stevepham42
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Passing Data from ASP.NET to Axis Web Service
    S stevepham42

    By passing data do you mean invoking a method? There should be no problem for an ASP.net web application to consume a web service that is being hosted on tomcat(or any java server) through axis. All you need to do is add the URL of the web services WSDL to the web application to the 'web references' part of your solution tree. -Steve

    .NET (Core and Framework) csharp asp-net help

  • How to hide the closing X on a windows form?
    S stevepham42

    The 'x' icon on the upper right is the control box. If you go to your form style, under windows style, change the ControlBox property to 'false'. Although i'm not sure if the user can still close the window by pressing alt-f4. You may need to intercept the key event for this. -Steve

    .NET (Core and Framework) question help tutorial

  • socket programming
    S stevepham42

    If you are trying to communicate between your computer and another computer through the internet, your internal IP wont resolve to the other computer. You may need to add your internal IP into your Router's DMZ. Another thing that may cause problems is your firewall may be blocking the port you are listening on (399)

    .NET (Core and Framework) sysadmin csharp question lounge workspace
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups