It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I would like towrite files into a flash drive without changing the disk usage bar displayed in win 7 (using programming c#/other methods)
Is it possible?
If so, may you give me an example code to do this!
Thank you!
Technically files are just references to blocks of written flash memory. If you copy the file to the flashdrive and delete it its still there until it gets overwritten. If you somehow save the reference you can access it if the flash drive hasn't changed. I don't have a code sample, just wanted to give you a direction.
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to create something like menu in android in Windows Phone. I found that there is something what would be good but I can't even find anywhere how it's named. I marked it red on screenshoot.
The element you are referring to is the ApplicationBar or "AppBar".
You can read more about it in the official documentation at http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff431813(v=vs.105).aspx
For examples of how to program with it see http://www.jeffblankenburg.com/2010/10/06/31-days-of-windows-phone-day-6-application-bar/
Note that this is a native Windows Phone element and does not correspond directly to the Android menu and users of each platform would likely expect them to behave differently on each platform.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I need to read the contents of a browser window from a console application in C#.
What is the best way to do it.
I'm trying to use Automation UI (by capturing process of the browser and creating a AutomationElement of that process) but since I'm very new to this concept. I don't know where to begin from.
I understand what you are trying to accomplish but please be also noting that AutomationElement works only with some browsers, not all, among which Opera is to be shot down first.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I have a requirement to create an animated screen saver for windows.
Screen saver contains some images and some text.
I want to update the screensaver contents from a a webpage (upload images and edit texts) etc.
is possible to do this using c#?
"is possible to do this using c#?"
Yes.
C# is a full code language, and with it, you can do virtually everything a computer is able to do.
Now... I would expect you to expand your question a bit more.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to write a program to automatically detect whether there is a projector connected to a computer, and whether the projector is open? I don't know how to do this. Could you give me some suggestions on how to do it. I use the C# language.
Maybe you could check if another display is connected? Im not sure but you may be able to get details from the display and see if it is a projector.
Possibly check out these links:
How to detect if additional monitor is connected and active
It looks like WMI might be the way, Detect if monitor is on c#
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I need help here. I am trying to create a program that allows users to listen to the radio from a site I work on, without actually getting on the site. I have created the page I need it to display, but I am having trouble getting it to display in the Forms Application.
This is the page it needs to display:
If anyone could help me, that'd be great. Thanks in advance, even though I will probably say it again.
http://pastebin.com/0cSLMHht
Please use the Windows WebBrowser Control for it
see link here http://msdn.microsoft.com/en-us/library/system.windows.forms.webbrowser.aspx
Examples are here http://msdn.microsoft.com/en-us/library/2te2y1x6