Make A Dock Bar That Is On The Desktop?

Nov 30, 2011

Basically 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 Replies


ADVERTISEMENT

How To Make Dock In Visual Basic

Nov 16, 2011

I want to make a dock in visual basic like the image i attached.

View 5 Replies

Make A Webbrowser But Cant Get The Dock Thing To Work ?

May 27, 2010

Im a bit new to vb.net and i have maked a webbrowser but cant get the dock thing to work im not so good to that the form looks like this: [URL] then when i maximize it to full screen it looks like this: [URL] not good how do i fix it?

View 11 Replies

Make Program Detect And Dock To A Window?

Feb 10, 2010

Let's say I have only Notepad.exe running. No other items are on my taskbar except "Untitled - Notepad". How do I tell VB that i want it to find notepad and for example, dock itself to the left hand side of the notepad window?

View 3 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

How To Make A Form Like A Desktop

Jul 25, 2009

i 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 Replies

Make A Desktop Veiwer?

Mar 24, 2010

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 Replies

Make Form1 Always On Top Of The Desktop?

Apr 4, 2009

is 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 Replies

Make Text Appear On Desktop?

Apr 25, 2009

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

View 7 Replies

Have A .Net App To Make With Desktop Video Streaming?

Jun 16, 2011

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)

View 8 Replies

Make Desktop Application Communicate Over The Web?

Nov 8, 2011

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 Replies

Make Sure A File Exists On Desktop?

Aug 11, 2009

How 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())

View 5 Replies

Make Windows App Go Behind Desktop Icons?

Jul 26, 2010

is there a way to make my windows app go behind desktop icons?

View 6 Replies

VS 2008 How To Make A Form Like A Desktop

Jul 24, 2009

can 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 Replies

Communications :: Make A Remote Desktop Program?

Aug 5, 2009

Lately, 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 Replies

Make A Desktop Sticky Form, Always On The Back Not On Top?

Feb 17, 2010

make a desktop sticky form, always on the back not on top.

I try to search on internet but I did not find anything.

View 7 Replies

VS 2005 : Make The Ball Bounce Around The Desktop?

Sep 3, 2009

Ive 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 Replies

Whiteboard/Chat App - Make A Desktop App That Will Be Similar To The Doodle Function In Yahoo Messenger?

Jul 28, 2009

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

.net Unable To Use The Dock Bar?

Jul 25, 2010

Theres no error that is stroked with red but when i try draging a icon i just dont work ::(

heres the code:

Imports System.Runtime.InteropServices
Imports System.IO
Public Class Form1
Public rowz = 50

[code].....

View 4 Replies

Dock Form Into Another?

Mar 30, 2009

I am trying to get my VB6 app to "dock" inside my vb.net form. I currently am using this [code]...

View 6 Replies

Dock To Top Of Screen?

Jul 29, 2011

I'm trying to dock my form to the top of the screen, but not as a desktop toolbar. There must be a simple way or a property... I just want it to start on the very top center of the desktop, I can't figure out how?

View 7 Replies

How To Dock One Control To Another

May 4, 2012

Can any one tell me is it possible to dock one object to another.Currently i have a datagridview in my form which i docked to bottom at runtime.after that i added a status bar to the form, and by default its docked bottom at design.when i run the application. status bar has come above the datagrid. and the grid is docked to bottom.

I want status bar to be at bottom of the form and Datagrid to be docked to the top of the status bar.is it possible.PBL (Visual Studio 2010 Professional, Win 7 64 bit Ultimate)

View 2 Replies

IDE :: Make Phone Call Using Bluetooth Connected Cell Phone From Desktop PC?

May 26, 2009

I need to be able to click a link from a vb6 program and call a number via a connected mobile phone.(Assumption: the mobile phone is already connected to the PC via bluetooth on com3)

View 1 Replies

Remote Desktop - Make An Application Of Remote Management For Images

Aug 5, 2010

I want to do a small application that made the broadcast of images from a PC. The idea is to make an application of remote management but without the management part, only with the viewing of images. Anyone know any code already done or any API that helps in the project?

View 8 Replies

VS 2005 Make Multi Language Desktop Application In .net 2005?

Nov 6, 2010

how to make a multi language desktop application in vb.net 2005. only a small desktop application in which i can change language according to countries.

View 1 Replies

Dock Another Form Next To The Original

May 16, 2011

This is a big idea and I'm unsure of how easy or difficult this really is. I do not know how I would get this even started. What I am trying to accomplish is "docking" so to speak, a sub form into the original. Basically, there are 2 forms open, but one is like a helper so to speak. This concept is not new as many programs use it. An example is a program widely used call Teamviewer. If you use Teamviewer, open the "Partner List" Pane at the bottom to see exactly what I am talking about. Basically, it opens a new form that is next to it.

[Code]...

View 4 Replies

Dock Forms And Move Them Together?

Mar 22, 2011

How can i run form2 in form1(i mean under one process) and when i move form 1 form 2 also should move.

View 4 Replies

Get A Shockwaveobject To Dock Into Form1?

Feb 25, 2010

How do i get a Shockwaveobject to dock into form1

View 1 Replies







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