Computer Back To Original Windows Xp?
Mar 26, 2012
wizards of the web i have a problem with my computer i no long have windows xp i have a beta product that is no good an i would like to return my computer back to its original windows xp how do i do that for my computer?19slim69
View 2 Replies
ADVERTISEMENT
Jun 12, 2010
I 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.
View 2 Replies
Apr 14, 2012
I am trying to reference the KeyDown event from a independent sub procedure and have it loop back into original independent sub procedure. Starts off in Independent sub procedure (DisplayAction - which then calls KeyDown Event) Goes into KeyDown event (KeyDown then calls DisplayAction) Goes back into original sub procedure (DisplayAction) and the loop continues. * Steps 1 and 2 work just fine in my code. Step 3 is the problem. My program does not loop back into the independent sub procedure.
[Code]...
View 1 Replies
May 20, 2010
I have 2 forms. Form1 and Form2. When Form2 is closing, how do I make Form2 to inform Form1 that Form2 is closed.
View 2 Replies
Aug 10, 2010
Let say I am working in a code window, and I want to check for variable, so I right click on it and click on "Go To Definition", after that I want to get back to the place I was working in.
View 2 Replies
Dec 11, 2010
I have been working on creating a carving tool to extract data on an image file.So am able to get the data present in the image in the form of hexadecimal.My problem is that i need to convert the hexadecimal back to its original format, that is for example get back a jpeg file back in its normal form.What am getting -> FF D8 FF EO.........FF D9 ( for a jpeg file in hex
View 6 Replies
Aug 22, 2010
Can anyone please explain with the easy coding how to reverse this algorithm so that I get back the original text string?
Public Function CreateIntChecksum(ByVal s As String) As Integer
Dim r As Integer = 0
For i As Integer = 0 To (s.Length() - 1)
[code].....
View 6 Replies
Feb 11, 2012
I have a simple translating program i working on in vb 2010.I have a combobox and a textbox and a button. What i have so far is when you select the option in the combobox the textbox and button will appear. then when you type something it replaces each letter with something new, in the same textbox.what i cant figure out is how to make it so where if i click the button again it translates the replaced letters back to the original ones.
View 2 Replies
Jun 15, 2009
Is there anyway you can send information back to the original creator of the program? Here is a quick example- I made a little program that gives you general information about your computer, when you click a button it sets the text box to specific information. One of the text boxes gives you the Version of your OS. I would like to know if there is a way to send the information in that text box back to me when someone clicks it and they are connected to the internet. FYI I would tell the person who clicks it before so that I am not stealing information, plus what is there to steal from a simple program I made.
View 2 Replies
Feb 1, 2010
I currently have a picture box and it has a MouseHover event. When the picture box is hovered the picture will change images. But when it is not being hovered upon I need the picture to switch back to the original image. Is there anyway to do this.
Currently I have:
Private
Sub picOpen_MouseHover(ByVal sender As Object, ByVal e As System.EventArgs) Handles picOpen.MouseHover
picOpen.BackColor = Color.White
End Sub
View 2 Replies
Apr 12, 2011
how to bring the search window back to its original form when it has filled the whole screen? Usually there are at the right upper corner small buttons to resize or to close, but I don't see them (visual basic 10 express edition)
View 3 Replies
Jul 16, 2009
How do I revert a form including the controls back to a original state without closing the app? For example I got a picture box and 2 buttons in a form..
[Code]...
View 7 Replies
Aug 22, 2011
my goal is to
1.Take an file(exe,dll,etc)
2.Convert it into hex
3.place that hex values in a stack
4.Execute the values inside the stack to its original form(i.e. take the elements out of stack and then convert it to a compile format)
Imports System.IO
Sub Main()
Dim fileName As String = "ABC.exe"
[code]....
View 1 Replies
Jun 15, 2011
I am working with vb.net and want to increase the size of image when the cursor is over that image, but the image should come back to its original size when the cursor leaves that image area.I've used the following code to increase the size of image:[code]I've used the default size class but, it gives some different dimensions.by the code that brings the image into its original size that I've been declared into the picture box properties.
View 2 Replies
Feb 4, 2011
i have encountered a problem, i want to access the data coming to the computer from the in-built bluetooth module of a computer on windows platform, this data has been sent by a remote bluetooth module say a by an autonomous device (just like a bluetooth mouse connecting to the computer). The to be sent is in the form of numbers and i need these to manipulate on the computer.
View 6 Replies
Apr 12, 2010
I set the cell style progromatically on a condition.. but when that condition is no longer met I want to go back to the grids.cell original (default) style property
if x=y then
row.Cells(column.Name.ToString).Style.ApplyStyle(mystyle)
else
[code].....
View 1 Replies
Jun 19, 2009
I have a combobox..... When a user clicks on the list inside the combobox my webbrowser opens to the selected items website.how to make the combobox go back to the original text of the combobox?
Example: Combobox list
---- Select Item ----
Royals
Mets
[code]....
When the user see's the screen the ---- Select Item ---- is visible. When a user clicks a teams name it opens the teams website and the name stays in the box. I want it to go back to ---- Select Item ---- immediately after they click a list item.
View 15 Replies
Jan 6, 2011
I have a vb6 program which shells and runs a Vb 2005 program, I would like to be able from that VB 2005 program run a function back in the original VB6 program which called it. Callback?
View 1 Replies
Dec 24, 2010
I want to maintain a FLAG in Which there is two values of FLAG
1) yes and 2) no
i want that when a form is load a Flag value is yes and The form is close the flag value is no in my back end Database
It is same like sing in person on any web site.
But my Problem is that how can i maintain it any how the my computer is turn off .
i store a database on single computer that is server.but i also want a code for on same computer
View 2 Replies
May 3, 2010
We have an VB.NET VS 2005 application that goes out and connects to remote computers on the network to gather information about the running services, processes, etc.
However, not all of the computers and servers are Windows boxes, and this is causing us some grief.
Is there a way in VB .NET to determine if a computer is running a Windows OS before trying to make a connection to it?
View 6 Replies
Jun 2, 2012
There is a blue button above wizards in Windows Vista/7 to go back. How to get a button like this to my designed form in visual basic 2010? Is it possible or should I use an image for the button?
View 3 Replies
Nov 10, 2011
I am trying to create a back button for a Windows Application to go from one form to it's previous form.
I know how to go to the next form, just can't figure out the other way.
View 5 Replies
Aug 29, 2011
Can I pass parameters back and forth between a Windows Service and .NET program? For ex: I want to pass a compressed/encrypted byte paramater to the Windows Service, who then decompress/decrypt it and return back the decompressed/decrypted bytes.
View 1 Replies
Mar 12, 2010
How can I send the current form to the back of all of the open windows, then bring it back to the top?
View 2 Replies
May 11, 2009
I am Developing one designing tool..in this i have to implement Bring to front and sent to back properties.
View 3 Replies
Nov 26, 2010
I am using a vb.Net 2010 and sql server 2005.I want to run a solution that is windows form to another computer.There is No centralized server.
View 1 Replies
Oct 10, 2009
how to get physical address of computer having Windows 7.
View 8 Replies
Mar 27, 2012
Here is what I am doing: I have several servers that are used to run a piece of software. The software is started using a scheduled task. I can have up to three instances of the software running using three scheduled tasks, and three logged in users. Currently I am using a separate program running on two additional servers to make sure these two additional users are logged in, the scheduled task will not run if the user is not logged in. This separate program uses a saved Remote Desktop Session to make sure the users are logged in.
[Code]...
View 1 Replies
Feb 26, 2009
I was wondering if anyone knows if there's a way to programatically unlock the currently logged in account (i.e. when the user hits Windows + L), or even to just unlock the screensaver password.
View 1 Replies
Jul 14, 2010
how cam I get/make GOOD circle buttons-like the ones used to go back and forward in windows explorer?
View 7 Replies