Convert Single Instance Program To Network "Multi-Seat" Program

Apr 26, 2012

I have developed some programs for processing and issue-coding electronic documents. I am teaching myself how to work with SQL Server because I want these programs to work with electronic documents imported into SQL Server as opposed to messing around in a folder stuck on the desktop, for example. From there I want to expand on the program so that it is a network enabled program.

[Code]...

View 1 Replies


ADVERTISEMENT

VS 2008 - Single Instance (Command Line In Program)

Aug 6, 2011

I use a single instance in my application. What if I give command line arguments to the exe of my program, so I can be selective in what was given command line in my program, but still single instance?

Example:
test.exe /show
When the command /show, then my program will
Form2.Show
Form2.BringToFront

View 1 Replies

User Clicks A Single Button And The Program Displays Each Network Adapter Description?

Aug 15, 2011

In my application, the user clicks a single button and the program displays each network adapter description into a message box and then gets all the ip info for the workstation and places it into a text file and opens that text for reading. What I would really like for it to do would be to display all the network adapters into a single messagebox instead of messagebox for every adapter like it is currently doing. Here is the code I have on that button. Let me know if anyone needs more info or has any questions:

[Code]...

View 4 Replies

Convert Single Column Of A DataTable To Program?

Aug 22, 2011

Using VB.NET, what is the most concise way to convert a single column of a DataTable to a CSV? The values are integers, so I don't need to worry about character escaping or encoding.

View 1 Replies

VS 2010 Game Multi-Client - Program That Enables A Game To Have More Than One Instance Running

Nov 18, 2011

I want to make a program that enables a game to have more than one instance running, where it would otherwise be unable to be done. How should I go about this? A sandbox? Hack?

View 3 Replies

Convert Old GW-BASIC Program To A Command Line Program With Arguments?

Mar 1, 2012

This is going to be a lot to ask, but I'd like to convert my old GW-BASIC program to a command line program with arguments. I'd like it to operate as follows:

elapse [drive:][path]filename This is my old code.

5 CLS
10 OPEN "G:Calc.txt" FOR INPUT AS #1
20 WHILE NOT EOF(1): INPUT #1, A$, B$
30 IF MID$(A$,3,1)=":" THEN C$="DOUBLE DIGIT":GOTO 50
40 IF MID$(A$,2,1)=":" THEN C$="SINGLE DIGIT":GOTO 120

[Code]...

View 3 Replies

Make A Single Instance App And Showing The MainWindow When Another Instance Is Launched In .NET With WPF?

Aug 30, 2011

I am looking for a way to make my app running in a single instance mode and showing the MainWindow of the first instance when another instance is launched.I do a quick search on the internet but I did'nt find anything to open the MainWindow of the first instance or it was for Windows Form not for WPF.

View 1 Replies

Transfer Control To The New Instance In A Single Instance Application?

Jul 15, 2011

I have a single instance VB 2010 application I know how to communicate with the next instances run through the StartupNextInstance application event. The usual way of working with this is parsing command line arguments of the new instance and continue execution of the old instance. What I would like to do is replace the running instance with the new one. Is there any way to do this other than disabling the single instance property ?

View 1 Replies

Convert Access Program To A SQL / Program?

Apr 19, 2010

I have a few questions reguarding converting a Access program to a sql/vb.net program. I know these are vague questions, so feel free to give vague answers.

NOTES: I have a solid unstranding of SQL and VB.net. i have little Access experience, but i would be working with the individual who created the access program. I also don't have alot of experience in converting on program from one language to another. Most of my experience is in new programing.

[Q1] Is their a general rule of thumb when converting/recodeing on how long it should take? i.e. if this project would take me 40 hours to write my self from scratch it would take me 30 hours to recode into another language?

[Q2] What type of problems do i need to look out for when working on projects of this nature and being inexperinced?

View 3 Replies

Run A Program From A Network?

Apr 9, 2010

I have my program that runs from a workstation and the SQL DB is on the SERVER.I am having a lot of problem with it as the VB.NET program wont refresh the dataset.I would like to test the same by putting the SQL DB on a network drive, and run the program from another workstation.Just to narrow down the problem.My Question is this. I install the SQL DB on machine A and then install my program on Machine B?

What should I do to get Machine B to access the SQL DB on Machine A.Will sharing the SQL FOLDER be good enough for my program to access the DB of course, I have to modify the connection string on my program, but other that is there anything more to be done.

View 2 Replies

Deployment :: Vb Dot Net Program Can Not Run From Network?

Oct 16, 2009

My Vb Dot Net Program Can Not Run From Network. When i try to register my program to GAC,it said my assembly dont have strong key,

i cannot put strong key, because i put component vb6 to my program..

View 2 Replies

Share A Program On Network?

Sep 8, 2009

I have written small a software. I want to install it on a server and and make it accessible for all the other users on network.

How can I retrieve the server name (the computer program installed) with .NET?

Also, sharing the "Program Files" folder doesn't look like a smart idea for making the program accessible from the other computers.

View 2 Replies

Create A Multi-Column Combo Box In Program?

Apr 17, 2012

I'm trying to create a multi column combo box in VB.net.[url]...

It just does not like the class="MSONormal" statement at the beginning.

View 4 Replies

Connect Program Via Network To Database

Feb 7, 2010

I make my Program to Connect via Network to Database..[code]

View 5 Replies

Deployment :: Allow Dot Net Program To Run From Network Without Strong Key?

