Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by GezaL

  1. GezaL

    How do I compile in .NET ?

    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...
  2. GezaL

    How to make a button click execute a simple exe file?

    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...
  3. GezaL

    How to make a button click execute a simple exe file?

    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...
  4. GezaL

    How to make a button click execute a simple exe file?

    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...
  5. GezaL

    How to hide the NETLOGON share from users?

    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...
  6. GezaL

    How to make a button click execute a simple exe file?

    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...

Part and Inventory Search

Back
Top