| Thread | Last Post | Replies |
|
| Corrupt .resources file. | 30 Oct 2007 19:27 GMT | 4 |
How do I fix this corrupt resource file header problem? Corrupt .resources file. Got an unexpected EndOfStreamException while trying to read the ResourceReader header. When I open up properties, resources, they looked ok to me. I even click on
|
| Non visible custom controls | 30 Oct 2007 19:18 GMT | 2 |
Does any one know how to create a control(like the timer) that when dragged to a form doesn't show up on the form, but only on the bar in the design window below the form? Thanks
|
| Anyone have a good example on using P/Invoke SendInput ? | 30 Oct 2007 19:07 GMT | 2 |
I am trying to find a good example of SendInput. Doing a search on google I found two, one is incomplete and vague from the start and the other I copied the code and tried running it and it was first of all incomplete (compiler errors) which I had to resolve by guessing on some ...
|
| Preventing Screen Saver from Windows Forms application | 30 Oct 2007 18:24 GMT | 3 |
I want to prevent the screen saver getting activated when my application is running. I have the following code, but still screen saver is activated. What corrections I should make to prevent screen saver running to the following
|
| Can Somebody Help Me Open One Form From The Other Please | 30 Oct 2007 18:23 GMT | 2 |
this may seem like a silly problem to you guys, but i want to be able to open my 2nd form from my 1st form. (Im Using Visual C# 2005) Form Names:
|
| Stream radio on website | 30 Oct 2007 18:02 GMT | 6 |
How can I stream radio on my website, is it possible ? Jack
|
| Open a .aspx file with Internet Explorer | 30 Oct 2007 17:46 GMT | 6 |
Hello, I have developed a ASP.Net Web Site in C# language. I can debug it and run it from Visual Studio 2005. I have published it . But when I want to open this .aspx file in Internet Explorer without Visual
|
| Safely Firing an Event | 30 Oct 2007 17:20 GMT | 3 |
In order to avoid a race condition a recommendation that makes a lot of sense has been put forth.... create a local copy of the event handler delegate, then test and invoke the copy, like this: MyEventHandler hCopy = MyEvent;
|
| I get this error "Object reference not set to an instance of an object" | 30 Oct 2007 16:54 GMT | 2 |
First of all, I created Base Form called "tureyen_frm". Then i created a new form by inheritance using the Base Form. This name is "tureten" form. For each new form derived from the Base Form a , I created a class.
|
| Config Files | 30 Oct 2007 16:25 GMT | 1 |
Does anyone know of any config file reader classes that I can implement within my application. I am not attempting to read the current applications config file, but other applications. I need to be able to add sub nodes to existing nodes within the document.
|
| Clearing the output window | 30 Oct 2007 16:05 GMT | 3 |
How would you clear the output window using code (C#)? The Debug obj does not seem to have a method to do this?
|
| change code while debuging code | 30 Oct 2007 15:46 GMT | 1 |
I can edit source code while I am debugging an application in VS 2003. Then when I continue debug, it will nicely ask do I want to restart my application. Now in VS 2005, seems I have to stop application to even just add some
|
| How to split a compressed file programmatically? | 30 Oct 2007 14:58 GMT | 9 |
I've been investigating for a while about this, but with no luck yet. Does anybody know a way to do it? Many thanks, Brian
|
| Multiple Undetermined Number of Variables | 30 Oct 2007 14:35 GMT | 5 |
I'm not sure I'm going about this the right away, and I've attempted to search every online topic that I can which makes me think this is not possible or I'm simple coding this incorrectly. What I'd like to do is this:
|
| using access to a field from a passed object | 30 Oct 2007 14:03 GMT | 5 |
Below I have method MostPowerful which is located in class SportsCar. As you can see the fomel parameter for method MostPowerful is carCompare of class SportsCar. Because this method MostPowerful is a member of class SportsCar
|