Is there a way to pass a parameter to a vb exe from a shell command / batch file and have the return value show up on the next line of the same command prompt screen that launched the VB exe....<br>
<br>
<br>
for example, VB code is:<br>
<br>
varResult = var1 + var2<br>
<br>
When the exe is...
Need help in coding for Email functionality within a VB App. Client uses Lotus nOtes.<br>
<br>
An EXE is on a remote NT server. Need to be lauched remotely. Currently this is being done via a telnet session. How this action be automated. Thanks.<br>
Below is a label inside a picture box that will centre<br>
after execution of the two lines of code below:<br>
<br>
Label1.Top = Picture1.Height / 2 - Label1.Height / 2<br>
Label1.Left = Picture1.Width / 2 - Label1.Width / 2
Need to launch a BAT file that resides on a server(remote)<br>
How can one write a DOS shell fucntion via VB (from a client ) to Run the BAT file. <br>
Does not necessarily have be a DOS command. A hidden TELNET session to the remote server and then plainly typing the name of the BAT file would...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.