| Thread | Last Post | Replies |
|
| Console app | 08 Aug 2007 00:45 GMT | 15 |
Is it possible to have an app that is both a console app and a windows app? If there are no command line switches then it will run as a console app, if there are command line switches then it will be a windows app. If I make it a windows app then I can't write to the console. If ...
|
| Problem with indentation when inserting snippet | 07 Aug 2007 23:26 GMT | 2 |
I am using VS2005 with C# and when go to insert a snippet it is not indenting the code to where my current indent is. Is this by design or is there a way to have it indent properly??? rotsey
|
| implementing an interface | 07 Aug 2007 22:12 GMT | 6 |
hey all, i'm trying to implement IHierarchyData interface and was wondering how do i get the vs2005 editor to stub out the required functions? thanks,
|
| reading from InfraRed? | 07 Aug 2007 21:58 GMT | 2 |
I have a medical device which has an infrared and i want to know how can i read data from it using the infrared/
|
| Registering Add-In in Visual Studio 2005 | 07 Aug 2007 21:14 GMT | 3 |
I've created an add-in for VS2005, and it works fine on my development machine. Now I want to deploy it to another machine, and I can't find out how to register it. I read the following article on MSDN: http://msdn2.microsoft.com/en-us/library/19dax6cz(VS.80).aspx
|
| List.FindLastIndex with parameter | 07 Aug 2007 21:13 GMT | 4 |
I use a List<T> and the method FindLastIndex like this: List<XmlNode> ListArticle; int iIndex = ListArticle.FindLastIndex(TheSameYear); ...
|
| one instance only | 07 Aug 2007 19:46 GMT | 2 |
how can i make sure only one instance of my application is running and activate the running instance if the user tried to execute another instance?
|
| AccessViolationException: Attempted to read or write protected memory... | 07 Aug 2007 18:57 GMT | 3 |
My C# app throws the following exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. From what I read so far I found that the problem can be connected to P/Invoke and that the places at ...
|
| c# the youtube!! | 07 Aug 2007 18:46 GMT | 2 |
is there anyway to download the youtube videos into windows media format using c#?
|
| Custom Windows Form Control | 07 Aug 2007 18:17 GMT | 1 |
I am developing a custom control (inherit from control) that just draws rectangle border. Then i insert more than 50 instance of this control in a panel.
|
| What I don't like about C# so far, compared to C++ (managed or otherwise) | 07 Aug 2007 18:08 GMT | 29 |
First in an occasional series. I'm somewhat experienced in C++, and am using .NET Visual Studio 2005 as the IDE. I'm learning C#. What I don't like about C#, compared to C++ (all flavors):
|
| How to emulate system-wide mouse click? | 07 Aug 2007 18:00 GMT | 2 |
The term 'system-wide' just means that click is dealt in whole-screen wide level. Just like the real mouse pointer. What I'd like to do is to emulate mouse move and click.
|
| make a live update | 07 Aug 2007 17:03 GMT | 2 |
how can i make a live update feature for my application?
|
| WebBrowser DocumentComplete event problems | 07 Aug 2007 16:57 GMT | 3 |
I'm using the WebBrowser object, navigating to lets say www.ynet.co.il. I'm trying to find out when the site was completely loaded, But when I use the DocumentComplete event it comes up 16 (!) times. Also the StatusText property of the object is always "Done".
|
| Does not run our app on Windows Vista | 07 Aug 2007 15:37 GMT | 19 |
When there is a shortcut of our app on the desctop, the app is not run until all the security in control panel of win vista is cleared. What to do to not have this problem. We do not want to tell the customers to do this.
|