How To Block TaskBar / Start Button And ALL Files / Folders In Desktop
Aug 15, 2011
Im pretty newbie in coding as my only resource of learning Visualbasic is from the internet..And , I would like to disable some key inputs when my application starts.Means i will put the script given by you guys at MyBase.Load.
View 10 Replies
ADVERTISEMENT
Apr 22, 2009
O.o is there a way to hide the desktop start button
View 1 Replies
Jun 27, 2011
When I press "Show Desktop" button in the taskbar my main form "disappears". The only way to show it again is by pressing an other program which is open in the taskbar (lets say Word) to rise and unrise again.
View 1 Replies
Mar 30, 2012
How can i lock desktop item Like(start button,mycomputer ,Internetexplore,recyclebin etc) through visual stidio.net code
View 2 Replies
Aug 15, 2011
I was wondering if it is possible to hide all desktop icons EXCEPT my application's shortcut ?
View 2 Replies
Jan 29, 2010
here is the code i use for adding folders to the treenode. it works great but i want a delete button for deleting both files and folders... and how can i make the treenode auto refreshing. or refreshing when exiting another form...
Private Sub PopulateTreeView(ByVal dir As String, ByVal parentNode As TreeNode)
Dim folder As String = String.Empty
Try
[Code]....
View 1 Replies
Sep 5, 2011
Some of u already know I'm making a 'virtual desktop'- thing.Only one problem. When switching to a new desktop it starts a new instance of my app in that desktop (works) and on the form load event it says process.start("explorer.exe") <- here is the problem. It only shows a window not the actually bar.Also this may be important it shows the window, but when I navigate to explorer.exe 'C:Windowsexplorer.exe' and open it there. The explorer bar does show up.
View 14 Replies
Mar 10, 2012
When right-click the Taskbar -- Toolbars, then click the Desktop, the taskbar will show the Desktop toolbar.
View 1 Replies
Apr 7, 2010
I need help with file enumeration. I'm trying to create a program that can list files, folders and sub folders locations in a log file for diagnostic purposes. After it searches it can open notepad and display the results. The problem I'm having is that I'm a beginner and not familiar with file enumeration.
View 14 Replies
Nov 22, 2009
I created a new ShellAppBar window (similar to the taskbar) but i want it to replace the taskbar. My question is: i can remove the taskbar but can't resize the desktop's working area, so my appbar is sitting above the taskbar (which is not even there).
View 1 Replies
Jan 28, 2012
im making a program that i want to release on the internet but i want to copy a folder to the desktop but this is the problem i have
my dir to desktop
C:userselfenliedtopfan5desktop
if i release this on the internet not everyone username is going to be elfenliedtopfan5 for example some one downloads my program
and his computer name is ben
so the dir will be
C:usersendesktop
how do i get my program to find the username of the computer i know a installer dose it like this
C:usersuserprofiledesktop
but that dont work in visual basic?
View 4 Replies
Nov 18, 2009
In my program, I would like to make it so that when you press the start button, it does something else INSTEAD of showing the taskbar. How do I modify this code to do that?
CODE:
I tried putting in start where it says enter, but that didn't work.
View 2 Replies
Oct 3, 2011
I'm making a security program that locks the users screen. I have already figured out how to disable task manager but now I need to disable the task bar from showing and the start menu. Also, trying to do an event on alt+F4 doesn't seem to stop the program from exiting. Any other solutions? This program is intended for security reasons and I am not using it for any viruses.
View 6 Replies
Jun 24, 2011
I want to know how to start a forum hidden. I know I can just add Me.Hide() to the Window_Loaded event, But it's ugly. The user sees the form for a split second then it dissapears. I want to form to start up hidden. Little background on my program, it is a small taskbar application, Has a small notify icon. When the app is loaded. I only want the notify icon to be visible. I have done this by creating my own Main subroutine in a Module that I created. and I am laucnhing the application like so
Imports System.Windows.Application
Module MainModule
Sub Main()
Dim mainWin As New MainWindow
[CODE]...
View 5 Replies
May 7, 2012
Have built a project and associated it with a Setup&Deployment Project. The S&D project needs to contain 2 main folders (under User's Desktop) with various formats of files (xmls, txts, dlls) inside them and several subfolders. How can i copy/import these 2 folders and there sub-files/folders into my s&d project?
When adding them in the usual way, they are copied and defined a source path onto the current pc. You can understand what errors this might create when an another targeted pc does not contain those files to the exact location. Is there any way to copy them locally or somehow import them?
View 5 Replies
Oct 7, 2011
I am developing an application, and i need this application to be running in background (like our anti-virus programs) on system task bar.
and how to add right click menu for this icon on taskbar...
View 4 Replies
May 13, 2011
I want to open a form when the start button is pressed.
View 5 Replies
Jul 9, 2009
I'm currently working on an application that allows users to select picture files and then categorize them into folders. Now I'm having two issues that are probably simple to fix but I only have a year of experience with vb so I just don't know how to fix them. The first and biggest issue is that once the user has selected and categorized a file, I want the program to select the next file in the folder that the first file was moved from. This way the number of clicks required is minimized. However I have no clue what I would need to do in order to accomplish this. Also, my other problem is that I want to be able to find the indexof a quotation mark but whenever I put it in the parameter it just reads it as a quote.
View 4 Replies
Oct 11, 2011
I wrote windows app to upload files to different FTP sites by picking the files from different folders.A log is displayed by appending text to the textbox at every step.Textbox is ReadOnly.
Issue:When app is loading a bf file to FTP and if user tries to scroll the textbox,the form is hanging and going to Not Responding.?
View 4 Replies
May 24, 2010
Actually I want add some folders and files to MSI. Through custom action i want to copy that added folders and files to some destination/target folder.
View 1 Replies
Mar 29, 2009
im trying to split a folder of text files into several folders of no more then 12 files a piece, we have wedding photos 1-144 which would like to have um split into folders of 1-12,13-25 etc, found something that might work but it does it by files size
Code:
Imports System.IO
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
[code]....
View 9 Replies
May 3, 2010
This is VBA6.5.1040 using an Excel 2007 (12.0.6524.5003) SP2 MSO (12.0.6529.5000) spreadsheet. The aim is to use a cell in which one can type "Y" or "N" in answer to a question. Before proceeding, the code forces the user to choose one or the other (section B). This works perfectly well. I then added the code in section A so that the user could type "y" or "Y". It would then convert "y" to "Y" and the code would proceed as normal, and similarly for "N". However, the following code in section A produces: "Compile Error: End If without block If," and high-lights the first 'End If'.
[Code]...
View 2 Replies
Sep 9, 2011
I am developing a VB.NET application which we will be running at user login on our corporate network which will be setting up the user's environment, this will include the start menu.
I have a method which is attempting to delete all files and folders located in the user's Start MenuPrograms folder (C:Users{user}AppDataRoamingMicrosoftWindowsStart MenuPrograms), our environment is Windows 7.[code]...
View 1 Replies
Sep 17, 2009
Is it possible to start a timer on a separate thread so it doesn't block the user interface, or do I have to make a thread that I call from the timer?
View 2 Replies
Aug 5, 2009
if my system in idle condition my application is inactive else i use any things or do. its start for capturing my desktop or activities.
View 1 Replies
Sep 18, 2010
Knowing the hWnd and the Title of all the desktop windows, I whould like to order them by start time order (them order on the task bar)In your opinion is there an API that gives those data? I can't use the Process.StartTime property because many of these windows have the Process.MainWindowTitle = "" and Process.MainWindowHandle = 0
View 2 Replies
Mar 29, 2009
How 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 Replies
May 31, 2010
I finished True Tune and built it then published it, but it doesn't appear in the win7 start menu or as an icon on the desktop.
View 6 Replies
May 4, 2009
Is there a way to show all the apps/folders from the task bar in a listbox, and when clicked on selected item to bring or setfocus to?
View 16 Replies
Jan 16, 2009
vb.net application i'd like to have the application button (with both icon and text) on the windows taskbarbut i need to do not have the caption bar on the application frame.How can i do it
View 3 Replies