How To Make A Form Like A Desktop
Jul 25, 2009i have two forms one is a text editer and the secone one is a big form and i want to save a file form the text editor to the secone form just like on a desktop would.
View 1 Repliesi have two forms one is a text editer and the secone one is a big form and i want to save a file form the text editor to the secone form just like on a desktop would.
View 1 RepliesI 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 Repliesi want to make a a form when i send items in form as like as my desktop
View 3 Repliescan some one so me an example of how i can make a form to a desktop that will let me save files to the form and duble click the file and it open a program to view that file in,
View 3 Repliesmake a desktop sticky form, always on the back not on top.
I try to search on internet but I did not find anything.
i need to make a program that when opened shows every thing on your dekstop icons names every thing and i need to make so that when a user clicks on one of those items like a program or file it will open them and if i right click i want to be able to delte it copy,send it,open with, just like microsoft. I know shell [URL] will do this but i would like to make my own
View 9 RepliesBasically I want to make a dock bar that is on the desktop, I want to be able to drag files into it and when the files are dragged in there icon appears and when you click the icon it opens the file
View 14 Repliesis there anyway to make my form1 always on top of the desktop?like when i open it i ca always see it and another program will just go under it instead of over it
View 1 Repliesi was wondering how would i make text appear on desktop I seen a video for it for VB6 but i wanna make one for VB8
[Code]...
I have a Vb.Net app to make with desktop video streaming. have anyone a sample so i can learn how to do it?
TcoUpLoad (Vb6 and VbNet | starting learning C# and LINQ)
I have developed a desktop application that connects to a MS SQL server over a network. One of my clients wants a third party company to be able to use my desktop application but connect to the MS SQL database in my client�s office. Obviously my client could open the ports to the SQL server to make this accessible from the web, but this is a huge security issue and obviously not one I want to even recommend. Is there a way that I can make my desktop application securely communicate over the web to the SQL database?
View 3 RepliesHow can I make sure a file exists on my Desktop?
I use this code but It doesn't work ...
MessageBox.Show(IO.File.Exists("DesktopFolder" & "Myfile.lnk").ToString())
is there a way to make my windows app go behind desktop icons?
View 6 RepliesLately, ive been using winsock quite a lot. I made a chat application, and now i want to make a remote desktop program. I dont want a half asses one, where u can press buttons that send info to the server, but i want to have a client server relationship where you see the screen, have control to the keyboard, and the mouse. Any tips on how i can go about this?
View 1 RepliesIve been experimenting with physics of objects in visual basic and what (a boucing ball) and Ive been wanting to take it the step further, make the ball bounce around the desktop. but how.
View 5 RepliesIn my application, when the main form loads, it also loads a second form.
This form has it's ShowInTaskBar property set to False, has no control box, and is not movable by the user.
This form is only used to show information about the PC, to the User.
I need a way to make the form pretty much completely inaccessible and appear beneath all windows. When the application loads, the second form loads above other windows and you can Alt+Tab to that form.
I was wondering if there was a way to get it to"set" itself on the desktop and no appear in the application list when you Alt+Tab.
Im looking to make a desktop app that will be similar to the doodle function in yahoo messenger but with a loaded background image to draw on. I was thinking of using a P2P/IP chat on the side.Im just starting with vb most of my coding has come from actionscript
View 3 RepliesI've spent a while searching around and I can't find a solution to this:I have a transparent, borderless form that displays a clock. I can load this just fine, but I want the clock to be part of the desktop, so it cannot take focus, is behind other applications, and is not hidden with Win+D (similar to applications like RainMeter).
I need the solution to work with VB.Net (I'm using 2010)
Is there anyway to "dock" a form to the desktop? I have a "child" form that will display info when the main form loads. This form is not meant for the User to interact with it. When I load the form and other windows are open, it displays over those windows until I minimize and then restore the windows. So I want to be able to dock it to the desktop.
View 3 RepliesI created an app that allows the user to look up pricing and search for items, to help speed up dealing with customer asking for pricing and what not. The form stays atop all windows at the top of the desktop, and is setup, currently, to shrink down (or up in this case) by double clicking on the title bar; I've disabled the minimize and maximize buttons.
How it is setup now is okay, but not as sleek as I want it to be. Is there any way to minimize the form to just the caption bar, like what happens with a command window; it minimizes to the a title bar above the start menu, but I want it to minimize to the top of the screen, almost blending into the title bar of the other open windows. Right now, the form is out of the clients way when minimized, or shrunk up, but it looks kind of lame, with a thin strip of the gray part the form still showing.
I'm new to .net programming, but I do have some experience programming. I've used a picture box to make a custom button. It works on the main form, but when I open a dialog form with the same image the transparent areas shows the desktop and not the dialog. Thishappened for images with an alpha channel and also images that used the transparency key. I tried it with a winform instead and the images with an alpha channel worked fine, but the transparency keyed images showed the screen. All
View 3 RepliesHow to determine whether form is it inside the desktop?
View 3 RepliesI had started a similar thread http:[url].... in May but got side tracked, tried to resurrect it by posting back to it but not getting any response so I am starting anew.I have a .net 2.0, VS2010 application. I have users that occasionaly have the following occur:
Open my application, do some work, leave it open go to another application, excel, IE, Firefox, outlook come back to my application, open a new form My application form opens but instead of it being on top with the focus some other application that was previously opened (the excel, IE, etc.) pops up the user can minimize the offending application and there is my form or go to the taskbar and select my application and there is the form
This post echos my problem: http:[url]....Although my app is a windows form app.The issue arises if I had been checking my email for example in outlook or I may have had IE open for example, so the other aplications on on the desktop not minimized. Both my app and the Outlook(the other application is not important it happens with any open application) are open on the desktop. I finish checking email, I click on my app to bring it to the foreground. I then click on a button that results in opening another form. My "I am working" form pops up. The main app now ready to display the new form closes the"I am working" form, outlook comes to the foreground and I can then see the new form in my app get displayed behind outlook.
The code flow is my app is opened, a midi child is created in the main app window.a double click on a contol causes a background worker to be started. That background worker opens a form that just shows a spinning ajax control with the words "working" in it. Meanwhile the app is busy prepping a form for display.When the form is ready to be displayed the background worker is cancelled which removes the popup form and then the newly constructed form is displayed.
At first I thought this had something to do with the background worker and a different thread being created but that is not the case.I can replace the background worker with a simple popup of a modeless dialog. Of course any work done in the background worker is not done but the modeless dialog will not block the main app. And when the main app closes the modeless dialog I get the same behavior with the last opened desktop app coming to the foreground and I can see my newly created form popup behind it.
I can of course just as soon as return from the call to close the working form give my app focus but that still results in the other desktop app coming to the foreground briefly and then my app coming to the foreground, not really a solution. With that bit of info it seems that my application is for some reason giving up focus between the time the working form is closed and the main app new form pops up.My code is way to big to post and it involves DB reads so it is just not feasible to post it.I tried recreating the scenario in a much smaller project that really did not represent much of the complexity of my application and could not get the issue reproduced.
I'm new at the forums but not to .net development. I'm trying to make an application, which stays above the Dektop level but ALWAYS below any opened window. This application cannot be minimized, it has to be visible as a desktop background (just for getting you the main idea). As I was reading, I found that the way to make the form not to minimize is by using the WndProc function, and intercepting the Minimize message. My question is.. which of all the available messages is the correct for this case?.
P.D.3 (And last one I hope): See, the main reason of this application, is to make some kind of an "Active Desktop" function, which is not supported by Windows XP 64-bit. As XP64 doens't come with Active Desktop to use Web Pages as Desktop backgrounds, my idea is to make an application which loads certain web page and put's it on the desktop background.
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 RepliesSome 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 RepliesIn my vb.net windows form application i want make a button that when a user cliked the button, the Desktop should be showed, (Show Desktop Button) .Consider a form name as form1 and it got a button like "Show desktop", when user clicked, all the application should be minimized and it should show desktop, is there any Code for VB.NET Windows Form application.
View 2 RepliesIs it possible to drag an drop a desktop shortcut to the form and then launch the program from there ? Is so how would this be done ?
View 39 RepliesHow to implement a floating toolbar in the desktop form that can be placed anywhere in the form and also tell me if this can be called by other form other than actual form implementing it to display to the user for some common purpose.
View 5 RepliesI need to know how do i locate a form window on custom location at the desktop[code]..
View 3 Replies