| Thread | Last Post | Replies |
|
| Showing HTML page in a windows application | 27 Feb 2007 16:12 GMT | 3 |
I am new to creating a windows application and have been asked to display an HTML page when a certain button is clicked. I have created the HTML page but don't know how to display it when the button on the windows application is pressed. Can anyone point me in
|
| Asp.net using c# code behind | 27 Feb 2007 16:08 GMT | 4 |
tell me about Asp.net with C# code behind
|
| automatic window scaling to any screen resolution | 27 Feb 2007 15:56 GMT | 1 |
i currently have a pretty large window that needs a minimum of 1280x1024 screen resolution so that it can fit on my screen. how do i make the window (and ALL other controls on the window) automatically adjust so that it is fully visible on any screen resolution setting?
|
| Free weather web service | 27 Feb 2007 14:33 GMT | 4 |
I would like to show users in my Windows Forms application weather conditions in a concrete point based on latitude/longitude pair values. At the moment I have different points identified by latitude and
|
| Build date | 27 Feb 2007 14:23 GMT | 2 |
In C++ there is a macro __DATE__ which gives you the compilation date. In C# I need a similar functionality, is this not possible? Cheers Bjarne Nielsen
|
| Catch process exception | 27 Feb 2007 14:15 GMT | 9 |
My app starts process. Some times this process exits because of exception. Can my app know if the process exited due to exception or gracefully? In both ways, the exit code of this process is zero.
|
| How to change value of element with known path using XML | 27 Feb 2007 13:53 GMT | 1 |
Hi, I need to change a value of an element in an XML file, I have been trying to select the node to edit but can only get as far as component and have to itterate through..
|
| Bitlocker api | 27 Feb 2007 12:54 GMT | 2 |
I am trying to use Bitlocker api: Win32_EncryptableVolume : http://msdn2.microsoft.com/en-us/library/aa376483.aspx Is there a C# wrapper available for the api? Thanks,
|
| Retrieve the file in scope in C# | 27 Feb 2007 12:12 GMT | 1 |
I'm trying to build a function that retrieves the file in scope, meaning that i'm building a log and i want to write in it the curent file the debug is in. For example if i have a file called myClass.cs and a method GetTotal() i want to have :
|
| labels collections | 27 Feb 2007 10:05 GMT | 2 |
I wish to create a collection from labels on a form. I know the form has a control setting. But I wish to access specifically numbered lables only ( label20 to label50);
|
| saving user preferences | 27 Feb 2007 09:01 GMT | 2 |
I have a windows application that needs to save some user preferences to an xml and to load it on the next application run. Saving the preferences is done per user. I know that there is a way of saving it to some path under "Documents and
|
| TreeView node insertion in between existing nodes | 27 Feb 2007 09:01 GMT | 1 |
I've got a treeview created by TreeNode node = treeView1.Nodes.Add("one"); node.Nodes.Add("three"); looks like:
|
| MMC 3.0 managed start page | 27 Feb 2007 08:34 GMT | 1 |
I am developing a managed c# snap-in for MMC 3.0. According to http://msdn2.microsoft.com/en-us/library/bb226798.aspx, the start page should have smoothly expanding/collapsing sections. Unfortunately, mmc30_samples in WDK does not contain a start page sample. Do I have to
|
| String.Format on Japanese Windows | 27 Feb 2007 08:33 GMT | 1 |
I want to create dates in the following format: dd-MMM-yyyy e.g. 13- Mar-2007 But are seeing some problems when running on a Japanese Windows XP. Regional settings are set to JP.
|
| Working with app.config | 27 Feb 2007 08:07 GMT | 5 |
I have a app.config file and I'd like to read and modify strings in it. I can read but I can't modify strings. The code I'm using is this: System.Configuration.Configuration config = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None);
|