| Thread | Last Post | Replies |
|
| Normal PASTE with CTRL-V or SHIFT-INS | 02 Oct 2004 20:30 GMT | 1 |
When in the DotNet IDE, how can I paste normally using CTRL-V or SHIFT-INS? When I paste I get data that was not in the original document, like "<fragment>" and other odd stuff. Thx
|
| connect crystalReport to dataSet how?? | 02 Oct 2004 17:11 GMT | 1 |
i want that the crystalReport will show the data which is in the dataSet how can i do that? thanks
|
| how to close messageBox? | 02 Oct 2004 16:49 GMT | 2 |
how to close messageBox (and the form wont be closed too) ??? i tried it with close and dispose but then the form is closed too. thanks
|
| Stored procedures | 02 Oct 2004 16:35 GMT | 3 |
I want to formate my laptop, does anybody know how i can save my stored procedure and the sql database of a web project of mine?? thx regards
|
| Sharing Projects in sourcesafe | 02 Oct 2004 16:33 GMT | 1 |
This question is related to sharing .Net projects across solutions and is reposted from the SourceSafe group. We have several different solutions and want to share common assemblies across them. Is it best to share the project and its files to each solution
|
| IIS Error | 02 Oct 2004 16:27 GMT | 1 |
Hello, When i now want to open a Web Service in my VS.NET the following error occurs: The Web server reported the following error when attempting to create or
|
| Walkthroughs for Offline App? | 02 Oct 2004 14:27 GMT | 1 |
We are using SQL2000 back end for our current web-based ASP application, and moving to .NET. We would like a solution where users could connect at the office for example with their laptop (or PDA), sync with the server via a Windows Forms
|
| Wizard help | 02 Oct 2004 14:23 GMT | 1 |
I am new in vb.net I want to create wizard in vb.net In MFC there is a class called CPropertySheet whose 'setwizardmode' property by which you can create wizard.
|
| Building Offline App | 02 Oct 2004 14:14 GMT | 2 |
Where can I find information on building an offline app, where a user could connect their laptop at the office, then take it with them. We're using SQL2000. Jeff
|
| Multi Language Reports | 02 Oct 2004 12:51 GMT | 2 |
Which reporting tools offer good multi-language/localisation stuff? For Access & MS-Sql Erik
|
| VS.NET Toolbox ??? | 02 Oct 2004 10:30 GMT | 5 |
I'm playing around with VS.NET for the first time and working thru a book. The book directs me to the Toolbox. I click on the Toolbox tab. The book mentions a 'DATA tab'. Well I don't see it! All I see is 'clipboard ring' and 'general' and below that greyed out 'pointer'. Where ...
|
| how automatically reset record in database? | 02 Oct 2004 05:09 GMT | 2 |
My project has connected to the access. There is Reseration date and Beginning date in the table of the database. If the Reservation date is filled,and the Beginning date is not filled(still null) in 3 days,
|
| sql queries 2 datagrids | 02 Oct 2004 00:52 GMT | 1 |
I have a table that contains customers, and another table that has customers and items they are authorized for. I would like to show a datagrid (1) with customers that are authorized for a select item the user choose, and datagrid (2) that shows which customers are
|
| Registry start condition problem when deploying with VsNet2003 | 02 Oct 2004 00:52 GMT | 1 |
As my registry start condition was working fine, now it's not working anymore Here are the kind of parameter I use in VSNEt2003: A) Registry : Name : Pipo;
|
| Raise button click event from inherited form | 01 Oct 2004 22:41 GMT | 3 |
I have a standard form I use. It inherits from Windows.Forms.Form. I usually add a Cancel button the form in the designer. I want to raise the Cancel button's Click event when the user presses the escape key. Public Class myStandardForm
|