Operating System
An operating system (commonly abbreviated OS and O/S) is the software component of a computer system that is responsible for the management and coordination of activities and the sharing of the resources of the computer.
Language
Any
Platform
License
Any
I have never used SharpDevelop before, I use the Visual Studio version but if you made your project from scratch, or started a project, then you should have a project solution made for you...
hi everyone.. i am using windows application to get data from web service and according to the result an action will be taken
for example if the result is 1 i will download a file and the name of...
why don't you use an xml instead to write the config file you want as i understand you wanna to keep it updated and only the fields that the user checked will be written so it so much easier in xml...
Hi,
I am trying to create a file that keeps status on my application and would provide a way to recover if the app hung or there was a power outage/crash. I was implementing a ping/pong type system...
Hello All
I am a C programmer and I am starting to write new C# classes
Each Class belong to a different program.
Each class uses common code functions that are equal in all classes
The...
Hi,
I need to convert HTML file to iXBRL format. iXBRL format is basically html with some embedded nodes or some information of html file wrapped under ixbrl tags. For this, I will need to SEARCH...
There are so many Software available for making help NDOC is one of them , You can also use ROBO help for creating CHM file type help
We are developing web application in which we have provided force download functionality for PDF report.
We have following code to support Force Download Functionality for PDF report.
Response...
Hi Experts!!
I want to display the c drive folders and files in treeview control in vb.net and when i select the directory / folder its respective files need to be shown in the listview which will...
Never mind, I got it figured out.
It was a file permission issue after all. I changed the permissions on the file, set it to always copy and it is now working.
Hello!
I try to use the C# function DownloadFile(), to download a file, but my program stops to respond after the function starts. The Visual Studio gives me some hints about what can be wrong,...
Existing Projects.
I have also referenced my Project2 from Project1 but still the intellisense does not let me access form1 of project2 from project1. What is it that i may be missing or doing...
As you know,when you want to send a file from a system-running with Windows 7- to a Cellphone , via bluetooth , The system reports that You should add your Cellphone (Mobile Phone) to the Devices (it...
Hi,
I created a simple form with the OpenFileDialog component.
I want to be able to browse any file and check it's status
whether the file is in use right now before I try to update it.
I tried...
Hello Again!!!
O have come a long way in a short time, but am in need of help once again.
I have a text file C:\test\test.txt This File Contains the following:
This is a TEST!!!
Hello...
"Could not find file 'F:\XCuSE-App\$XCuSE-Data\data\xcuse\tab_27.MYD' 'Not enough storage is available to complete this operation.'F:\Xcuse-test\Xcuse-test.vdproj Xcuse-test"
I'm working on a VB...
Dear coders,
I have a powerpoint file with narrations(also called audio recording). I would like to convert the ppt file into a .avi and .3gp format. Am comfortable with C#. I can also learn C++ ....
i have this -for me- major problem
having as definitions a start time and an end time
i have to parse a text file and search from the start time to the end time
i believe i can do this parsing...