| Thread | Last Post | Replies |
|
| ASP.Net not running | 23 Oct 2004 23:04 GMT | 1 |
Running XP and Visual Studio.net Trying to do start a new project ASP.NET web application An error comes up saying ASP.Net 1.1 server not running. Ive installed the XP IIS and its running. Ive also updated XP.
|
| Get ASCII Value of KeyStroke | 23 Oct 2004 20:54 GMT | 3 |
I want to pass the ASCII value of a keystroke to a sub that checks for valid characters (see sample below). I have looked through the possible choices for "values" of the e.KeyChar but I can't find what I need? I am trying to adapt an old VB6 routine so it may well be that I am ...
|
| Looking for a Better Way | 23 Oct 2004 20:48 GMT | 2 |
I have an in-memory table I built from some XML input. There is no dataset. The table acts as the datasource for a datagrid. I now find that I need to write that entire table to a database (SQL Server). I know I can build the DB table using CREATE TABLE and then populate it by ...
|
| Expand Code in Design Environment | 23 Oct 2004 20:25 GMT | 4 |
Is there anyway to expand and collapse all the "Regions" with one click? Everytime I want to search for something, it never looks in the regions that are collapsed. Also, when I split the screen, it collapes all of my regions in the new split screen. Thanks for any help. I've ...
|
| String Function for .NET | 23 Oct 2004 19:55 GMT | 3 |
In vb6, the String(Number, Character) function would let you generate a string filled with a certain character. How can I do this in .NET, since there is no String function and I had trouble finding this in help?
|
| exception error when closing app | 23 Oct 2004 19:53 GMT | 9 |
my application is throwing an exception error when closing if I run a procedure in the app. I can't even trap the error with try/catch ex As Exception. Is there a way to completely shut down the app through code? I am using
|
| How to define array ? | 23 Oct 2004 17:40 GMT | 2 |
I am curious how should I use the array of doubles. The problem is I don't know in advance how much elements would it have, but I can be sure it will be less then let's say 150 or 500. So should I define the largest one or use an arraylist ? I don't resize it, because after a few ...
|
| Error 07002 - SQLBindParameter Problem Shorter Example | 23 Oct 2004 17:33 GMT | 6 |
Hi, Here is a shorter code example since the last message I posted got truncated. So the problem is I created a simple VB.NET 2003 application through Visual Studio that connects to a MySQL database and loads a table into a Dataset, and then displays that table information in a
|
| coversion to c# | 23 Oct 2004 17:07 GMT | 4 |
How can I change the following code to the equivalent in C# Public Class EventSink : Implements IListEventSink Public Sub OnEvent(ByVal listEvent As Microsoft.SharePoint.SPListEvent) Implements Microsoft.SharePoint.IListEventSink.OnEvent
|
| Application Size | 23 Oct 2004 16:47 GMT | 4 |
If I have an import statement such as Imports System.Reflection in my project code and don't actually need the classes from this imports, does it increase the size of my final application.exe. In other words, does leaving imports that are not needed in the project matter much?
|
| App.Path | 23 Oct 2004 16:42 GMT | 2 |
Is there any alternative to App.Path in VB .NET? Also App.Major/Minor/Revision? Thanks in advance!
|
| Why Does This Fail ( Threading ) | 23 Oct 2004 14:23 GMT | 17 |
Assumes a Form with a Panel on it., Does the Mutex have to be within the address of a thread start address ? Cheers - OHM '----------- *************** ----------------
|
| Access Database | 23 Oct 2004 14:01 GMT | 4 |
Where can I find sample code to connect/use an Access DB, all the microsoft samples require SQL and I don't have that. This will be my first .Net app! Scared...
|
| How can I make autorun File ? | 23 Oct 2004 13:53 GMT | 3 |
How can I make autorun.inf file that can Start installing the Net Framework from CD after that start installing my Setup project from the same CD ? any help will be appreciated Husam
|
| not use .NET technology before a certain point | 23 Oct 2004 13:51 GMT | 3 |
I'm writing a VB.NET application. Before to use .NET technology i would like to be sure that .NET Framework is installed. I know where should i check in registry for that but i would like to
|