Nov 1, 2009

how to allow dot net program to run from network without strong key ? since i have program put on network, ussually i put strong key on that assembly, and it can work and run from network this program.. but there is some component com object that make me to cannot compile if i put my stong key, so i compile it without stong key, but it came i cannot run this program from my network..

View 5 Replies

Detect Network Failure In Program?

Sep 29, 2009

How to handle the Network failure error message,and how to simulate it?

View 3 Replies

Disable Network Adapter Using Program?

Jul 12, 2011

How can i do about disabling a network adapter using VB.NET.

View 1 Replies

Getting A Local Network Chat Program?

Aug 26, 2011

I need a program that can send and receive msgs to everyone that's on that program and on that network, then is there a way to add chat rooms to the program 2. I looked all around the Internet and MSDN and found a lot of results but non worked property.

View 6 Replies

How To Make A Network Monitoring Program

Jun 6, 2010

I'm sorry if this is in the wrong section but I don't know where else to post.I am new to vb.net and would like to tackle it head on.I would like to know how to make a network moitoring tool thatwould check who is on the network. I cant find any tutorials.

View 2 Replies

Program To Talk To A Network Switch?

Dec 21, 2011

I am not new to programming but have little experience and am trying to learn VB 2010.
We have HP Procurve network switches and I know that with a telnet application I can login to the switch and it will tell me which MAC address is connected to which switch port. Im trying to write a computer inventory program to track my computers and it would be really cool if I could figure out how to determine which computer is plugged into which port on the switch. Problem is that I have no idea how to go about doing that.

Is this anything anyone has tried before or does anyone know how to go about doing it?
Ive been hunting on line but havent found anything useful so far and thought Id ask here in the off chance someone knows what Im talking about.

View 4 Replies

Make Program Application Work As Multi-user?

Jul 25, 2007

I am developing a VB.Net application. That application might be working on a LAN. MS Access as a backend will be used.

I have developed many single user applications, but don't know of multi user , LAN, manage DB etc. How do I make the program as Multi user on LAN. Data will be accessed at the same time. How to mange such things.

View 5 Replies

VS 2005 : Create A Multi-user Chatroom Program?

Jun 25, 2011

how to create a multi-user chatroom program. I don't have the server, but I have got a web hosting. I want to know how I can connect to the chatrooms by connect to my web hosting using with httprequest?And also, I would like to have code to allowed me to send the users private messages, ignore the users and kick/ban the users out of the chatroom.

View 10 Replies

VS 2008 Multi-User Chat Program In VB2008?

Aug 8, 2009

do this??& can I make a Main server like this?

View 1 Replies

Communications :: Program Stalling On Network Reading?

Oct 8, 2008

I am playing with network sockets as I need to work on a client-server application. So I have tried this simple code from VS help:

Code:
Dim tcpClient As New TcpClient()

'The following line do not belongs to original code 'But I needed to add it as debugger told me that 'I couldnt getStream from closed sockets

tcpClient.Connect("127.0.0.1", 8000)
Dim netStream As NetworkStream = tcpClient.GetStream()
If netStream.CanWrite Then

[code]....

So, I supposed that the code above would write the message to the loopback IP (127.0.0.1), it would be kept in the network buffer and would be spited out when it readed the same loopback IP. However, when it gets the line whre it should read the stream, the program just stalls and keep reading it forever. I have tested the stream with as if it was just awaiting for something to read. I have tested the stream with getStream.DataAvailable and it returned me False, what makes me guess that the data is NOT being properly written to the IP.

Firstly I thought that it could be something with the loopback IP, then I tried to provide the machine local IP (192.168.2.25) but I got the same behavior: code stalls...

View 5 Replies

Connecting A Matlab Neural Network With Program

Dec 1, 2011

I developed a neural network to train for face detection of the extracted images. However my program is built on VB.NET and I need to know the techniques by which I could load this neural network (Exported using NNTOOL) into memory and call it from VB.NET [code]I do not quite understand how this works, any suggestions on whether I could conenct the Neural network to VB.NET using this code and if so could you please explain to me about the Matlab.Execute and Matlab.GetFullMatrix functions.

View 1 Replies

Find Network Domains Connected In Program?

Dec 22, 2009

How do I determine which network domain I am connected to from VB.Net?

View 1 Replies

Get Currently Connected Wi-Fi Network's Signal Strength In Program?

Mar 19, 2010

Does anyone know how can we get the currently connected Wi-Fi network's signal strength in VB.NET?

I am using Windows 7 Ultimate & VS 2005, VS 2008 & VS 2010.

View 4 Replies

Granting A Program Network Administrative Rights?

Dec 3, 2009

Consider a network environment with a domain and active directory setup. I would like to create a shared folder on a server for a username added by whom ever the network administrator is... I would like to install my program on a computer, but when people log into te local machine, I don't want them to have access to the shared folder, I want the program to be able to access it only, using the afore mentioned user name and password.

View 4 Replies

Use Multiple Winsocks To Let Program Communicate Over A Network?

Mar 1, 2010

How can i use Multiple winsocks to let my program communicate over a network? if i use more than one. only one of them works?

View 7 Replies

Write A Program That Can Be Distributed Over A Network Of 400 Computers?

Feb 16, 2009

I need to write a program that can be distributed over a network of 400 computers and that can be updated if necessary. How do i do that with VB if i can at all? What should i learn?

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved