| Thread | Last Post | Replies |
|
| screensaver pic? | 06 Mar 2007 18:31 GMT | 3 |
i have Windows XP. All i want to do is put my own pic instead of the choices windows gives you. but you can't customize your own screensaver. Help
|
| How to draw clickable text? | 06 Mar 2007 17:31 GMT | 3 |
Hi, How can I draw clickable text (like linklabel) with graphics object in a c# windows application?
|
| Delayed loading dependent assemblies when start an .Net application | 06 Mar 2007 16:51 GMT | 2 |
Back in COM time, it's possible to use #import statement in cpp to load COM object type info and use it at coding time. When the application is started, the underlying COM DLL will not be loaded until that part of code is called.
|
| Getting a list of Instantiated Types | 06 Mar 2007 15:16 GMT | 2 |
I have three Types (in different assemblies) A (which is abstract), B and C. B inherits A and C inherits B. My host Windows Application creates an instance of C. I would like to be able to look at this EXE and be able to tell that only
|
| Localizing MessageBox | 06 Mar 2007 13:23 GMT | 4 |
Is it possible to localize MessageBox? I've found some old posts on this subject, stating, that a custom form must be created. If it's still impossible, how must I create these forms, one form for each combination of MessageBox buttons and icons?
|
| Process redirectStandardOutput into a textBox? | 06 Mar 2007 11:01 GMT | 3 |
Is it possible to bind the output from process to a textBox? Thanks, Ole
|
| Using .NET Classes in VBA 6 code, possible or not? | 06 Mar 2007 03:37 GMT | 2 |
Hi Experts! Need to know if the following is a possible way of doing it; in VBA 6 (actually in Access 2000 visual basic module) code use .NET 1.1 or 2.0 Classes. Development application is Visual Studio .NET 2003 (can’t afford to
|
| KB931836 (Feb 2007 DST update) breaks DateTime historical DST calculations | 05 Mar 2007 20:55 GMT | 2 |
The United States Daylight Saving Time rules are changing in 2007 so that DST starts on the 2nd Sunday in March and ends on the first Sunday in November. The previous DST rule was "First Sunday in April through last Sunday in October".
|
| Framework 2.0 Service Pack | 05 Mar 2007 18:46 GMT | 3 |
Does anybody know when will be released the SP1 for the framework 2.0? Thanks!
|
| HTML AJAX to DOT.NET in Different Domain | 05 Mar 2007 16:52 GMT | 9 |
I am looking for an example of ... - HTML or ASP 3 page using AJAX - ASP.NET 2.0 web service in a different domain HTML or ASP 3 pages passes a string to Web Service and it returns an XML
|
| Vista activation woes | 05 Mar 2007 15:50 GMT | 1 |
Hi I am trying to evaluate vista formy business using vista business upgrade version i have installed my KMS Host server fine and everything appears to be
|
| Asynchronous Programming Model - how to implement? | 05 Mar 2007 13:11 GMT | 11 |
I'm trying to implement APM (Asynchronous Programming Model) API by myself - I mean: IAsyncResult BeginMyFunc(AsyncCallback, object @object); void EndMyFunc(IAsyncResult result);
|
| Complex Math - IP Block Splitting Help | 05 Mar 2007 07:33 GMT | 4 |
I have a given IP address that represents a "block". I would like to split this block range into smaller blocks of "/24" CIDR size. What is the best way to do this? An example is 66.179.96.0 / 20.
|
| How to show a form without giving it focus | 05 Mar 2007 06:32 GMT | 6 |
What is the "proper" way to display a form even if it is minimized, hidden, or obscured by other windows, without giving the form input focus? My (untested) guess looks kind of like this: ' Make the form visible
|
| Help me | 04 Mar 2007 23:23 GMT | 1 |
How to get and run for new Progammer.cs from my C# Recent Projects??? From http://www.developmentnow.com/g/6_2005_10_8_0_0/dotnet-framework.ht
|