Start Explorer.exe - Switching To A New Desktop It Starts A New Instance Of App In That Desktop?

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


ADVERTISEMENT

Hide Start Button / Task Bar / ALL Desktop Icons Except App When App Starts

Aug 15, 2011

I was wondering if it is possible to hide all desktop icons EXCEPT my application's shortcut ?

View 2 Replies

Refresh Desktop And Windows Explorer?

Jun 2, 2011

I try to find out a way to refresh desktop and Window Explorer after change in registry.

I use VB.Net 2008 and my OS is Windows7.

I Show/Hide File Extension in Registry with this [code]...

View 2 Replies

Drag A Listviewitem To Desktop , Windows Explorer?

Dec 28, 2010

How do you drag a listviewitem, to desktop, windows explorer, Ect...

For example, i got a listviewitem in a listview, and the text is the name of a file, and the Tag the filename, in a string... When i drag the item, to the desktop, or a folder in Windows Explorer, it will automaticly create a shortcut or something...

View 9 Replies

Get The Window In Front Of The Desktop But Behind The Explorer Icons?

Jul 31, 2011

how to get the window in front of the desktop, but behind the explorer icons?

View 20 Replies

How To Drag A Listviewitem, To Desktop, Windows Explorer

Feb 5, 2009

How do you drag a listviewitem, to desktop, windows explorer, Ect...For example, i got a listviewitem in a listview, and the text is the name of a file, and the Tag the filename, in a string... When i drag the item, to the desktop, or a folder in Windows Explorer, it will automaticly create a shortcut or something.

View 1 Replies

Open Excel On Local Desktop Using Remote Desktop Application ?

Jun 11, 2012

We have a Windows Forms VB.NET application running on Windows Server 2008. Users access this app using Remote desktop.The app displays information in Excel, but Excel opens on the server.Is there a way for the .NET app to launch Excel on the users local desktop?

View 1 Replies

Start For Capturing Desktop Or Activities?

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

Way To Hide The Desktop Start Button?

Apr 22, 2009

O.o is there a way to hide the desktop start button

View 1 Replies

[VB2008] Start Time Of The Desktop Windows?

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

Get Published App Into The Win7 Start Menu And Desktop Icon?

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

Lock Desktop Item Like (start Button - Mycomputer)?

Mar 30, 2012

How can i lock desktop item Like(start button,mycomputer ,Internetexplore,recyclebin etc) through visual stidio.net code

View 2 Replies

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

VS 2008 - Use "Go To Desktop" Function That Goes Directly To Desktop Without Minimizing Any Window

May 17, 2009

I'm working on one of my applications and I'm trying to find a way to use the "Go To Desktop" function that goes directly to the desktop without minimizing any window (This can be achieved by clicking on the Win + D buttons or on the desktop icon in the quick launch toolbar), but how can I activate it using vb? I thought about sending keys but I guess there is more offical ways to do it.

View 10 Replies

Make A Form With Icons That Have Labels Are Like Desktop Icons On Your Desktop?

Mar 20, 2010

I would like to make a image in the form representing the icon and a label below it to represent name but is there a easy way to do this.

View 2 Replies

Get Path Of 'All Users' Desktop And 'All Users' Start Menu

Jun 10, 2008

I cannot figure out how to get this call to work.I have searched EVERYWHERE.MSDN is no help at all and the only thing I can find is this vb6 code that doesn't work in .net.I tried to convert it over but I've had no luck.Specifically I'm trying to get the path of the "All Users" Desktop and the "All Users" Start Menu.It would rock if anyone could help me out with this one.

View 5 Replies

Add Command Line Switching - Start The Application In XX Mode - Start Application With 30 Second Delay?

Mar 27, 2009

My intentions are to add command line switching. I am trying to see if i could run my application in varoius ways i.e.

App.exe -S - Start the application in XX Mode

app.exe -T30 - Start application with 30 second delay

and that kinda switching.

View 7 Replies

Start Program When Windows Starts

Apr 9, 2012

when my program opens at windows xp befor the startup logo, so in sted of seen in the windows screen when you turn on your computer the my program opens and dose not show the windows logo.

View 3 Replies

Start The Program When Windows Starts?

Feb 12, 2012

is there a way I can get my program to run when the user logs on to Windows, but before the Start menu and everything shows up, and then when the program terminates, run Windows normally?

View 17 Replies

Start A Timer In A Project When Program Starts?

Jul 14, 2012

