Make A Desktop Sticky Form, Always On The Back Not On Top?
Feb 17, 2010make a desktop sticky form, always on the back not on top.
I try to search on internet but I did not find anything.
make a desktop sticky form, always on the back not on top.
I try to search on internet but I did not find anything.
I'm trying to make a program with a dashboard that has sticky notes on it. By sticky notes, I'm just talking about 5 text box's that save the text to file.txt. Nothing fancy. Anyways here is the code I have:
Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click
MsgBox("Are you sure you want to save?", MsgBoxStyle.YesNo)
If MsgBoxResult.Yes Then
Dim txtwriter As TextWriter
txtwriter = New StreamWriter("file.txt")
txtwriter.WriteLine(TextBox1.Text)
[Code]...
I would like to make a sticky note using Visual basic 2010 express. Is that possible ?
View 1 RepliesAs part of my current project for making student's lives easier by making an All-In-One application with many common programs carbon-copied inside it, I have a slight problem with sticky notes.
I am trying to recreate Sticky Notes as much as possible from the Windows 7 Sticky Notes Application. My problem is, I put a richtextbox on the sticky notes panel and wanted to either add a background image, or a transparent backcolor (my Panel that the textbox is in has the background image of the themed sticky notes). So my question is, is it possible to somehow dynamically make a property to allow the backcolor of a richtextbox to be transparent? or allow a background image?If you find an answer helpful, click the Helpful button. If you find an answer to your question, mark it as the answer. [URL]..
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 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 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 RepliesWell i have a rather strange request here in work and i am wondering if there is an easy solution.
Some users require all the time information about the orders workflow(its critical that keep all the time monitoring) so they came with a suggestion that i will make a form that will stay at all times on top and top of windows taskbar.Everything else will be shifted upwards.
Let me describe it a little more.Lets say that the user has a monitor with resolution 1024 x 768 At 95% they are using a small window of a custom form in access to do their work.I am thinking of a form that will "sit" on top of windows taskbar and has size lets say 1024 x120.In order to keep the notifying i want the whole remaining desktop to get resized to 1024x 600(there is also the windows taskbar) .
The form will stay there regardless what application is running either this could be an access form,or a word document unless some one closes it and get the desktop restored to its normal size.
I know i am missing the right word to describe it but i have seen this before but i don't have a clue of how to do it.
Can I make a certian function that will fade out [make a black screen that fades out for 2 seconds], then come back? Is that possible? ON A FORM.
View 3 RepliesI have a desktop computer with a cable connection on the back that allows me to watch TV on the computer using Windows Media Center. I had the idea of writing a program that would access this feed and send it to another computer (laptop) via my network. That way I would be able to watch TV from anywhere that my network spans. I have no idea if this is possible or how I would even do it,
So I have three questions.
1: Is it possible?
2: How would I go about access the feed?
3: How would I send it over the network?
My original thought was doing it in Flash, but I'm not very good at Flash so I wanted to do it in VB.Net.
I develop Mac apps.Now, I'm using Visual Studio 2010 (VB) to develop Windows applications. And I wonder if there are different styles of windows (forms)like Floating, Modal,Modeless. This Microsoft web page mentions Tool Window.I'm not sure I have this option.Or is it possible to have a custom window style like the one with Sticky Notes?
View 5 RepliesWhile trying to make a prog to print on individual sticky labels I came up with this:-
Code:Imports SystemImports System.Windows.FormsImports System.DrawingImports System.Drawing.Printing
Public Class frmLargeLabels Inherits Form Private WithEvents printDocument1 As New PrintDocument Dim memoryImage As Bitmap
[CODE]...
I pinched it from a Print Form routine but changed the coding in the Private Sub Capture Screen event. ie: RichTextBox instead of Form. (Dim s As Size..........) memoryGraphics has to be twigged to location on form. And, of course location and size to print in the Rectangle.All things to do with a RichTextBox - such as Font, Color, etc can be used making a super-duper label. :8-0::eek: I have not seen anything to do with RTBs giving this.
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 RepliesI'm new to programming and I want to know how to make a program I am writing make a back up and restore procedure.
View 6 RepliesThis is what I have..Dim frmSettings As New frmOptionsfrmSettings.ShowDialog(Me)frmSettings is a settings form that you can choose the color for background of form1(Me)
View 1 RepliesIn asp.net 3.5, i am trying to send a user to a different https url to login, if the user is not logged in. I am kinda' restricting the user not to see the forum page in the current site (http://thisSite.com/forum.aspx), if the user is not logged in.I am not sure how to redirect the user back from the login page [url] back to the [url]
i tried placing response.redirect in my forum.aspx like this: response.redirect("https://somethirdpartysite.com"), but it's not behaving as expected.
I have created a database in SQL Server 2008 Express Edition. Can I write a program in VB.net express to take a daily backup at a specified time? What code do I need to write?
View 1 RepliesI am using a WebBrowser control in my application. When i try to download the file through this control, it will show a pop-up of "File Download".I tried to handle it automatically and hove done this.But now I want to hide this window and want to make whole operation at back end.
View 1 RepliesI have the following code for my datagrid backcolor.But I would like my gray color to be darker 20% then the original gray color,is it we can do it?
View 3 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.