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
A

alx n

@alx n
About
Posts
5
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • TCPClient.Connect Timeout?
    A alx n

    How about: Dim client As New TcpClient(IpAddress, Port) client.SendTimeout = 5000

    alex_nel

    Visual Basic hardware data-structures testing beta-testing question

  • [Message Deleted]
    A alx n

    Try this: n = TextBox1.Text If IsNumeric(n) then Dim sTemp as string = n.Substring(0,1) TextBox1.Text = n End If

    alex_nel

    Visual Basic

  • Accessing File
    A alx n

    Private Function isFileInUse(ByVal sFileName As String) As Boolean Dim nFileNum As Integer ' If the file is already opened by another process and the specified type of access ' is not allowed the Open operation fails and an error occurs. Try nFileNum = FileSystem.FreeFile() FileSystem.FileOpen(nFileNum, sFileName, OpenMode.Binary, OpenAccess.Read, OpenShare.LockReadWrite) FileSystem.FileClose(nFileNum) Catch Return True End Try Return False End Function

    alex_nel

    Visual Basic mcp tutorial

  • CLR Stored Procedure Exception
    A alx n

    How about using MSMQ. Thus the db can send a message to the que using CLR integration in the SQL db, and the service can pick it up from there.

    alex_nel

    .NET (Core and Framework) csharp database dotnet security tools

  • Distributed Application Question?
    A alx n

    Hi All! I would like your thoughts and suggestions on the following scenario. I need a distributed appication evironment to save the IIS server from working itsself to death! The basics is this: I want a webpage/ application/ service to start a application sitting on a diffrent machine on the intranet, then communicate with this application for the duration of the process. Applications on the machines are added on the fly, so the calling application or web page cannot be re-compiled. It seems Remoting won't work for me as the calling application has to be re-compiled when the target assembly changes, or a new one is added. Any thoughts would be much appreciated.

    alex_nel

    .NET (Core and Framework) question sysadmin windows-admin discussion
  • Login

  • Don't have an account? Register

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