| Thread | Last Post | Replies |
|
| Building A Project's DLL | 23 Aug 2005 05:44 GMT | 4 |
When I build my solution, one of my project's dll files is not being updated in the directory specified in the properties of the project. When I search my computer for the dll file, I find the updated copy in the winnt directory. I usually can get the dll to update in the ...
|
| Please convert to VB.NET | 23 Aug 2005 00:14 GMT | 10 |
Please convert to VB.NET protected override bool ProcessKeyEventArgs(ref Message m) { if((char)m.WParam == '.')
|
| Crystal Reports.NET | 22 Aug 2005 23:55 GMT | 2 |
Hi! there, I am currently working on web-based reports using crystal reports.NET 2003 and I am new to this reporting tool. I notice that the WEB forms report viewer toolbar does not include the 'PRINT' button, in which users can
|
| Create a DLL with VB.NET and use with VBScript | 22 Aug 2005 19:33 GMT | 2 |
I don't know if this can be done, but here goes... The following is a code snippet from VB 6 that I used to read/write to INI files. Is it possible to create a DLL with .NET and use it with VBScript? Where would I begin?
|
| Change the TextBox width to fit my text? | 22 Aug 2005 18:51 GMT | 4 |
Visual Studio 2003 .NET C# I am trying to change the width of a textbox at run time, to fit in the text it contains. How can I do this? Thanks
|
| How can I "bundle" dlls together in one file? | 22 Aug 2005 17:16 GMT | 1 |
I'd like Java JAR file functionality for my .net .dlls. What is recommended for this?
|
| Session Timeout - Information needed | 22 Aug 2005 16:07 GMT | 1 |
I have my application timeout set for 120 minutes because I have a lot of users that never remember to logout or just want to keep it up so they don't have to sign on again. What I would like to do is have a way to see if they are still actively moving around the application and ...
|
| How to add a new reference to your project solution and it is not in the list provided in the Add Reference dialog? | 22 Aug 2005 15:16 GMT | 2 |
i would like to add the System.Text into my solution project. Q1: Is there a search tool to help me find System.Text somewhere on my computer's hard drive folder? Q2: Where would the System.Text be located on my computer if I installed
|
| MDI forms | 22 Aug 2005 15:12 GMT | 2 |
Hello; I have as the startup object a mdi container form (parent). On that form is a button and a status bar control. When the button is clicked another form is shown. Its mdiparent property is set to the first form before being
|
| getting errors while running in xp home | 22 Aug 2005 14:40 GMT | 1 |
i've vb application and i migrated it to vb.net application and it is working fine when i run this in windows 2000 professional where am having dotnetframwork 1.1 and visual studio 2003.
|
| Visual Studio 2003 Office 2003 intergration | 22 Aug 2005 12:48 GMT | 4 |
Hi I hope you can help with what seems to be a simple problem that is driving me nuts! I am developing a C# application using Visual studio 2003 and I need to use
|
| Predicate in Generic Lists | 22 Aug 2005 10:19 GMT | 1 |
I'm using the Generic List class in System.Collection.Generics to implement a strongly-typed list of my own class. I want to implement the Find methods and have to use the Predicate delegate to do this. As I understand it: I create a method which returns a bool and takes in
|
| Web Application Setup | 22 Aug 2005 09:29 GMT | 2 |
I am trying to create a Web Applcation Setup Project. I would like it to be installed in a folder other than "C:\InetPub\wwwroot". How do I get Visual Studio to do this? If there is any other way to go about this, please let me know.
|
| loading web application project suddonly takes 5 mintues and says "Contacting server to open Web project.." wile it takes 5 minutes to load. how to fix? i tried reregistering asp.net and iisreset. no progres. | 22 Aug 2005 08:25 GMT | 1 |
loading web application project suddonly takes 5 mintues and says "Contacting server to open Web project.." wile it takes 5 minutes to load. how to fix? i tried reregistering asp.net and iisreset. no progres.
|
| dataset question | 21 Aug 2005 19:25 GMT | 2 |
I have a dataset that contains the following XML: <NewDataSet> <WDisp> <ADDRESS>123 Main St </ADDRESS>
|