| Thread | Last Post | Replies |
|
| ListView with item column as dropdown? Or any time of control for that matter | 02 Dec 2005 06:51 GMT | 2 |
Ok, some one has to have done this... I have a listview with 3 columns. I want one column to hold a dropdown control so the user selects the listview item/column can select a option for that item/colum
|
| 'Then' is Optional?!? | 02 Dec 2005 06:44 GMT | 34 |
VS.NET 2003, ASP.NET Project with Option Strict turned ON. (yes, I know this is not the aspnet group. This is a VB syntax thing, not an ASP.NET thing) This actually compiles without the "Then" keyword. What gives?!?
|
| msi file | 02 Dec 2005 05:00 GMT | 3 |
I have builded a project and cannot find the msi file on the folder. But I don't see any error in the output window. Can anyone please help? Thanks.
|
| Access corrupted Database in multiuser-mode | 02 Dec 2005 04:43 GMT | 1 |
my VB.NET application uses a Access (Access 2000) Database which is on a OS/2 Server in the LAN. Unfortunately I have often a corrupted Database when a couple of users work at the same time with my application. It's always the same table
|
| Returning from a catch statement | 02 Dec 2005 03:21 GMT | 4 |
In VB6 I used to catch exceptions in a goto errtrap call then resume if I could handle the problem and continue within the routine or function I am not sure how to do this in VB 2005 from within a catch statement Any ideas appreciated
|
| Adding new record to table adapter | 02 Dec 2005 03:00 GMT | 3 |
When my form loads, I want to fill the TableAdapter Select Case iAssetView Case conVIEW_ASSET ' Load 1 Asset
|
| Reading databound value | 02 Dec 2005 02:38 GMT | 6 |
In my code, I have lines like this If Me.txtDeprLife.Text > iNumPeriods Then stSQL = "SELECT * FROM qryPeriodSchedule WHERE DeprDate >= " & gstfunAmerDate(Me.txtDeprStartDate.Text)
|
| Check an enum for an attribute | 02 Dec 2005 01:19 GMT | 2 |
I have a function that takes a value is as System.Enum and I want to be able to look at that value and determine if it is a regular enum or an enum that has a <Flag()> attribute set on it. I am trying to write a wrapper function that takes an enum and an integer
|
| Property Return Array | 02 Dec 2005 00:29 GMT | 5 |
I have couple of question regarding property of a class and structures. **** ---- Here is my class and structure ---- ***** 1. Public Structure MyPoint 2. Dim p As Point
|
| Printing Images | 02 Dec 2005 00:03 GMT | 3 |
Using the PrintDocument class, I print a bitmap image sized 267 wide by 201 high to a laser jet 4 printer. The image actually prints 2.88 inches wide by 2.19 inches high. Why doesn't it print the correct size?
|
| Custom Files? | 01 Dec 2005 23:22 GMT | 7 |
My program writes text to a file. Currently the files have a suffix of '.log' . I want to make sure that the user does not attempt to open a file that was not originally created by my program. I don't really want to write some code to the top of the text file that I'd
|
| how to build an RSS Reader? | 01 Dec 2005 23:17 GMT | 4 |
I'm new to the concept of RSS. I'd like to learn about it, and use it and most of all write MY OWN .NET app, to read RSS (RSS Reader). Please can someone guide me on this.
|
| Structures with Enum-like IntelliSense support | 01 Dec 2005 23:09 GMT | 10 |
does anyone know how to produce a data type which offers Enum-like IntelliSense in VS 2005? What I am trying to create is a type which is very similar to an enum, i.e. has a fixed set of values, but provides some more methods. Unfortunately,
|
| How to add an option to windows explorer right click menu? | 01 Dec 2005 22:53 GMT | 2 |
How to add an option to windows explorer right click menu? I'd like add my own option to the Explorer right-click menu. So lets say in case the file has extension ".AVI" I want to see an option "blah", which will open this file using my program.
|
| Is it Possible to connect to SQL 2005 Ex from VB 2005 Ex code? | 01 Dec 2005 21:27 GMT | 1 |
Is it possible to connect to a SQL 2005 Express db using Visual Basic 2005 Express? I cannot get past the connection.open statement without the error "...Version=2.0.0.0; SqlClient.SqlClientPermissions;
|