| Thread | Last Post | Replies |
|
| skinned application | 25 Aug 2005 14:33 GMT | 3 |
I am trying to create a .net windows app with the following properties: * no windows frame, the app needs to be circular ad partially transparent * the app can be moved around the screen by clicking and dragging Anybody have any pointers?
|
| can i run a program developed in vb.net on windows 98 | 25 Aug 2005 13:57 GMT | 1 |
hi.. is it possible to run a program developed in vb.net 2002 on windows 98 system? if yes, please let me know about how to do it. does this dot net framework installs on win98? do i need to take any extra precautions
|
| IPTC-Tags | 25 Aug 2005 13:53 GMT | 2 |
how can I extract the IPTC-Tags of an Image with .NET? Thanks J. Fuchs
|
| How can i use WM_* messages in C# code | 25 Aug 2005 13:04 GMT | 1 |
I have this class below in my project, public class cmbKeyExt: TestGlobalsCS.cmbKey { public cmbKeyExt():base() {}
|
| error Application has genarated an exception that cannot be handled in vb.net | 25 Aug 2005 11:54 GMT | 3 |
Hi, when i run the application following error is coming. ICS.EXE Common Language Runtime Debugging Services Application has generated an exception that could not be handled.
|
| Lost .Net Prerequisites CD | 25 Aug 2005 09:58 GMT | 6 |
I have Lost .Net Prerequisites CD. If there anyway that I can download the CD. I have my VS.Net Install disk, but I can't find the .Net Prerequisites CD.
|
| VB Registry Access Question! | 25 Aug 2005 09:45 GMT | 1 |
I am putting together a app that on startup needs to check if a registry key exists, if not it will popup one window and if it does popup another. I have the framework for this functioning fine on my dev machine, but when I try to run it I get a couple of errors related to ...
|
| regex syntax | 25 Aug 2005 09:18 GMT | 12 |
I am new to using both dotnet and regex. I have done the basic reading to the point I thought I know how to use regex to extract date string. But I ran into problems. what is the best regex expression to look for month names or date string for
|
| KB900822 | 25 Aug 2005 06:08 GMT | 1 |
It looks like I have a problem with System.Threading.Timers.Timer discribed in KB900822. How can I get the FIX for this? I am a MSDN subscriber. Thank you, Mykola Shvydkyy
|
| Ran Office XP Update: KB837253 and now "MS Development Environment has not been installed..." | 24 Aug 2005 22:51 GMT | 1 |
This morning Office XP Update KB837253 was downloaded by automatic update, so I ran it when I got in. Now I get that horrible message, of which I have not found a solution in all my googling: "MS Development Environment has not been installed for the current user. Please run
|
| pasting xml data into an excel template | 24 Aug 2005 20:50 GMT | 1 |
can anbody send me the code for pasting xml data into an excel template(worksheet) using asp.net?
|
| Exception from .NET instrumentation running under limited user | 24 Aug 2005 18:41 GMT | 1 |
Running our application under a limited user throws this exception at weird times and we cannot find any information on it: Object reference not set to an instance of an object. at System.Runtime.InteropServices.Marshal.ReleaseComObject(Object o)
|
| Unable to Get Assertions to Fail Properly | 24 Aug 2005 17:54 GMT | 1 |
I have a .Net Web application that references several .NET class libraries. All the code is written in Visual Basic .NET. The code contains lots of assertions, and I'd *really* like to get them working. However, they're just not failing!
|
| Transparency, ASP.NET, and GDI+ | 24 Aug 2005 17:24 GMT | 19 |
I am trying to create graphics with GDI+ that include transparency. However, the transparency never seems to show up, even though my colors have an alpha value of 0. How can I generate a graphic that is completely transparent in certain areas (so that the web page background ...
|
| Problem with GetType().InvokeMember | 24 Aug 2005 16:47 GMT | 1 |
I have a object which is created by using the Assembly.CreateInstance method. Assembly testAss = Assembly.LoadWithPartialName("Test"); object obj = testAss.CreateInstance("Sample1.SampleTest");
|