| Thread | Last Post | Replies |
|
| Inheritance / file locations | 30 Oct 2004 03:03 GMT | 6 |
I know how inheritance works. But do i have to put all the inherited class files in the same directory as the class file which inherits is in?? (VB.NET) When i have a baseclass which i want to use in different solutions, then
|
| Dockable Window Component | 29 Oct 2004 23:59 GMT | 2 |
Can anyone suggest a free dockable window component (.net) that will allow the functionality similar to the toolbar which is a dockable window in Visual Studion? Thanks,
|
| How to release excel from memory | 29 Oct 2004 23:54 GMT | 2 |
i am using ASP.net to read one excel file. after reading the excel file cell by cell, i am not able to release the excel. i am using objExcel.Application.Quit()
|
| Urgent...Please Help... | 29 Oct 2004 23:40 GMT | 3 |
I keep getting this irritating exception on and on. Please Help. There is already an open DataReader associated with this Connection which must be closed first. Description: An unhandled exception occurred during the execution of the
|
| Can't insert a Column in DataGrid which DataSet does not Contain | 29 Oct 2004 23:38 GMT | 1 |
All I'm doing, is using the Compute Method and getting the Sum of the Amount field in my SQL Query. The problem is getting the Data Table to add a Column and put the total in the "Total Column". I can see that I'm getting the data I want, But can not display it. I could sure use ...
|
| can't open or copy vb files from zip file | 29 Oct 2004 22:52 GMT | 1 |
I e-mailed my donnet project folder to another machine as a zip file. The zip file opens, but I can't copy, open, or move .VB files. Funny thing is... .it worked OK with .CS .csproj, .sln, .suo, .resx, and .vbproj files. Anyone know what could be blocking my .VB files? thx Dale
|
| Crystal report | 29 Oct 2004 22:09 GMT | 1 |
I was wondering whether it is possible to allow the end user to create their own report using crystal report in my .net application thanks
|
| How can I get back my MSDN subscription ID | 29 Oct 2004 20:56 GMT | 1 |
I got my MSDN subscription ID throught EMail. MS didn't send me any card or paper. Now I lost that email with the id on it. The only thing I have now is the .NET passport associated to that
|
| able to and/or how to programmatically loop through web forms VB.N | 29 Oct 2004 20:18 GMT | 6 |
I'm not sure if we are able to or even how to loop through the web forms in a VB.NET project during design time. In MSAccess we are able to go through the database -> forms collection and loop through all the forms in a database and pull information about the form (controls and ...
|
| Reg. exp. question | 29 Oct 2004 20:07 GMT | 1 |
I need to check a string for valid characters. The regular expression that I am working is long and I try to make it short. There are many 'or' condition in the expression, so if I can find answer to the following question then I can make the reg exp shorter and nicer.
|
| Help with error message | 29 Oct 2004 18:37 GMT | 2 |
I have this error message when i try to open a form My coding falls over on this line.... Me.Button2.Image = CType(resources.GetObject("Button2.Image"), System.Drawing.Bitmap Infact even when i comment out this line it falls over on the next line that refernences an image
|
| .NET equivelant to SourceForge's Mantis | 29 Oct 2004 16:50 GMT | 3 |
http://sourceforge.net/projects/mantisbt I need to locate more open source stuff for .NET, particularly, we need something similar to Mantis, just not in PHP (client's shop standard). I already know about dotNetNuke, but want to locate more open source code.
|
| How to create a strong name dll from jscript. | 29 Oct 2004 16:35 GMT | 1 |
I have written a script (using notepad): class ExpressionEvaluator { function Evaluate(Expression : String)
|
| Security - Permissions Configuration | 29 Oct 2004 16:34 GMT | 12 |
Is there a way to set Permissions based on user roles by using some configuration file for my application ? I'm coming from a Java background, where that could very easily be accomplished but although I've searched around MSDN I can't find a clear
|
| MSMQ Problem | 29 Oct 2004 15:15 GMT | 2 |
I have an MSMQ dll created in C# when called through a C# windows form application it works fine but when I call it using an ASP page I get an error while trying to send a message attached the stack trace, any insight would be highly appreciated.
|