| Thread | Last Post | Replies |
|
| Question about Microsoft Visual C# Express Edition | 19 Nov 2006 18:42 GMT | 2 |
I want to write some custom UDFs for Excel in C# and and build them into XLLs. However, I can't seem to check the Register for Com Interop box in the Express Edition of VC#.
|
| Questions about an article | 19 Nov 2006 18:14 GMT | 2 |
"Unless you have a very good reason to catch an exception, DON'T. Exceptions are supposed to be exceptional, just like the dictionary meaning: uncommon, unusual. When in doubt, let the calling routine, or the global exception handler, deal with it. This is the golden rule. The ...
|
| Posting Jobs | 19 Nov 2006 17:55 GMT | 6 |
I am a new user to googlegroups and wanted to ask if I am allowed to post jobs to this group. I currently work for Intuit and am recruiting Software Engineers / Architects for California, Boulder CO, and Waltham, MA. All with either Java, C++ or C# experience.
|
| appdomain.CurrentDomain.UnhandledException | 19 Nov 2006 17:45 GMT | 1 |
What're the meaning of "App domain" and "Current Domain" in appdomain.CurrentDomain.UnhandledException?
|
| is there a way to get dotfuscator community edition to work in visual studio as a post-build event? | 19 Nov 2006 17:20 GMT | 1 |
The subject says it all :) I have Visual Studio 2005, it comes with community edition of dotfuscator. I'd like to use dotfuscator in a post-build event. However, I get an error when I call dotfuscator. I can run it from the
|
| Change Control properties that are in FormView | 19 Nov 2006 15:44 GMT | 1 |
I'd like to be able to change the ImageURL property for an Image control that resides inside a FormView. Can someone give me a hand with this? I'm not sure how to reference it. Thanks
|
| try/catch in C# | 19 Nov 2006 15:38 GMT | 2 |
Is "catch" in C# going to catch all exception, or it just catch the exceptions induced by "throw"? Will it also catch those "structured exceptions" that could be either from system modules or other DLL or COM objects of native code?
|
| about event and fileSystemWatcher class | 19 Nov 2006 15:36 GMT | 1 |
there is class A... class A { FileSystemWatcher watcher;
|
| Fileupload Browse default location | 19 Nov 2006 14:38 GMT | 4 |
Is it possible to change the default location for the FileUpload control so that it searches a file from within the web page file structure? Even more specific...limit it to one folder within that web structure?
|
| Control's, Focus, and Change focus | 19 Nov 2006 12:31 GMT | 4 |
I've created some custom controls and forms that allow the feature to temporarily transfer focus to a control that has been entered by the mouse. Everything seems to work fine but the problem I have is that sometimes I seem to loose the original "holder" of focus and when the ...
|
| visual source safe.... | 19 Nov 2006 09:39 GMT | 1 |
i have develop some project with vs2003.net version and i need visual source safe ... is it included vs2003 CD??
|
| can i use vss2005 in vs2003 | 19 Nov 2006 09:38 GMT | 1 |
can i use vss2005 in vs2003?? i'm using vs2003 and then i want to use visual sourcesafe 2005 is it possible?
|
| Package a UserControl in a dll | 19 Nov 2006 09:08 GMT | 3 |
I would like to package several usercontrols in a dll. Then use them in another website. How do i accomplish this? I tried to add a reference of the 2nd website to the dll of the first website containing the usercontrols but i couldn't make it work.
|
| string problem | 19 Nov 2006 08:16 GMT | 9 |
string s("0101"); I can't change it into s=1101 by s[0]='1';
|
| Error messages web app | 19 Nov 2006 07:41 GMT | 5 |
I am developing a web app.Using master pages. C# In it is a save method, which retunrs true or false (saing to a sql server) I want to notify the user of a save failure in two ways, check the error from the SQL server if it is a duplicate key error, display a cutom message
|