| Thread | Last Post | Replies |
|
| Graphics -> Bitmap | 26 Jun 2006 18:41 GMT | 4 |
Hi; If I have a Graphics object and want to get a Bitmap object that is what is drawn in the Graphics object - how do I do that?
|
| msgina.dll | 16 Jun 2006 12:22 GMT | 3 |
Hi, I can develop an application that replaces the DLL msgina.dll in C#?
|
| GetWindowsDirectory() in .NET | 15 Jun 2006 18:30 GMT | 6 |
Hi; What's the managed code way to get GetWindowsDirectory()? And if I want the fonts directory, is it safe to always just add "\fonts" to it?
|
| Design Time at Run time | 15 Jun 2006 16:25 GMT | 1 |
I need the user to be able to move & resize a control (a label) at run time. Is it possible to set the control as being in designmode, to use the built in design code rather than having to re-write this functionality myself?
|
| installation sdk | 14 Jun 2006 13:24 GMT | 3 |
I have successfully installed the framework 2.0 sdk, but I don't know how to use the new files. Can anyone explain it to me? My program I made still uses 1.1 and I can't get it to use 2.0. Kind regards,
|
| Can I add Toolbox descriptions for user controls? | 09 Jun 2006 21:01 GMT | 3 |
I'd like to add a Toolbox-visible description to a user control I created. (If I select MSFT provided controls, like listbox, I get a version number and a description like "Displays a list from which the user can select items".)
|
| FindFirstPrinterChangeNotification - no job completed received | 05 Jun 2006 20:09 GMT | 1 |
I am using the FindFirstPrinterChangeNotification to determone print usage. I get an intermittent problem (normally with very small docs) where I don't always get a notification that the job has been completed (I get the New and processing only).
|
| ASP.NET 2.0 With Visual Studio 2003 | 02 Jun 2006 03:14 GMT | 1 |
I have one question regarding ASP.NET 2.0. Question : If i want to use ASP.NET 2.0 along with .Net Framework 2.0 and Visual Studio 2003 then what shud i do ? Actually i want to use ASP.NET 2.0 with the help of Visual Studion 2003.
|
| is file rooted from ... | 02 Jun 2006 02:37 GMT | 6 |
Hi; I want to make sure all files pulled from my server app (ASP.NET 2.0) come from one of 3 directories - "c:\inetpub\wwwroot\myserver\files;c:\special;\\server\share\dir" Is there a
|
| .Net Windows Forms Audio Playback | 01 Jun 2006 15:08 GMT | 8 |
I'm looking for the simplest, highest-level method for playing back .WAVs (and maybe .MP3s) from within a .NET Windows Forms app. I'm looking at the Managed DirectX SDK but I can't find any nice samples. This should be really simple: I don't need to select audio devices (use the ...
|