| Thread | Last Post | Replies |
|
| Declare parameter name start with "p" ? | 13 Jun 2005 19:11 GMT | 6 |
Notice below I sometimes used the "A" version. I found by cut-and-try that only the "A" version would work correctly. Anyone have a suggestion of why the "W" version would not work correctly? One reason is that the ByRef or ByVal does not show by InteliSence so the
|
| StandardInput.Write | 13 Jun 2005 18:48 GMT | 1 |
I'm trying to send a string to a 3rd party application without using the sendmessage api below is what I am trying but it kicks out saying that StandardInput is redirected. I know that it is getting the proper process from GetProcessById
|
| Number of errors | 13 Jun 2005 18:29 GMT | 4 |
I activated the option strict in my project. What a mess :-) I would like to know if it is possible to change the maximum of errors which are add in the tasks list when the option is activate? thank you
|
| ISO Image Files | 13 Jun 2005 18:16 GMT | 1 |
I'm trying to develop an application that generates an ISO file from a CD-ROM or DVD. I can't use NERO API since I need to distribute this application. On th other hand I could use a command line application to create the ISO file but it looks ugly.
|
| ASP.net list box & drop down list | 13 Jun 2005 16:43 GMT | 1 |
What event do I use when I want to capture the time when the user clicks an item in a list box or a drop down list. The Selected Index Changed event isn't working for me. What I am trying to do is when a user clicks an item in the list box or drop
|
| Navigate related records | 13 Jun 2005 16:35 GMT | 15 |
I'm building a simple windows database application that has two tables with One to One relationships on MS Access tables. I know what your thinking. Why not just use one table? because MS Access has a field count limitation of 255 and my table would have 327 fields so I
|
| List of properties | 13 Jun 2005 16:12 GMT | 1 |
How can one get a list of all properties for a control? Thanks Regards
|
| string operations | 13 Jun 2005 14:55 GMT | 4 |
i'm not very familiar with string operations in vb.net. How can I simply do the following: string1 : MM/dd/yyyy string2 : yyyy MM dd
|
| Inheritance w/ the Webform Editor | 13 Jun 2005 14:33 GMT | 2 |
when we inherit an ASP.NET webform for from a base class, and have some of the web controls defined there (the part which is usually contained within the 'web form designer generated code' region), how can we tell VB not to insert them in the aspx.vb file again, producing an ...
|
| Spider Function Update | 13 Jun 2005 14:14 GMT | 2 |
Herfried K. Wagner wrote this function but it only walks one level of subfolders. How do you update this function so that if it finds all sub directory files and returns the result like this: Example of what I need:
|
| special read only grid | 13 Jun 2005 14:02 GMT | 1 |
Is it possible to set the my datagrid to be readonly, except for the last row (add new). If so, how can I do that? I've managed to do something, but my problem is that I soon as I modify a cell in the last row(*), another row is added below, and therefore my
|
| Multiple monitors | 13 Jun 2005 13:57 GMT | 1 |
I am writing an application in VB.Net, and I need to incorporate multiple monitor support, in order to show supplementary information on a second screen. Can anyone tell me how I can find the number of displays connected to
|
| Building af service | 13 Jun 2005 13:10 GMT | 2 |
I've made quite a simple little exe: Determine the remaining space on a partition, send e-mail when it gets to low. However, I'd rather have it as an "invisible" service running in the
|
| How to identify duplicate records in 2 databases | 13 Jun 2005 13:08 GMT | 1 |
My task is to identify duplicate records in 2 tables that each located in different Access database. These tables have exactly the same structure. My immediate response was to create two datasets from each table and loop through one and compare it with another one, but I'm sure ...
|
| How to default to "Paste as HTML" ? | 13 Jun 2005 12:28 GMT | 1 |
I am overtired of having to right click and select "Paste as HTML" manually. Could it be possible to make this the default when doing Ctrl+V? Thanks a lot for your help!
|