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


ADVERTISEMENT

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

.NET 2008 - Get Desktop Icons Text Width & Text Height?

Sep 20, 2010

I am developing an application in VB.NET 2008, in which I try to get Desktop Icons Text Width & Text Height.So far I have obtained all desktop icons positions, but I really can't figure by myself how to get Desktop Icons Text Width & Text Height.

[Code]...

View 1 Replies

2008 - Get Desktop Icons Text Width & Text Height

Sep 20, 2010

I am developing an application in VB.NET 2008, in which I try to get Desktop Icons Text Width & Text Height. So far I have obtained all desktop icons positions, but I really can't figure by myself how to get Desktop Icons Text Width & Text Height. Here is the VB.NET 2008 code that I use:

[Code]...

View 1 Replies

2008 - Get Desktop Icons Text Width & Text Height?

Sep 20, 2010

I am developing an application in VB.NET 2008, in which I try to get Desktop Icons Text Width & Text Height.So far I have obtained all desktop icons positions, but I really can't figure by myself how to get Desktop Icons Text Width & Text Height

Imports System.Runtime.InteropServices
Module mdlDesktopIcons
Private Const STANDARD_RIGHTS_REQUIRED As Integer = &HF0000

[code].....

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

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

Get Desktop Icons Text Width & Text Height?

Sep 20, 2010

I am developing an application in VB.NET 2008, in which I try to get Desktop Icons Text Width & Text Height.

So far I have obtained all desktop icons positions, but I really can't figure by myself how to get Desktop Icons Text Width & Text Height.

Here is the VB.NET 2008 code that I use:

Imports System.Runtime.InteropServices
Module mdlDesktopIcons
Private Const STANDARD_RIGHTS_REQUIRED As Integer = &HF0000

[Code]....

View 9 Replies

Get Desktop Icons Text Width And Text Height?

Sep 20, 2010

I am developing an application in VB.NET 2008, in which I try to get Desktop Icons Text Width & Text Height.

So far I have obtained all desktop icons positions, but I really can't figure by myself how to get Desktop Icons Text Width & Text Height.[code]....

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

Add Text Into A Desktop Application

May 18, 2010

I would like to come up with a simple application that would add a specific phrase into a specific location on a desktop application. I assume this isn't very hard, but I'm kind of new.

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

Send Text To A Remote Desktop?

Jun 19, 2010

I am building a program that passes a string of text to a program on a remote desktop connection. I tried using SendKeys on a timer, so I could press a button on my program set the text box on remote desktop focus and then have my software 'send' the string. This doesn't seem to work, however, it does work locally if I send the text to an empty Notepad.[code]...

View 1 Replies

Create A Text Document On The Users Desktop?

Sep 19, 2011

Iv tied;
Dim file As String
Dim saveLocation As System.IO.FileStream

[code].....

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

Move All Text Files To A Created Folder On The Desktop?

Jun 9, 2011

I want to create a program that I can create a Text file folder on my desktop and move all the text files into the folder.

Here is what I have so far:

Below is where I create the Text folder:
Dim myPath As String = IO.Path.Combine(My.Computer.FileSystem.SpecialDirectories.Desktop, "Text")

[Code].....

View 5 Replies

Write Motherboard Id Into Output File In Plain Text Somewhere In Windows Desktop?

May 20, 2011

I know this script [below] gives the pc motherboard number ,...well I would like to know how to write the result number as plain text somewhere in the windows, in a folder, or registry , or in a harddisk volume,... I know I could use

FileSystemObject CreateTextFile

I dont know how to insert it in the code , I tried but it gives me error

Code:
strServer = "."
Set objWMI = GetObject("winmgmts://" & strServer & "/rootcimv2")
Set objInstances = objWMI.InstancesOf("Win32_BaseBoard",48)[code].....

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







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