| Thread | Last Post | Replies |
|
| What is the best way to handle localization? | 30 Oct 2008 10:39 GMT | 4 |
Hi; Ok, we now need to localize our Form app. We have the text in all the controls as well as text we set inside our code. What's the best approach? I just need big picture of which of the
|
| Auto-entering password in sn.exe | 28 Oct 2008 06:50 GMT | 1 |
I want to use sn.exe in a batch file to sign multiple assemblies (resources that have been translated into a foreign language). Is there a way to avoid having to manually type in the password for the .pfx file each time for every assembly? Wild cards don't work, and command ...
|
| ildasm.exe - error 0xc0150004 | 28 Oct 2008 03:30 GMT | 5 |
Hi; When running dorfuscator it calls ildasm. When it does the following message box pops up. ildasm.exe - Application Error
|
| How can I set the class of a Form window? | 22 Oct 2008 03:46 GMT | 1 |
I need to do FindWindow() to find the main window of an app of mine (to pos a message from another app). I can't use the title because it is localized and can have status info in it. So I need to do the find using the class or something else other than
|
| What NG for VirtualServer questions? | 22 Oct 2008 03:31 GMT | 1 |
Hi; What's the nest news group for programming questions in Virtual Server? thanks - dave
|
| How do I tell if a DLL is x86, x64, or AnyCpu? | 21 Oct 2008 16:04 GMT | 10 |
thanks - dave david@at-at-at@windward.dot.dot.net Windward Reports -- http://www.WindwardReports.com me -- http://dave.thielen.com
|
| I need 2 .NET apps to talk to each other | 21 Oct 2008 04:33 GMT | 6 |
What's the best mechanism to use for 2 apps to pass data between them. Both apps will always be on the same machine, both apps are .NET apps, one is an Office AddIn and the other is a Windows Forms app. thanks - dave
|
| Is this the best way to do an app that is in the tray? | 20 Oct 2008 18:44 GMT | 2 |
Hi; Hitting google the best I found was to have a windo in the tray area is to call Hide() when it is minimized. This strikes me as a hack - is there a better way to do this - such as assign the window a property
|
| Only 1 instance of an app running | 20 Oct 2008 18:43 GMT | 2 |
Hi; If a user tries to start an app of mine, and that app is already running, I want to make the already running app normalized (it's usually in the tray) and give it the focus - and then exit the second
|
| Why can't I have multiple listeners on a UDP port? | 08 Oct 2008 06:43 GMT | 5 |
Hi; In my application I call: new UdpClient(1707); to listen on that UDP port. The problem is if I run 2 instances of my
|
| Creating my own log in the event viewer | 07 Oct 2008 03:11 GMT | 3 |
Hi; Is there a url that explains how in C# to create my own log in the event viewer and then write to it? I am writing to Application fine but would like to have my own.
|
| Force .NET NT service to run in WOW64 | 06 Oct 2008 12:07 GMT | 3 |
I have written a .NET NT service which was compiled with the ANY CPU option. I am now trying to deploy service to an x64 platform, but wish to force the service to run as 32-bit under WOW64. I thought that the WOW64 REG_DWORD setting in the registry for the service would do ...
|