server

  1. S

    command and control system

    Imports System.IO Imports System.Net Imports System.Net.Sockets Imports System.Text Imports System.Text.Encoding Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim host As String = Nothing...
  2. fisherRon

    Question Advice on what type of app to build for exchanging xml data between servers

    I have a project that I need to build that gathers data from a local database, packages it into an xml file (as specified by receiving server) and send it to another server via an API they provide. I then need to be able to receive data back from that remote server and display it to the user...
  3. C

    Question Connecting to Godaddy Server - "Direct Access" is enabled, Connection String Issue?

    Connecting to Godaddy Server - "Direct Access" is enabled, Connection String Issue? Hi, I am relatively new to Visual Basics so please bear with me. I have researched quite a bit to see where I went wrong, but can't seem to find the solution. When working between various databases on my...
  4. D

    Question How to logoff multiple users logged on Windows Server

    Hi, I want make a Console Application in VB.NET which will logoff all (but not an Administrator) users connectend to Windows 2003 Server machine via RDP Connection. I wrote an application which is restarting Server machine, but when there're logged in users, Server got suspended. Code of my...
  5. P

    Help me to deploy application with database

    I had a vb.net application with database connection. I am using Microsoft visual studio 2010 for developing windows application and Microsoft SQL Server 2008 for database access. My question is how to deploy the application and how to install it in other computers. I've tried a step but when...
  6. E

    Socket Multiple Connection

    hey all , I wish to send message to multiple computers (LAN network). each computer in lab is running the server except one computer which is the client. problem : once message has been sent to first computer , the client stops to send to other computers. CLIENT : Dim ip As String Dim i As...
  7. cwnonthehill

    Problem saving New Row's to multiple tables VB/SQLServer

    Hey guys, I'm having a little trouble making multiple row inserts to different tables. Below is my code. The idea is basically to create new rows in the dataset, then Insert those new rows to my SQL database. The first set (tblComplaint) gets inserted fine. Then when it attempts to Insert...
  8. cwnonthehill

    Question Parent/Child table's in SQL SERVER?

    Hey guys, I'm new to the forum, so thanks in advance for your time and help!! I will do my best to explain my situation... I have two SQL Tables and am using VB to represent a user interface for adding/editing this data... Below are screenshots of my two tables tblCollection =========== and...
  9. M

    Piping output of a process into a Rich Text Box

    Hi all, I am making a server front-end for Minecraft and I have only got this far: Public Class Main Dim minecraftServer As Process Private Sub btn_start_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn_start.Click Dim psi As New...
  10. P

    How to set up a LAN server

    Hi, I want to make a LAN client-server app, but I am having problems with the server. I successfully made my client, and I can connect it to a server I found on the internet. But I have problems making a server myself. Can anyone give me the code to set up a server? I will try to do the rest...
  11. P

    Question Asynchronous socket server

    Hi, I have a requirement to create a socket server in VB .Net that is capable of handling data exchange from multiple mobile units to a central server (Not to each other). The units communicate using value pairs of information in the form of :VARIABLE1=VALUE1&VARIABLE2=VALUE2&VARIABLE3=VALUE3...
  12. K

    Question pc to pc communication with Server/Client

    I use Microsoft Visual Basic 2008 Express Edition and I am begginer in computer networks. I want to make two PCs communicate via network using server/client I followed the example from this site: VB.NET TCP Client/Server Socket Commmunications When I run the applications server and client...
  13. mreed

    Question looking for ideas/solutions

    First off, let me say Hi. I'm new to this forum and I would like to thank you in advance for any suggestions or comments. Here is what I'm looking for: I have created a Payroll Management application in vbexpress2008. It is my very first vb project and I've spent a lot of time and effort on...
  14. H

    Question How to protect a database

    I am about to start developing a program that downloads a database, and accesses the data within it. I need to somehow protect the data within the database so it cannot be copied, or misused by other companies who can get the information within the database. So i need a way that the database...
  15. casirus

    Question TCP Server/Client "Individual Send To Conected client"

    Hello Well My Issue Is this i have spent the past 2 weeks working On A Chat Program for a client of mine and i seem to of hit a dead end. I have got the server app an the Client app Both Working to what i can see But My issue is i was only asked 4 days ago if i could add a Private msg and...
  16. G

    Question Remote connection and what to do...

    Howdy, I'm new to the forums, and not entirely sure where to post this so please feel free to move it as you see fit. My issue is this: I'm a gamer... The game I play has servers that go down weekly for maintenance. I am working on a stand alone application that will, for lack of a better...
  17. S

    COM objects from within TCP Client

    Hi All, I hope I am using the correct room to post this. This issue has been killing me to the point that I think I am losing some hair from it! Basically, I a have a server that waits for commands, which can either be: Scan or OCR Most of the time, the commands it receives are a sequential...
  18. M

    what is the Connectionstring for remote server....

    hello....... hi guyz.... somebody knows about this.... I want to know how to save data on a remote server.... and for vb.net code, what is the connection string...???? thanks for any reply...:):):):):)
  19. B

    First .NET database that targets Web & Web 2.0 is released

    The first release of Eloquera, the fusion database, is out. Eloquera's architecture and technology specifically targets at the Web developer. It provides the desired objectives of speedier development and maintenance. At the same time, it provides the seemingly contradictory benefit of...
Back
Top