| Thread | Last Post | Replies |
|
| VB.Net & WMI System.Management in VB 2005 Express Ed. Beta | 15 Jan 2005 18:42 GMT | 4 |
Hope this is the correct group, here goes: I'm looking into writing a small application to interface with WMI, and downloaded the Express Edition Beta of Visual Basic 2005 to see how feasible it is. I've learnt so far that I need access to the
|
| keeping a label in the center of a form | 15 Jan 2005 15:37 GMT | 4 |
from my research i think i need to utilize the SetBounds method, but could not understand the value for the paraments. Thanks in advance Ahmed
|
| ADO itterate datatable & delete row | 15 Jan 2005 14:41 GMT | 2 |
I am trying to itterate through a datatable and delete selected rows but I get an error stating that the collection has changed when the row is deleted. Try
|
| Datagrid child navigation | 15 Jan 2005 12:28 GMT | 2 |
I've a datagrid with a parent-child navigation system. Data grid is bound to an Arraylist. My questions are: 1) On the parent info area, it shows "Arraylist" word and some info about parent. Can I remove "ArrayList" word?
|
| Alguien que me explique esto? | 15 Jan 2005 11:26 GMT | 1 |
Lineas de codigo y explicaci?n al final del mensaje. ------------------------------------------------- Error que da -------------------------------------------------
|
| Windows Form upload data file by HTTP POST | 15 Jan 2005 11:25 GMT | 1 |
I would like to send a jpg file to a HTTP server by POST request. But I am not using a browser to do this, I use a Windows Form instead. I know how to send typical request by POST with code below. But I don't know how to encode the data file so the server can be recognized.
|
| FindWindowLike in VB.NET? | 15 Jan 2005 09:48 GMT | 2 |
Is there anything in VB.NET that we can use that functions like the old FindWindowLike in VB6? I am using .NET to close an application that I am opening; however, I need to be able to check to see if it puts up one of the 'Are you sure you wish to close?' popup messages so I can ...
|
| About Regular Expressions | 15 Jan 2005 09:15 GMT | 2 |
I am learning Regular Expression and currently i am trying to capture information from web page. I wrote the following code to capture the ID as well as the Title Dim regex = New Regex( _
|
| problem declaring | 15 Jan 2005 09:03 GMT | 1 |
I have created a secondary thread in a asp.net program and I note that the server.mappath resolves in the webforms on_load but when I try to resolve it in the threads class method it does not understand the declared word server. Thanks for any help in understanding this
|
| FOrm's size | 15 Jan 2005 08:42 GMT | 3 |
In a button click event ... I need to change the Form to occupy the entire desktop area and the Windows Task Bar should go away... how do I accomplish this? VJ
|
| How to label trackbar | 15 Jan 2005 08:25 GMT | 2 |
Is there anyway to lable trackbar? Thanks AL
|
| event log | 15 Jan 2005 03:30 GMT | 1 |
i am trying to create and write to an event log when i do i get this error what does it mean The description for Event ID ( 0 ) in Source ( VersionTracking ) cannot be found. The local computer may not have the necessary registry information or
|
| Handlers | 15 Jan 2005 02:50 GMT | 9 |
Here is my solution below that works but can be improved upon. The improvement that I seek is how to define the handler that handles the txt1 and txt2 controls in an automated fashion. If I add three more textboxes to my winform, I do not want to have to change the hadler ...
|
| A .net 2002 Error | 15 Jan 2005 01:41 GMT | 2 |
Just reserved this error. I get it every time I use the ImageList. If I hit run with no images in control No Error. After putting 1 Image in control and not even using it When I hit run I get This Error.
|
| So confused about filtering a calculation | 15 Jan 2005 01:02 GMT | 4 |
I have the following line of code and just cant get the filter to work. I know its a simple thing but im stuck. Every time the line is executed i get a exception on the month function.... FormatNumber(Str((myCount.Tables(0).Compute("AmountShipped)",
|