| Thread | Last Post | Replies |
|
| ComboBox .selectedindex not working? | 15 Jun 2005 16:33 GMT | 2 |
Ok, I'm frustrated now. The simplest of things isn't working for me. I have this in my form's load event (after the combo is populated): If cmbCategory.SelectedIndex < 0 Then cmbCategory.SelectedIndex = 0
|
| FAX and VB.Net | 15 Jun 2005 15:28 GMT | 3 |
How to send FAX using Vb.Net? .Net Framework 1.1. Thanks, Smith
|
| How to share projects between solutions | 15 Jun 2005 14:38 GMT | 3 |
I have an application that I am developing that is a front end for a SQL database. We will also be developing a subset of the UI that will work as a (mainly) standalone client that will make a connection to the database, copy the relevant data to a local file, and disconnect ...
|
| How to execute a query using the microsoft index service? | 15 Jun 2005 14:28 GMT | 1 |
I want to execute a query making use of the index service provided with windows. How can I make this? It would also be great to know how I can manage (which class to use) my catalogs. Thanks
|
| drop down list in ASP.Net | 15 Jun 2005 14:28 GMT | 1 |
I have a problem that maybe you can help me with. I am pulling values from a database table and I don't know how to set the drop down list so it will show the specific value that I pulled from the db table instead of just showing the first value all of the time.
|
| File System Watcher - Buffer Overflow (Internal Buffer Size Proper | 15 Jun 2005 13:59 GMT | 1 |
Does anyone know what the buffer size equates to interms of the number of files it can hold? I have a service that is watching for a daily dump of 37 files into one folder. By the end of the year this is going to be 350 as more clients go on
|
| Help - How to join two datasets | 15 Jun 2005 12:25 GMT | 6 |
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 solution is to create two datasets from each table and loop through one and compare it with another one, but I'm sure ...
|
| Declaring structure arrays | 15 Jun 2005 11:14 GMT | 1 |
Is there a way of declaring an array of a structure where the structure has a constructor? So if I had a structure say Friend MyStructure prop1 as integer
|
| sound effects? | 15 Jun 2005 09:36 GMT | 5 |
hey, im wodering if anyone knows how i can play a soundin my VB.net windows app when a Form1_Click event is triggered? thanks
|
| Underlying connection was closed, unable to connect | 15 Jun 2005 08:58 GMT | 1 |
I have the following code: Line 35: Dim sURL As String = "http://www.google.com" Line 36: Dim data As Stream client.OpenRead(Server.UrlPathEncode(sURL)) Line 37: Dim reader As New StreamReader(data)
|
| extra line drawn to blob | 15 Jun 2005 08:57 GMT | 3 |
Hi I got this code to read in a file to the database, if use it to save a image from a picturebox to the database it works ok, but now I use it to directly save a file to the database without loading the image in a picturebox and it also works but there's a black line drawn from
|
| Higlighting a DataGrid Row? | 15 Jun 2005 08:54 GMT | 6 |
I want to be able to highlight the row in the datagrid... I want this to happen when I click on a cell in that row and if I click in a cell on another row I want to hightlight THAT whole row.. is it possible? /Lars
|
| DB operation problem | 15 Jun 2005 08:30 GMT | 2 |
A timer calls the following procedure mySub() to check if two values (in an Oracle DB table) had modified. Problem is, values stored into c1_read and c2_read are NOT the actual values in the database fields.
|
| DataGrid stop readonly cells receiving focus | 15 Jun 2005 08:12 GMT | 2 |
I have a DataGrid with lots of custom bits but I can't work out how to stop a cell that is read only from accepting the focus. (Some cells are readonly dependant on data in other cells). Any ideas appreciated,
|
| reboot? | 15 Jun 2005 08:10 GMT | 3 |
I found reboot script at TechNet and I wonder how to apply in VB.Net? Reboot Coding ************ strComputer = "."
|