I have created a 7 day timer in a VB form that is to be part of a larger project. It has 14 date time pickers set to hours and minutes only in 24 hour format (1 on and 1 off per day), 7 checkboxes, 7 radio buttons, 2 textboxes to display day of the week and current time and a few buttons. As a standalone project, this works well

View 6 Replies

Process.Start Only Starts Up To 23 Simultaneous Processes From A Service On XP?

Oct 22, 2009

I have a service that needs to run several independent processes, my problem is that it only creates up to 23, from the 24th and so on the processes are not started and a DW20.EXE window error is displayed, it only says that the there has been an unhandled exception and that the proceess is going to be closed. Inside the process.start block there is no error so I guess it could be some limitation somewhere.

[Code]...

View 3 Replies

Program That Will Start Up With Windows Starts Up And It Opens A Webpage

May 13, 2012

I have ran into a small problem with my code. I got bored lately so I wanted to try a project. A program that will start up with windows starts up and it opens a webpage like google.

My code is below.

Imports System.IO
Public Class Form1

[CODE]...

I use the code [code] System.Diagnostics.Process.Start [URL] when a button is clicked, but when I add that code in without clicking a button, it does not work. I have tried to put it everywhere, but it just does not work. I have also looked it up.

View 5 Replies

When Start A Web Browser Made It Starts Off With A White Page

Dec 6, 2010

When I start a web browser I made in VB.NET it starts off with a white page. I want when it starts for it to load up a certain page such as Google. I want to do this without using the home variable.

View 4 Replies

Desktop Path On Another PC?

Jan 27, 2012

Environment.GetFolderPath(Environment.SpecialFolder.Desktop)The main reason is we area talking about an Environment that has XP, Win Server 2003 (TS), Win Server 2008 and Win 7. Obviously different path depending on the OS. I need to copy a file to a users desktop and would like to do so without having to hardcode the path as it could change depending on where they are working from.

View 5 Replies

Get A Exec Mod For The Desktop?

Jun 9, 2011

Being new to vb.net, how do i get a exec mod for the desktop ??

View 8 Replies

How To Do Same From Desktop Application

Sep 30, 2009

[code]This works just fine in ASP.NET (web app) but, how do i do the same from Desktop Aplication (vb.net) ?

View 4 Replies

How To Recreate A Desktop

Sep 30, 2009

im making a program which is a sort of mock OS, and im wondering if it is possible that, when i click a certain button, a picture box appears in the space which is the desktop. The picture box must act as a shortcut, for example if i click on new text file, a picture box with a text file picture appears on the desktop space, same for folders

[Code]....

you check the tutorials that you post! I am using Visual Basic 2008 Express, not any earlier additions! One of the tutorials was about how to make labels that tell you their screen location!

View 9 Replies

Path To Desktop?

Oct 9, 2009

I want to move a file from the users desktop to the running applications folder.This is what i have which works for me - but the desktop path will be different for each user so am looking for the system path

Dim FileToMove As String
Dim MoveLocation As String
FileToMove = "c:usersmedesktop est.txt"

[code]...

View 4 Replies

PHP Session When Using Desktop App?

Apr 11, 2010

how to POST to a php file form a vb.net app: http:[url].... So now I've logged in the user user by posting their username and password to the php file, the php file then does security/checks they exist/etc and if both username and password are correct is stores the user ID in a session variable.Now if the vb.net app tries to download data off a page which needs the user to logged in, it checks this by doing:

if (!isset($_SESSION['uid'])) {
header("Location: index.php");
}

However after having logged correctly in the app the session variable is not set.How does session work with a vb.net app like this?When the user logs in successfully should I download the user id and keep it in the vb.net app and then post it to each page that requires authentication?

View 4 Replies

Pin Sticks To The Desktop?

Feb 7, 2012

I'm making "Sticky Notes" and I want to be able to pin those stickies to the desktop. Sorta like a BottomMost function. Is there something like that I can use and if not, how would I even go about making a function that would keep my form on the desktop?

'Pins the program to the desktop
If saved = False Then
saved = True : PinToDesktopToolStripMenuItem.Checked = True : lblClose.Visible = False : Me.ShowInTaskbar = False
Else
saved = False : PinToDesktopToolStripMenuItem.Checked = False : lblClose.Visible = True : Me.ShowInTaskbar = True
End If

The reason I'm not going to mark it resolved is because if I click pin to desktop and the desktop isn't the application directly under my application then I have to minimize every program to get it to stay on the desktop.

View 10 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved