VS 2008 Windows Key - Disable Start Button In Task Bar
Jul 17, 2010I need code to disable start button in task bar. I need code to disable "windows key" in keyboard to lock start button Selection. I need code in vb.net?
View 2 RepliesI need code to disable start button in task bar. I need code to disable "windows key" in keyboard to lock start button Selection. I need code in vb.net?
View 2 Repliesto disable right click and to disable the start button and task bar?
View 4 RepliesI was wondering if it is possible to hide all desktop icons EXCEPT my application's shortcut ?
View 2 RepliesYes is There AnyWay To Disable The Start Up Button Like This:
Yea like IS there A Source Code To Disable It? _-THxxxxx
how can I disable the start menu! Or completely shut down the entire "explorer" in Windows Windows Mobile 6.1, so that users can not go out of my program.I have try [URL], but then Windows Mobile 6.1 hang.
View 2 RepliesI have custom asynchronous WebRequest class that I am testing to find out how fast the request will be cancelled and found some odd results, that starting 6 WebRequests with TPL and cancelling them right away takes 25 sec, but when I used just regular background threads it took only 5 sec.
Update: Running them without cancelling takes with Task.Start 9 sec and Thread.Start 3 sec accordingly.
Imports System.Net
Imports System.Threading
[Code]....
I am facing one issue in my VB.net application. In my application I want to disable the close button in all my windows. I am doing this by following code. But the real issue is while I am minimized and maximized the window the close button is getting enabled to the end user. How to permanently disable the Close window.
Public Class CloseButton
Private Declare Function
GetSystemMenu Lib "user32" (ByVal hwnd As Integer, ByVal revert As
Integer) As Integer
[Code].....
Ive been searching around Google and while I have found some answers, Im not sure how to implant them correctly.
I wish to disable the Close (X) button on a Windows Form. I read about ControlBox (I think that the property) but I perfer to do it another way.
I have made my application to start automaticly when windows start (registry ../currentversion/run/appname + path). In this mode the application start minimized and an little icon appear in the notification icon area. With this icon you can maximize the app or exit it.If you exit the app and start it again using the Menu (Start/programs etc) than the application start in minimized mode (and in this case I would like to have it in normal mode) because the setting autostart is still true.Is there a way you can detect when the application start when windows startup using the above registry or when people click on an icon in the programs menu (or desktop)?
View 2 RepliesMy MDI parent form sizes itself so that the activity field (with the start button etc) doesnt show. This happens every now and then and I cant figure out why.
Of course I want to see the activity field,
I have an import program which I run manually everyday. I want to automate it but i'm not sure whether to make it a windows service or add it as a scheduled task. It needs to run at 11:00 and again at 16:00. Please advise
View 2 RepliesIm new here and i want learn more about visualbasic8..so my friend and me working on RAT ( most of work he coded ) so i want only to know a source codes to disable/enable task manager so im asking can someone post it here & thank you !
View 4 RepliesI am developing in VB .net Visual Studio 2010. Would like to enable/disable a scheduled task programmatically.
View 1 RepliesI created a Security Log On that starts when i turn the computer On.Like the Windows Log On.
I managed to disable alt+F4, alt+tab, window key, ctrl+esc, but i have only one problem disabling the task manager or the CTRl+Alt+Delete Button, is there a way or any codes to disable this? im using VB.net 2005.
I have a form thats got a lot of buttons and functionality on it. I want some users to be able to view the form, but not have any of the functionality.
[Code]....
how i can Disable button after first click
View 14 Repliesi tried: Me.Button1.disable=trueit doesn't work..
View 4 RepliesVersion: Visual Basics 2008
How do I disable the border when clicking a button?
When the form is opened:
[URL]
When a button is pressed:
[URL]
how to enable /disable the timer with a button and how enable /disable the timer with a checkbox? and the opposite how to enable /disable a button with a timer and how to enable /disable a checkbox with a timer
View 5 RepliesI have done some reasearch on disabling the mouse and keyboard both on Google and on the forum and what ever i find can not get to work. What I'm trying to do is on a click of a button it will disable the mouse and keyboard. It must work in W
View 4 RepliesI have been following the development of the .NET Task Parallel Library (TPL) with great interest since Microsoft first announced it. There is no doubt in my mind that we will eventually take advantage of TPL. What I am questioning is whether it makes sense to start taking advantage of TPL when Visual Studio 2010 and .NET 4.0 are released, or whether it makes sense to wait a while longer. Why Start Now?
[Code]....
Please tell me how can i disable print screen in Visual Basic 2008.
View 13 Repliesone button on/off disable, enable any button like Handles Button1.Click i want to disable or enable part of the program?
View 8 RepliesIn Visual Studio when I try to start a windows service project it tells me I cant because I have to use "NET Start" and so forth. I remember in VS 2003 that when I pressed play it started the service and stop stopped it. Is there any way that when I press play or start for that windows service project I can have this same functionality. What I currently do is install them using installutil and I put a pre-processor command with System.Diagnostics.Debug.Launch() when I have a compilation variable defined and when I use the service manager it shows me the window to select the debugger. Still this method is somewhat cumbersome.
View 1 RepliesVisual Basic 2010 - Net Framework 4.0 Client
I have an application (application #1) running with Administrator privileges on Windows 7.
I want application # 1 to start another application (application #2) without Administrator privileges so application #2 is running as a standard user.
Is there a way to do this? I have been using Process.Start.
But thing is I renamed this player to myplayer.mo so will it work like a normal exe or is that not duable ( I know u can do this in VB6 ) but not sure how its done in VB 2008
View 39 RepliesFor Windows XP this code works fine:
Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long Private Declare Function SetWindowPos Lib "user32" (ByVal hWnd As Long, ByVal hWndInsertAfter As Long, ByVal X As Long, ByVal Y As Long, _ ByVal cx As Long, ByVal cy As Long, ByVal wFlags As Long) As Long
[Code]...
i want to design a new program that should start with windows and its icon should appear at the toolbar the idea is when i click on the icon a rectangular forum should appear. my question is that: what is the best tool or control should i use? should i use the blank project of windows application or there is special project for that.
View 16 RepliesHow can I make it so when a button is clicked it will make the program start on start-up but only if the checkbox is checked?
View 9 RepliesI know similar questions have been asked/answered, but after looking across the net for 2 days I still haven't really seen an answer to the following question.rst, background info: My application starts at windows start as a user checkbox option (by using the run key in the registry.) I don't know if it is usual or not, but when the app auto starts on windows start, no saved user settings show up on the form (but they do when starting the program manually after windows is already running). I've tried both HKEY_CURRENT_USER and HKEY_LOCAL_MACHINE. In case anyone needs or wants it, my code for accessing the registry is:
Dim Reg As Object
Reg = CreateObject("Wscript.shell")
Reg.RegWrite("HKEY_CURRENT_USERSOFTWAREMICROSOFTWINDOWSCURRENTVERSIONRUN" &
[code].....