| Thread | Last Post | Replies |
|
| How to efficiently chunk long string | 27 May 2004 04:39 GMT | 40 |
I'm trying to chunk a long string SourceString into lines of LineLength using this code: Dim sReturn As String = "" Dim iPos As Integer = 0
|
| .NET vs J2EE | 27 May 2004 03:47 GMT | 2 |
I have an assignment where I have to report on which of the above as applied to a required IT system is the better. Since I'm advanced in J2EE, Do you know of any good web resources for .NET doco?
|
| Custom File Format & Serialization | 26 May 2004 22:38 GMT | 1 |
I'm developing a shape recognition application for the tablet PC for a) fun b) university project. Currently I'm working on the learning stage using neural networks, and have to store a load of learning data (a 25 by 25 matrix) each shape group has a number of user drawn shapes, ...
|
| Track changes in a text field like Word does? | 26 May 2004 22:03 GMT | 1 |
Does anyone know if there is a way to track changes in a text field like word does? I am using a SQL2000 database and can use either VB.Net or Access. The field is either ntext or Varchar. I would like to show users the changes
|
| Using other instead of aspnet account for trusted connection | 26 May 2004 20:27 GMT | 1 |
How to set the web form to use others account instead of aspnet under trusted connection for SQL server ? Thanks in advance Wilson
|
| InitCommonControlsEx@4 Link Error | 26 May 2004 16:53 GMT | 1 |
I'm not sure if this is the correct place to post this, but here goes... I have a VC project I created a few years back (Visual Studio 97). I'm now trying to recompile it under .NET 2003. I'm getting a linker error... LNK2019: unresolved external symbol __imp__InitCommoncontrolsEx@4 ...
|
| ASP.net on ISS | 26 May 2004 15:01 GMT | 2 |
Hi, installed IIS 5.0, but it won't display any asp files, nor does it work with Visual Studio. Here's a detailed description of what I did so far: I installed the IIS 5.0 after the installation of Visual Studio.Net:
|
| Change Database at Runtime for Crystal Report | 26 May 2004 13:40 GMT | 4 |
I'm developing an application in VS.Net 2003 using C#, which uses Crystal Reports. When creating each report, crystal asks where the database to use is, so I specify our SQL server using the ADO option. The problem is that these
|
| Formatting a number into a time | 26 May 2004 10:48 GMT | 1 |
I have a textbox that a user inputs a time that I then insert into SQL server. In the code behind I add a date to the existing content. When I try to insert into the database (field is smalldatetime) I receive and error. The error occurs because the value does contain a colon.
|
| dynamic classes | 26 May 2004 10:45 GMT | 3 |
I have 2 classes, layout1 and layout2, both return different table layouts In my controlling program I create one of these tables using Table myTable = new layout1 I need to parameterise the 'layout1' part of this statement, so I can choose a different layout at runtime. Is this ...
|
| name space "Microsoft.WindowsCE.Form" is not found | 26 May 2004 10:44 GMT | 1 |
While i try to build a example c# project, i get a error message "The type or namespace name 'Microsoft' could not be found (are you missing a using directive or an assembly reference?)". This error occures in "using Microsoft.WindowCE .Form". I am installing .net visual studio ...
|
| IIS on WIN XP Home? | 26 May 2004 07:57 GMT | 3 |
Is it possible to install IIS on WIN XP Home? If not, which other server could I use instead to be able to develop ASP.Net stuff with Visual Studio.Net??? I tried to install IIS, and on the Visual Studio CD I found the following
|
| Memory could not be read errors | 26 May 2004 06:01 GMT | 2 |
I have an application developed in VB.NET. We have automation testing taking place on two separate machines. On one machine the automation suite completes 100% of the time. The other machine is a beefier dual proc machine. On this machine the program sponaneously quits, ...
|
| VB.net Escaping | 25 May 2004 20:42 GMT | 4 |
How do I encode double quotes and quotes and in a string in VB.NET? It also has to be save for MS SQL Server... Stefan
|
| Extracting Image from database & displaying in picture box | 25 May 2004 20:18 GMT | 6 |
I want to display the image from database to picture box through ado.net and vb.net I have some images present in a sql server 2000 table stored under 'image' datatype. I want to extract and display them in a picture box present in a vb.net form I appreciate any help on this Thanks
|