As a newbie to VB.NET and to programming in general let me just add one clarification that might be helpful to you:
When you click on the "Start" button in the toolbar, you start 2 processes at the same time:
1. You create an exe file
2. You start the debug process that launches the...
Hi Chip,
I thought that I am done, but I had to realize soon, that I am not.
I.E. the final executable runs fine on my PC (W2K)(that I have VB Studio.NET installed on, but when I try to execute it on an NT4 workstation, first it couldn't find a file "mscoree.dll" then when I copied it...
Hi Chip,
It was complaining about the an integer value can not be assigned to a label, but I modified it and now it works great!
(I don't really need a feedback to a label right now)
You put me on the right track. Thanks!!!
Geza
Private Sub Button2_Click(ByVal sender As System.Object...
Hi!
I inserted your line with a modified path to the exe file, but now I get blue underline error on "lblnPrinted" indicating that it is not declared. How do I declare this?
Geza
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
I have a couple of "over educated" users in my domain and because of them and other similar folks I'd like to hide the NETLOGON share on our PDC and BDC, so these folks can not browse and read my login scripts.
I'd rename the share to NETLOGON$, but the problemm is that I don't know...
Hello!
I am trying to create a MOTD popup window with an "accept" and "Deny" buttons, where the click on the "Deny" button would execute a "\\server\share\logoff.exe" command.
or something similar.
How do you do this?
How do you declare an executable file...
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.