| Thread | Last Post | Replies |
|
| Events with accessors | 30 Nov 2007 22:59 GMT | 7 |
I've found information on an explicit way of declaring events, similar to the way a property is declared: private EventHandler myEvent; public event EventHandler MyEvent
|
| XAML Question | 30 Nov 2007 11:56 GMT | 1 |
I'm new to the .NET newsgroups. I have a question about XAML Page scrollbar. Which newsgroup handles this type of questions? Anyways, I have a XAML page and it doesn't scroll. I want to turn on the scrollbars. I can't seem to find out how. Any suggestions?
|
| ... does not contain any types that can be registered for COM Interop. | 30 Nov 2007 06:47 GMT | 1 |
I am trying to register a .Net class for COM interop in VS2005. When I went to add a class there was no "COM class" as a template, so I am trying to code it myself. But I keep getting "... does not contain any types that can be registered for COM Interop." as a warning during ...
|
| debugging c# code in Visual Studio 2005 slow | 30 Nov 2007 04:47 GMT | 5 |
How come debugging c# code in VS2005 is much slower than debugging Java code in IntelliJ IDEA Is it possible to change any compilation flags to make it go faster? Thanks
|
| Outlook cannot close | 30 Nov 2007 00:12 GMT | 1 |
I have this problem since yesterday. Every time I try to close Outlook, I can't, I get the error"MS Outlook has encountered a problem and needs to close. we are sorry.... Just that it DOESN'T close. It reopen, and I get the same problem. I have to close using Ctrl+Alt+Del.
|
| datasets - working with alot of data | 29 Nov 2007 23:04 GMT | 1 |
I am working with databases,datasets, sqlserver 2000, vb.net, vs.net 03 But this is more of a general question. I like to do my dataacces by reading in the whole db table into a dataset(ds) and then doing searches inside of that ds. Change the found data
|
| {GUID}ouput.log in systemroot | 29 Nov 2007 22:33 GMT | 1 |
When I run my C#.Net application, I keep getting these output.log files that are prefixed with a GUID. I hope this is just a build setting that I can disable. Can anyone tell me how to disable this for my project?
|
| How can I change IDE-0 to IDE-1 | 29 Nov 2007 19:41 GMT | 5 |
I reformatted my hard drive in windows 98. However, now I can't boot with my floppy boot disk. I get a messages searching for boot record from IDE-0..OK and invalid sys disk, replace the disk and hit any key. How can I change my IDE-0 to IDE-1 so it will accept my boot disk in ...
|
| Can .Net Framework run C# or VB code without Visual Studio 2005? | 29 Nov 2007 16:32 GMT | 4 |
I am considering .Net languages like C# or VB for a scripting language which will run on my libraris (DLLs) which will be written in C#. I hope the user to add his/her own logic in the scripting language. Which language is the best for this. I am assuming that the users don't have ...
|
| Output text in a graphic file | 29 Nov 2007 07:52 GMT | 1 |
Hi there.... I'd like to be able to output text in a BMP or JPG file programatically for use in a wallpaper file.... something like the Sysinternals BGInfo is the effect I am looking for. (Don't worry, I'm not trying recreate
|
| Cannot access cd/dvd rom drives | 29 Nov 2007 05:33 GMT | 1 |
I don't have to log on to my computer - It is quite new, with genuine windows etc, but, suddenly I get this message saying "administrator has prohibited access to your cd/dvd rom drives"
|
| Desktop problem | 29 Nov 2007 04:49 GMT | 2 |
My Start and task bar comes up on the right side of my screen instead of the bottom. How do I get it back to the bottom?
|
| metadata C# VS2005 | 29 Nov 2007 01:06 GMT | 3 |
Hope I am in the right place to ask this: Why sometimes you get metada and sometimes you get the actual coding source? I right click on a class Name on C# code and select "go to definition" can this be handle on purpose (always get Metadata) ?
|
| Events? | 28 Nov 2007 23:12 GMT | 2 |
I am building dynamic textboxes in C#. The TextChanged Event for the textboxs are tied to one Event Handler. When the event is fired is there a way of finding out by textbox.Name or something else as to which textbox is firing the event?
|
| Postback erases web control text | 28 Nov 2007 20:24 GMT | 2 |
Hi all. I'm having a problem with a postback issue and I think it's cache related. Here's my setup: I have a web site that has a signup section. This has simple things like
|